.header {
	background-image: url(../../images/header_bg03.jpg);
	background-position: center top;
	height: 365px;
	text-align: center;
	background-repeat: no-repeat;
	position: relative;
}
.header_02 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 250px;
	z-index: 3;
	position: relative;
	background-image: url(../../images/header_bg04.jpg);
	padding-top: 60px;
}
.header_03 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	z-index: 5;
	left: 0px;
	right: 0px;
	top: 285px;
	height: auto;
}
.header_04 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 5;
	background-image: url(../images/header_04.jpg);
	height: 55px;
	overflow: visible;
}
.wrap {
	width: 908px;
	display: block;
	margin-bottom: 40px;
}
.desc {
	width: 738px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 24px;
	margin-left: 170px;
	display: block;
	color: #333;
}
.c-left {
	width: 25%;
	float: left;
	margin-top: 20px;
}
.c-left nav {
	background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.c-left nav ul {
	background-color: #ffffff;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.c-left nav ul li {
	border-bottom: 1px solid #DADADA;
}
.c-left nav ul li:last-child {
	border-bottom: 0px solid #DADADA;
}

.c-left nav ul li a {
	font-size: 13px;
	display: block;
	padding: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none!important;
	margin-top: 5px;
}
.c-left nav ul li a:hover {
	background-color: #D2E1FF;
}
.c-left nav ul li a span {
	font-size: 12px;
	display: block;
	font-weight: normal;
}
.c-left .links {
	margin-top: 20px;
}
.c-right {
	width: 70%;
	float: left;
	border: 2px solid #CDCDCD;
	background-color: #ffffff;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	font-size: 15px;
	line-height: 24px;
}
.c-right section {
	margin-bottom: 60px;
}
.c-right section h4 {
	font-size: 24px;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #002063;
	text-shadow: 1px 1px #ffffff;
	background: #fde266; /* Old browsers */
	background: -moz-linear-gradient(top,  #fde266 0%, #fde266 50%, #fccf00 51%, #fccf00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fde266 0%,#fde266 50%,#fccf00 51%,#fccf00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fde266 0%,#fde266 50%,#fccf00 51%,#fccf00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde266', endColorstr='#fccf00',GradientType=0 ); /* IE6-9 */
}
.c-right section h4 span {
	display: block;
	font-size: 15px;
	color: #4D4D4D;
	line-height: 15px;
	padding-top: 5px;
}
.c-right section dl  {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #EEEEEE;
	margin-bottom: 20px;
}
.c-right section dt {
	font-weight: bold;
}
.c-right section .contact {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFB6;
	border: 1px solid #DFDF75;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}



.text-bold{
	font-weight: bold;
}
.text-blue{
	color: #0350a8;
}
.text-red{
	color: #e4252d;
}
.text-center{
	text-align: center;
}
.text-big{
	font-size: 120%;
}
.margin-t20{
	margin-top: 20px;
}
.img-half{
	font-size: 0;
	height: auto;
	margin-top: 30px;
}
.img-half img{
	width: 48%;
	height: auto;
	display: inline-block;
	padding: 0 1%;
}
