@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#gallery 
-------------------------------------------------------------------*/
#gallery {
	overflow: hidden;
	/zoom: 1;
	clear: both;
	margin-bottom: 11px;
}
#gallery dl {
	width: 200px;
	height: 450px;
	float: left;
	margin: 0 20px 14px 0;
}
#gallery dl.none {
	margin-right: 0;
}
#gallery .image {
	border: #E9E9E9 1px solid;
}
#gallery .image a {
	display: table-cell;
	width: 198px;
	height: 198px;
	text-align: center;
	vertical-align: middle;
}
#gallery dl dt {
	color: #91632B;
	font-weight: bold;
	padding: 9px 0 3px;
	line-height: 1.6;
}
#gallery dl dd.comment {
	font-size: 0.85em;
	line-height: 1.82;
	padding: 0 5px 0 0;
}
