@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#slide{
	height: 480px;
	width: 1058px;
	margin: 0 auto;
}

#greeting {
	margin-bottom:5px;
}
#greeting p{
	margin-bottom:25px;
}

/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 150px;
	line-height: 1.6;
	overflow-y: scroll;
	margin-bottom:45px;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 5px 0 4px 20px;
}
#topics dl.even {
	background:#0D0D0D;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 108px;
}

/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
	margin-bottom: 40px;
	overflow: hidden;
	/zoom: 1;
	background:url(../image/index03.jpg) right 43px no-repeat;
}
#info #map {
	float: left;
	width: 200px;
	height: 180px;
}
#info .text {
	margin-left: 220px;
}
#info .text dl dt{
	font-weight:bold;
}
#info .text p span{
	font-size:0.85em;
}