﻿@charset "utf-8";
html{
	overflow:scroll;
}
body,div,table,tr,td,ul,li,img,p,h1,h2,h3,a,dl,dt,dd,form{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none inside;
	border:none;
	text-decoration:none;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:10pt;
	line-height:1.6em;
	position:static;
}
body{
	width:100%;
	height:100%;
	text-align:center;
}
/* IE7 */
img{
	/vertical-align:top;
}
/*********************************************************/
#wrap{
	width:900px;
	height:auto;
	margin:0px auto;
	padding:0px;
	text-align:center;
}
#header{
	width:900px;
	height:auto;
}
#contents{
	clear:both;
	width:900px;
	height:auto;
}
#footer{
	clear:both;
	width:900px;
	height:auto;
}
a{
	font-size:10pt;
}
a:link{
	color:#005b88;
}
a:visited{
	color:#005b88;
}
a:hover{
	color:#808080;
}
a:active{
	color:#808080;
}
.line{
	clear:both;
	width:900px;
	height:10px;
	line-height:10px;
	background:url('../img/line.png') no-repeat top left;
}
/*********************** header ************************/
#h1{
	width:530px;
	height:75px;
	/height:auto;
	font-size:9pt;
	font-weight:normal;
	text-align:left;
	float:left;
}
#h_right{
	width:300px;
	float:left;
	font-size:9pt;
	text-align:right;
}
#tel{
	color:#005b88;
	font-size:18pt;
}
#h_ul{
	clear:both;
	margin-top:10px;
	/height:20px;
	/margin-top:5px;
}
.h_menu{
	float:right;
	font-weight:bold;
	margin-right:10px;
}
.h_menu_02{
	float:right;
	font-weight:bold;
}
/********************* main menu **********************/
#menu_ul{
	width:900px;
	height:50px;
	background:url('../img/menu_back.png') repeat-x left;
}
.menu_li{
	width:150px;
	height:50px;
	float:left;
}
/******************** panuzu list ********************/
#pnkz{
	clear:both;
	width:900px;
	line-height:20px;
	text-align:left;
	display:inline-block;
}
.pnkz_li{
	float:left;
}
/********************** contents *********************/
/* IE6 */
*html #c_right{
	width:180px;
	height:100%;
	float:left;
	overflow:hidden;
}
*html #c_left{
	width:670px;
	height:auto;
	float:left;
	text-align:left;
	background-color:#ffffff;
	padding-top:20px;
	display:inline;
}
/**/
#c_right{
	width:200px;
	height:100%;
	float:left;
	margin-left:20px;
	/margin-left:10px;
}
#c_left{
	width:680px;
	height:auto;
	float:left;
	text-align:left;
	background-color:#ffffff;
	padding-top:20px;
}
.c_title{
	clear:both;
	width:660px;
	height:30px;
	background:url('../img/title_h3.png') no-repeat left;
	font-size:110%;
	font-weight:bold;
	padding:8px 0px 0px 20px;
	margin-top:20px;
	color:#ffffff;
}
#c_menu{
	width:180px;
	height:auto;
	text-align:center;
	margin:20px auto;
}
.c_menu_li{
	width:180px;
	height:30px;
	text-align:left;
	line-height:30px;
	margin-bottom:10px;
}
.c_menu_li a{
	width:100%;
	height:100%;
	display:block;
	font-size:100%;
	font-weight:bold;
	background:url('../img/back_m.png') no-repeat;
	padding:2px 0px 0px 30px;

}
.c_menu_li a:hover{
	background:url('../img/back_m_b.png') no-repeat;
}
#re_top{
	clear:both;
	float:right;
}
.re_top_02{
	clear:both;
	float:right;
}
/*********************** footer **********************/
#f_menu{
	clear:both;
	width:650px;
	/width:600px;
	margin:0px auto;
	text-align:center;
}
.f_menu_li{
	float:left;
	font-size:8pt;
}
#f_p{
	clear:both;
	font-size:8pt;
}
