﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#gallery{
	overflow: hidden;
	margin-bottom: 5px;
}
#gallery dl{
	width: 260px;
	margin-right: 15px;
	margin-bottom: 34px;
	float:  left;
	height: 450px;
}
#gallery dl.even{
	height: 590px;
}
#gallery dl.even1{
	height: 530px;
}
#gallery dl.none{
	margin-right: 0;
}
#gallery dl.first .image{
	background: #5A2B14;

}
#gallery dl dt.image {
	width: 260px;
	height: 260px;
	border:  1px solid #644735;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#gallery dl dt.text{
	margin-top: 10px;
}
#gallery dl dt.text {
	color: #FF7019;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.6;
}
#gallery dl dt.text a:hover{
	text-decoration: underline;

}
#gallery dl dd{
	color: #FFFFFF;
	margin-top: 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.8;
	padding-right: 5px;
}