@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 18px;
}
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 33px;
}
#greeting p {
	margin: 0 5px 25px 0;
}
#content .imgright .image {
	margin: 0 0 20px 25px;
}
#greeting p.top {
	margin-bottom: 14px;
}
#greeting p.none {
	margin-bottom: 0;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 148px;
	margin-bottom: 40px;
	line-height: 1.6;
	overflow-y: scroll;
	border: 1px solid #FFCDCA;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 5px 0 3px 21px;
}
#topics dl.even {
	background: #FDF4D5;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 106px;
}
/*-------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/
#gallery {
	margin-bottom: 35px;
	overflow: hidden;
	/zoom: 1;
}
#gallery dl {
	float: left;
	width: 190px;
	margin-right: 35px;
	margin-bottom:20px;
}
#gallery dl.none {
	margin-right: 0;
}
#gallery dl dt {
	margin-top: 5px;
}
#gallery dl dd.image a {
	border: 1px solid #F8C5CA;
	width: 188px;
	height: 188px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#gallery dl dd.spa {
	line-height:1.2;
	font-size:1.03em;
}

#gallery dl dd.caution {
	color:#FF0000;
}

#gallery dl dd.comment {
	font-size: 0.86em;
	margin-top: 6px;
}