@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 17px;
}
/*-------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/
#gallery {
	overflow: hidden;
	/zoom: 1;
}
#gallery dl {
	float: left;
	width: 190px;
	margin-right: 35px;
	margin-bottom: 24px;
}
#gallery dl.none {
	margin-right: 0;
}
#gallery dl dt {
	color:#729126;
	font-weight:bold;
	margin-top: 5px;
}
#gallery dl dd.image a {
	border: 1px solid #BDE186;
	width: 188px;
	height: 188px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#gallery dl dd.comment {
	font-size: 0.85em;
}
