@charset "utf-8";
/* CSS Document */


#header_bgimg {
	float:left;
	width:750px;
	margin-top:60px;
	height:400px;
	margin-right:15px;
	margin-left:215px;
	position:relative;
	top:0px;
	position:absolute;
	z-index:0;
}

#mainbox {
	clear:both;
	width:980px;
	margin:auto;
	position:relative;
	top:270px;
	z-index:5;
	font-size:14px;
}

#main_right {
	float:left;
	width:725px;
	margin-right:15px;
	margin-left:230px;
	padding-left:10px;
	background:white;
}

.ttl {
	margin-top:30px;
	margin-bottom:20px;
}

.c_left {
	float:left;
	width:400px;
	margin:10px 0 30px 25px;
	line-height:1.8em;
}


.c_right {
	float:left;
	width:280px;
	margin:10px 0 10px 20px;
}

.c_left2 {
	float:left;
	width:450px;
	margin:10px 0 30px 25px;
	line-height:1.8em;
}


.c_right2 {
	float:left;
	width:220px;
	margin:10px 0 10px 20px;
}

.f_space {
	line-height:1.8em;
	letter-spacing:0.1em;
	margin-bottom:20px;
}


table {
	border:#000 solid 1px;
	margin-left:20px;
}

table th {
	background:#f5f6f3;
	width:160px;
	padding:20px;
	border:#000 solid 1px;
	vertical-align:middle;
}

table td {
	width:450px;
	padding:20px;
	border:#000 solid 1px;
	line-height:1.6em;
}

.return_btn {
	clear:both;
	width:950px;
	margin:auto;
	text-align:right;
	position:relative;
	top:350px;
	z-index:8;
}

#footer {
	position:relative;
	z-index:7;
	top:350px;
	/* box-shadow */
	box-shadow:rgba(123, 123, 123, 0.6) 0px -7px 5px -5px;
	-webkit-box-shadow:rgba(123, 123, 123, 0.6) 0px -7px 5px -5px;
	-moz-box-shadow:rgba(123, 123, 123, 0.6) 0px -7px 5px -5px;
}

.footer_line {
	width:100%;
	height:5px;
	background:#050048;
}

#footer_box {
	width:950px;
	margin:auto;
	padding:40px 15px 0px 15px;
}

.f_logo {
	float:left;
	margin-bottom:50px;
}

.f_center {
	float:left;
	width:250px;
	font-size:12px;
	margin-left:25px;
}

.f_center ul {
	margin-top:5px;
	margin-left:10px;
}

.f_center ul li {
	line-height:18px;
}

.f_right {
	float:right;
	width:250px;
}

.f_right ul {
	margin-top:5px;
	margin-left:10px;
}

.f_right ul li {
	line-height:18px;
	font-size:12px;
}

#footer_btm {
	clear:both;
	height:25px;
	background:#050048;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	line-height:25px;
}


