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

#content h3.spa{
	margin-bottom: 17px;
}
/*-------------------------------------------------------------------
	#mainimg
-------------------------------------------------------------------*/
#mainimg {
	background:url(../image/mainimg_bg.jpg) left top repeat-x;
}
#content p.no1{
	margin-bottom: 30px;
}
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#content .imgright {
	margin-bottom: 40px;
}
#content .imgright .image{
	margin: 0 0 10px 20px;
	*margin: 0 0 10px 17px;
}
#content .imgright p{
	margin-bottom: 11px;
}
#content .imgright p.spa{
	margin-bottom: 26px;
}
#content .imgright p.none{
	margin-bottom: 0;
}
/*-------------------------------------------------------------------
	aside
-------------------------------------------------------------------*/
#content ul.aside {
	margin-bottom: 20px;
}
#content .aside li {
	float: left;
	margin: 0 19px 0 0;
}
#content .aside li.none {
	margin-right: 0;
}
/*-------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/
#content .gallery {
	margin-bottom: 43px;
	overflow: hidden;
	/zoom: 1;
}
#content .gallery dl {
	float: left;
	width: 190px;
	margin-right: 35px;
}
#content .gallery dl.none {
	margin-right: 0;
}
#content .gallery dl dt {
	margin: 11px 0 4px;
	line-height:1.4;
	font-weight:bold;
}
#content .gallery dl dd.spa{
	font-size:0.86em;
}
#content .gallery dl dd.image a {
	border: 1px solid #CCCCCC;
	width: 180px;
	height: 180px;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#content .topics {
	height: 173px;
	margin-bottom: 50px;
	line-height: 1.6;
	overflow-y: scroll;
}
#content .topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 6px 0 6px 11px;
	border-bottom: 1px dotted #ccc;
}
#content .topics dt {
	float: left;
	padding-left:11px;
	background:url(../image/index09.jpg) left center no-repeat;
}
#content .topics dd {
	padding: 0 0 0 117px;
}

/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 640px;
	height: 250px;
	margin-bottom: 20px;
}
/*-------------------------------------------------------------------
	.item
-------------------------------------------------------------------*/
#content .item{
	overflow:hidden;
	zoom:1;
	clear:both;
	margin-bottom: 33px;
}
#content .item dl{
	float:left;
	width:310px;
	margin-right:20px;
}
#content .item dl.none{
	margin-right:0;
}
#content .item dl dt{
	background:#E9E9E9;
	padding: 3px 0 3px;
	text-align:center;
	font-weight:bold;
	margin-bottom: 10px;
}

