@charset "shift_jis";

/*------------------------------------------------------------
　共通
------------------------------------------------------------*/

@import url("../import.css");
a{
	color:#157939;
	text-decoration:underline;
}
a:hover{
	color: #157939;
	text-decoration: none;
}
.inner{	
	margin-left:5px;
	width:710px;
	text-align:center;
}
.navi {
	margin:0px auto 30px auto;
	width:524px;
}
.navi ul{
}
.navi ul,li{
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.navi li{
	float:left;
	margin-right:7px;
}
.navi li.end{
	margin-right:0px;
}
.navi a:hover img{
	filter:alpha(opacity=70); 
	-moz-opacity:0.70; 
	opacity:0.70;
}

#block01,#block02,#block03{	
	width:710px;
	margin-bottom:20px;
}
/*----------------------------------------------------------*/


#block01 .box01{	
	margin:20px auto 30px auto;
	width:710px;
	text-align:center;
}
#block01 .box01-l{	
	float:left;
	width:380px;
}
#block01 .box01-r{
	float:right;
	width:320px;
	text-align:left;
}
#block01 .box01-l p{
	margin-bottom:10px;
}
#block01 .box01 h3{
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 20px;
	font-weight:bold;
	color: #38382C;
	line-height: 120%;
	margin-bottom:17px;
}
#block01 .box01-r p{
	text-align:left;
	line-height: 130%;
}
#block01 .box01 dl{
	margin-top:17px;
}
#block01 .box01 dt{
	background-color:#D3D198;
	width:80px;
	height:20px;
	_height:27px;
	color:#38382C;
	text-align:center;
	float:left;
	margin-bottom:7px;
	padding-top:7px;
}
#block01 .box01 dd{
	width:230px;
	height:20px;
	_height:27px;
	color: #38382C;
	margin-left:10px;
	text-align:left;
	float:left;
	margin-bottom:7px;
	padding-top:7px;
}

#block01 .map{
	width:320px;
	margin-top:17px;
}
#block01 .map-title{
	background-color:#38382C;
	width:100%;
	height:20px;
	_height:27px;
	color:#D3D198;
	text-align:center;
	padding-top:7px;
	font-weight:bold;
}
