@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#greeting {
	margin-bottom: 50px;
}
/*-------------------------------------------------------------------
	#first
-------------------------------------------------------------------*/
#first {
 	margin-bottom:50px;
}
#first .box{
 	margin-bottom:15px;
}
#first .box ul {
 	margin-left:225px;
	margin-top:12px;
}
#first .box ul li{
 	margin-bottom:7px;
	font-size:1.15em;
	font-weight:bold;
	background:url(../image/icon01.jpg) left center no-repeat;
	padding:0 0 0 35px;
}
/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#info {
	margin-bottom:50px;
}
#content .map {
	width: 640px;
	height: 250px;
	margin-bottom: 15px;
}
#info dl dt {
	font-weight:bold;
}
#info dl dd p.top {
	margin-bottom: 25px;
}
#info dl dd p.top span {
	color: #C01F1F;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 150px;
	overflow-y: scroll;
	margin-bottom:60px;
	line-height:1.6;
	border:1px solid #E8DEBB;
}
#topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 8px 10px 6px 20px;
}
#topics dt {
	float: left;
}
#topics dd {
	margin-left: 105px;
}
