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




.margin55{
	margin-top: 55px;
	}
	
.margin10{
	margin-top: 10px;
	}




/*ーーーーーー fonts ーーーーーー*/


.text_check{}
.text_20_green_b{
	font-size: 20px;
	color: #006600;
	font-weight: bold;
}
.text_18_black_bar{
	font-size: 18px;
	background-image: url(../img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: -20px;
	margin-bottom: 30px;
	}
.text_18_green{
	font-size: 18px;
	color: #006600;
	font-weight: normal;
}
.text_16_black{
	font-size: 16px;
}
.text_15_black{
	font-size: 15px;
}
.text_14_black{
	font-size: 14px;
}
.text_13_black{
	font-size: 13px;
}
.text_12_glay{
	font-size: 12px;
	color: #333;
}
.text_12_black{
	font-size: 12px;
	font-weight: normal;
}
.text_12_black_b{
	font-size: 12px;
	font-weight: bold;
}
.text_11_black_b{
	font-size: 11px;
	font-weight: bold;
}
.text_11_glay{
	font-size: 11px;
	color: #333;
}
.text_10_black{
	font-size: 10px;
}




body{
	text-align: center;
	background-color: #FFF;
}
#page {
	height: auto;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


/*ーーーーーー header ーーーーーー*/



#header_area {
	height: 80px;
	width: 900px;
	padding-right: 70px;
	padding-left: 70px;
}
#header_area hgroup {
	height: 80px;
	width: 335px;
	float: left;
}
#header_area hgroup h2 {
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: normal;
}
#header_area hgroup h1 {
	font-size: 35px;
	line-height: 0;
}
#header_area hgroup h1 span {
	font-size: 25px;
}

#header_area nav {
	width: 565px;
	float: right;
	height: 80px;
}

#header_area nav ul{
	height: 80px;
	width: 565px;
	overflow:hidden;
}
#header_area nav ul li {
	text-align: center;
	float: left;
	width: 140px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	height: 50px;
	padding-top: 30px;
}
.current a {
	color: #060;
}
#nav_last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#header_area nav  li.back{
	z-index: 8;
    position: absolute;
	background-image:url(../img/lava.gif);
	background-repeat: no-repeat;
	background-position: left 60px;
	border:none;
	}
#header_area nav  li a {
	height: 50px;
	width: 141px;
	display: block;
	margin-top: -30px;
	padding-top: 30px;
	z-index: 10;
	position:relative;
}
#teltime {
	text-align: right;
}



/*ーーーーーー contents ーーーーーー*/


#contents{
	width:900;
	margin-top: 40px;
	}
#l_2col {
	width: 577px;
	float: left;
	margin-left: 70px;
	padding-left: 20px;
	padding-right: 20px;
}
#r_2col {
	width: 263px;
	float: right;
	margin-right: 70px;
	padding-left: 20px;
}

/*ーーーーーー footer ーーーーーー*/

#page footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 50px;
}


