/* CSS Document */

@import url("reset.css"); 


/* ----------UI--------------- */
body{
	text-align:center;
	background-color:#E7E7D9;
}

#container{
	width:768px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../img/common/bg_container.gif);
	background-repeat:repeat-y;
}

#header{
	width:773x;
	padding-top:20px;
	padding-bottom:15px;
	padding-left:40px;
	text-align:left;
	background-image:url(../img/common/bg_header.jpg);
	background-repeat:no-repeat;
}

#contents{
	width:690px;
	margin-left:45px;
	_margin-left:0px;  /*IE6*/
}
#contents:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
*:first-child+html #contents{ /*IE7*/
	margin-left:10px; 
}

/*main*/
#main{
	float:right;
	text-align:left;
	width:455px;
	margin-right:15px;
	_margin-right:7px; /*IE6*/
}

#menu{
	float:left;
	width:195px;
	text-align:left;
}

#footer{
	clear:both;
	width:690px;
	margin-left:45px;
	margin-top:20px;
	_margin-left:0px;  /*IE6*/
	margin-bottom:15px;
	padding:10px 0;
	background-image:url(../img/common/head_line.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#272706;
}
*:first-child+html #footer{ /*IE7*/
	margin-left:10px; 
}


#footer_b{
	clear:both;
	width:768px;
	padding-bottom:20px;
	background-color:#E7E7D9;
	background-image:url(../img/common/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:12px;
	color:#74745E;
}



/* ----------Header--------------- */
#header h1{
	margin-bottom:15px;
	padding-bottom:15px;
	padding-left:25px;
	background-image:url(../img/common/head_line.gif);
	background-repeat:no-repeat;
	background-position:0 15px;
	font-size:12px;
	color:#989884;
}

#header h2 img{
	margin-bottom:15px;
}

#header img{
	padding-left:5px;
}
/* ----------main--------------- */
#main p{
	margin-bottom:15px;
	color:#5A5A41;
	font-size:12px;
	line-height:150%;
}

.section{
	margin-top:5px;
	margin-left:10px;
	margin-bottom:30px;
}

#main a{
	color:#006600;
}

#main a:hover{
	color:#009900;
}

#main a:hover img{
	opacity: 0.80; /* IE以外透過設定 */
	filter: Alpha(opacity=80); /* IE用透過設定 */
}
 
.link li{
	padding-left:20px;
	background:url(../img/common/link_yajirusi.gif) no-repeat 0 1px;
	font-size:12px;
	line-height:180%;
	color:#5A5A41;
}


#p_navi{
	width:445px;
	margin:0px 5px 20px;
	text-align:center;
	border:1px solid #CCCCBA;
	background-color:#E7E7D9;
	font-size:12px;
}

#p_navi li{
	float:left;
	padding:5px 14px;
	_padding:5px 13px;
	border-right:1px solid #CCCCBA;
	
}
#p_navi a{
	text-decoration:none;
}

#main h4{
	font-size:14px;
	font-weight:bold;
	color:#38A200;
	border-bottom:1px dotted #CCCCCC;
	padding:0 0 2px 0;
	line-height:150%;
}

#main h5{
	margin-bottom:5px;
	color: #996633;
	font-size:13px;
}

.goto_top{
	text-align:right;
	margin:10px 0 10px;
	font-size:12px;
}
/* ----------menu--------------- */
#menu ul{
	width:190px;
	height:330px;
	margin-bottom:15px;
	border:3px solid #DFDFD5;
	background-color:#FFFFFF;
}

#menu li{
	float:left;
	height:45px;
/*	overflow:hidden;*/
	border-bottom:1px solid #DFDFD5;
}
#menu_00{
	background:url(../img/common/menu_00_hov.gif) 0 0 no-repeat;
}
#menu_01{
	background:url(../img/common/menu_01_hov.gif) 0 0 no-repeat;
}
#menu_02{
	background:url(../img/common/menu_02_hov.gif) 0 0 no-repeat;
}
#menu_03{
	background:url(../img/common/menu_03_hov.gif) 0 0 no-repeat;
}
#menu_04{
	background:url(../img/common/menu_04_hov.gif) 0 0 no-repeat;
}
#menu_05{
	background:url(../img/common/menu_05_hov.gif) 0 0 no-repeat;
}
#menu_06{
	background:url(../img/common/menu_06_hov.gif) 0 0 no-repeat;
}




#menu_07{
	display:block;
	float:left;
	width:180px;
	_width:175px;
	height:57px;
	border:3px solid #DFDFD5;
	background-color:#FFFFFF;
	padding:5px;
	_padding:3px;
	background:url(../img/common/menu_07_hov.gif) 5px 5px no-repeat;
}
#menu_07 a{
	display:block;
}

#menu li a{
	height:45px;
	display:block;
}

#menu li a:hover{
	height:45px;
	margin-bottom:0px;
}

#menu a:hover img{
	visibility:hidden;
	display:block;
}

/* ----------footer--------------- */
#footer #prof{
	width:675px;
	padding:10px 0;
	background-color:#E7E7D9;
	border:1px solid #C0C0A8;
	font-size:12px;
	line-height:150%;
}

#footer #sub_menu{
	padding-top:10px;
	margin:10px 0;
}

#sub_menu ul{
	padding-left:140px;
	text-align:center;

}
#sub_menu li{
	float:left;
	margin:10px;
	padding-right:15px;
	font-size:12px;
}

#sub_menu .border_R{
	border-right:1px solid #C0C0A8;
}

#sub_menu a{
	color:#006600;
	text-decoration:none;
}

#sub_menu a:hover{
	color:#009900;
}

/* ----------float--------------- */
.f_herf{
	float:left;
	width:50%;
}

.f_150R{
	float:right;
	width:150px;
	margin-left:8px;

	border:1px solid #CCCCCC;
}



/* ----------index.html--------------- */
#top_guide{
	width:444px;
	_width:462px;
	margin-bottom:30px;
	margin-left:5px;
	background:url(../img/top/link_bk.jpg) repeat-x 0 0;
}

#top_guide img{
	float:left;
	margin:0px;
	padding:0px;

}

#top_link{
	width:450px;
}

#top_link li{
	float:left;
	width:40%;
	_width:50%;
}

/* ----------aisatu.html--------------- */

#tantoui dl{
	width:450px;
	margin-top:15px;
	margin-bottom:20px;
	padding-top:20px;
	color:#5A5A41;
	font-size:12px;
}

#tantoui dt{
	float:left;
	width:80px;
	height:17px;
	margin-top:5px;
	padding:5px;
	padding-left:15px;
}

#tantoui dd{
	float:left;

	height:17px;
	padding:5px;
	margin-top:5px;
	width:340px;
	line-height:130%;
}

#minami{
	background:url(../img/aisatu/01minami.jpg) no-repeat 0 0;
	width:450px;
	height:250px;
}

#yosida{
	background:url(../img/aisatu/02yosida.jpg) no-repeat 0 0;
	width:450px;
	height:250px;
}

#simizu{
	background:url(../img/aisatu/03simizu.jpg) no-repeat 0 0;
	width:450px;
	height:250px;
}

#saitou{
	background:url(../img/aisatu/04saitou.jpg) no-repeat 0 0;
	width:450px;
	height:193px;
}

#kenmoti{
	background:url(../img/aisatu/05kenmoti.jpg) no-repeat 0 0;
	width:450px;
	height:250px;
}

#kira{
	background:url(../img/aisatu/06kira.jpg) no-repeat 0 0;
	width:450px;
	height:250px;
}


/* ----------sinryo.html--------------- */
#hyou table{
	color:#5A5A41;
	font-size:12px;
}

#hyou th{
	padding:10px;
	border:1px solid #5A5A41;
}

#hyou td{
	padding:12px;
	line-height:130%;
	border:1px solid #5A5A41;
}

#hyou .cell{
	background-color:#FCF5E2;
}

#hyou .cell2{
	background-color:#FCECE2;/*#E3E7DC*/;
}

#yoyaku_innner h4{
	margin-top:10px;
	margin-bottom:10px;
}

#yoyaku_innner h5{
	margin-bottom:5px;
	margin-left:10px;
}


#yoyaku_innner p{
	margin-bottom:15px;
	margin-left:10px;
}

#tokusyu_innner table{
	font-size:12px;
	width:445px;
}

#tokusyu_innner th{
	padding:5px;
	text-align:center;
	color: #996633;
	font-size:13px;
	font-weight:bold;
	border:1px solid #DFDFD5;
}

#tokusyu_innner td{
	color:#5A5A41;
	padding:10px;
	border:1px solid #DFDFD5;
}
.w205{
	width:205px;
}
/* ----------kensa.html--------------- */
#dock table{
	color:#5A5A41;
	font-size:12px;
}

#dock th{
	padding:10px;
	border:1px solid #5A5A41;
	width:145px;
	line-height:130%;
}
#dock td{
	padding:12px;
	line-height:130%;
	border:1px solid #5A5A41;
}

tr.dock_ue td{
	background-color:#FCF5E2;
	text-align:center;
	color:#996633;
	font-weight:bold;

}

/* ----------font--------------- */
strong{
	font-weight:normal;
}

.aka{
	color:#FF0000;
}

.font-14{
	font-size:14px;
	font-weight:bold;
}
/* ----------配置--------------- */
/*右画像リンク*/
.glink_R{
	margin:10px 0;
	text-align:right;
}

.texta_C{
	text-align:center;
}
.texta_R{
	text-align:right;
}
/* ----------その他共通--------------- */
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/

