@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#first {
	margin-bottom:40px;
}
#first p.top{
	margin-bottom: 10px;
	font-size: 1.33em;
	font-weight: bold;
	color:#E1DF94;
}

/*-------------------------------------------------------------------
	.topics
-------------------------------------------------------------------*/
#content .topics {
	overflow-y: scroll;
	height: 150px;
	line-height: 1.6;
	margin-bottom: 40px;
	border:1px solid #333;
}
#content .topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 5px 0 5px 20px;
	border-bottom:1px dotted #333;
	background:url(../image/icon01.jpg) 10px center no-repeat;
}
#content .topics dt {
	float: left;
}
#content .topics dd {
	margin-left: 90px;
}
#about p.t01{
	margin:15px 0 40px;
}
/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
	margin-bottom: 40px;
	overflow: hidden;
	/zoom: 1;
}
#info #map {
	float: left;
	width: 300px;
	height: 300px;
}
#info .text {
	margin-left: 320px;
}
#info .text .name {
	margin-bottom: 15px;
}

#info .text dl dt {
	font-weight:bold;
	margin-bottom: 5px;
	font-size:1.2em;	
}
#info .text dl dd.top {
	margin-bottom: 10px;
}
