@charset "utf-8";
/*formatting style
--------------------------*/



* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #666;
	background-color: #fff;
	font-size: 90%;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;

	}
/*link style
--------------------------*/

a:img {
	border-style: none;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}
/*basic layout
--------------------------*/
#wrapper {
	background-color: #FFF;
	width: 850px;
	margin: 0px auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#header {
	border-top: 7px solid #039;
	border-bottom: 5px solid #039;
	float: right;
	height: px;
	width: 850px;
}
#header h1 a img {
	float: left;
	width: 347px;
	border: none;
}

#header #contact {
	width: 446px;
	margin-top: 60px;
	margin-right: 10px;
	float: right;
	text-align: right;
}


/* ▼ナビゲーション　ヘッドメニュー*/
#head_menu{
	height:38px;
	zoom:100%;
	}
#head_menu:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#head_menu ul {
	list-style-type:none;
	display:block;}
#head_menu ul li{
	width:212px;
	height:38px;
	position:relative;
	float:left;
	}
#head_menu ul li a{
	width:212px;
	height:40px;
	text-align:center;
	color:#006;
	line-height:40px;
	text-decoration:none;
	}
#head_menu ul li a:hover{
	color:#006;
	text-decoration:none;
	}
#head_menu ul li.off{
	overflow:hidden;
	width:212px;
	}
#head_menu ul li.off ol.sub{
	left:0px; top:-999px; 
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:38px;
	width:212px;
	border:1px solid #999999;
	text-align:center;
	}
#head_menu ul li.on{
	width:212px;
	}
#head_menu ul li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	list-style-type:none;
	background-color:#FFFFFF;
	width:212px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	}
#head_menu ul ol.sub li a{
	text-decoration:none;
	color:#036;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	color:#999;
	background:none;
	background-color:#FFF;
	}
#head_menu ul li.a01 a{ background:url(img/menu/a01.jpg) no-repeat;}
#head_menu ul li.a01 a:hover{ background:url(img/menu/a01_on.jpg) no-repeat;}
#head_menu ul li.a02 a{ background:url(img/menu/a02.jpg) no-repeat;}
#head_menu ul li.a02 a:hover{ background:url(img/menu/a02_on.jpg) no-repeat;}
#head_menu ul li.a03 a{ background:url(img/menu/a03.jpg) no-repeat;}
#head_menu ul li.a03 a:hover{ background:url(img/menu/a03_on.jpg) no-repeat;}
#head_menu ul li.a04 a{ background:url(img/menu/a05.jpg) no-repeat;}
#head_menu ul li.a04 a:hover{ background:url(img/menu/a05_on.jpg) no-repeat;}
/* ▼ナビゲーション　ヘッドメニューここまで*/
#mainimage { 
	width: 850px;
}
#sidemenu {
	width: 150px;
	float: left;
	padding-top: 50px;
	padding-left: 50px;
	list-style: url(img/top/list.gif) inside;
	text-align: left;
	
}
/*メインコンテンツ領域 layout
--------------------------*/
#maincontents {
	float: right;
	width: 650px;
}

#maincontents_left {
	float: left;
	width: 280px;
	font-size: 90%;
	padding-left: 60px;
	padding-top: 50px;
}

#maincontents_right {
	float: right;
	width: 310px;
	padding-top: 50px;
	padding-left: 0px;
	font-size: 90%;
}

.box {
	width: 215px;
	height: 150px;
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	padding-right: 50px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	list-style: none;
	text-align: left;
}
#maincontents_left .box h3 {
	font-weight: bold;
	font-size:13px;
    color:#666;
	margin-left: 5px;
}
#maincontents_right .box h3 {
	font-weight: bold;
	font-size:13px;
    color:#666;
	margin-left: 5px;	
}
#maincontents_left .box h4 {
	font-weight: bold;
	font-size:13px;
    color:#666;
	margin-left: 5px;
}
#maincontents_right .box h4 {
	font-weight: bold;
	font-size:13px;
    color:#666;
	margin-left: 5px;
}
#maincontents_left ul .box .box_white {
	background-color: #FFF;
	width: 213px;
	height: 52px;
	text-align: justify;
	margin-left: 5px;
	margin-right: 3px;
	padding-right: 3px;
	padding-left: 5px;
	padding-top: 3px;
}
#maincontents_right ul .box .box_white {
	background-color: #FFF;
	width: 213px;
	height: 52px;
	text-align: justify;
	margin-left: 5px;
	margin-right: 3px;
	padding-right: 3px;
	padding-left: 5px;
	padding-top: 3px;
}
/*トップページ以外のメインコンテンツ領域 layout
--------------------------*/
#maincontents .title h3{
	border-bottom: dotted;
	border-bottom-color: #999;
}	
#box_otherpage {
	width: 500px;
	padding-left: 50px;	
    padding-top: 30px;	
}
#box_otherpage2 {
	width: 500px;
	padding-left: 50px;	
}
#box_otherpage p {
	line-height: 140%;
	font-size: 90%;
	text-align:left;
	padding-bottom:10px;
}
#box_otherpage #corporate {
	font-size: 90%;
	text-align: left;
}
#box_otherpage2 #corporate2 {
	font-size: 90%;
	text-align: left;
}
#box_otherpage #corporate table th{
	border: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	
}
#box_otherpage #corporate table td{
	border: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
}
#box_otherpage2 #corporate2 table th{
	border: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
#box_otherpage2 #corporate2 table td{
	border: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
}
#maincontents #box_otherpage ul {
	list-style: decimal;
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 90%;
	line-height: 150%;
}
#box_otherpage h3{
	text-align:left;
}
#box_otherpage h4{
	text-align:left;
	margin-top: 10px;
	color:#039;
}
#box_otherpage h5{ 
	text-align:left;
	margin-left: 10px;
	margin-top: 10px;
	color:#06C;	
	font-size: 90%;	
}
#box_otherpage p{
	line-height:150%;
	text-align:left;
	margin-left: 10px;
}
#box_otherpage .access{
	text-align:left;
	margin-left: 0px;
	margin-top: 10px;
}
#box_otherpage .map{
	text-align:left;
	margin-left: 0px;
	margin-top: 20px;
}
#box_otherpage .sitemap{
	text-align:left;
}
#box_otherpage .sitemap li{
	list-style-type:circle
}





/*フッター layout
--------------------------*/
#footer {
	width: 850px;
    clear:both;
}
#footer ul {
	width: 850px;
	padding-left: 0px;
}
#footer ul li {
	float: left;
	list-style: none;
	padding-left: 20px;
}	
#wrapper #footer address {
	background-color: #039;
	color: #FFF;
	font-size: 80%;
	line-height: normal;
	text-align: right;
	padding-right: 10px;
	height: 100px;
	width: 840px;
	clear: both;
	padding-top: 10px;
}
