﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/
#gallery {
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
}
#gallery dl {
	float: left;
	width: 190px;
	height: 350px;
	margin-right: 35px;
	margin-bottom: 15px;
}
#gallery dl.none {
	margin-right: 0;
}
#gallery dl dt {
	color:#00043F;
	font-weight:bold;
	margin-top: 6px;
}
#gallery dl dd.image a {
	border: 1px solid #CCCCCC;
	width: 186px;
	height: 186px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding: 1px;
}
#gallery dl dd.comment {
	font-size: 0.86em;
	line-height:1.6;
	padding-right:10px;
}