@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
@import url(product.css);
/**********************/
/*
#gallery{
	overflow: hidden;
}
#gallery p{
	text-align: center;
}
#gallery p.even{
	font-size: 0.93em;
	line-height: 2.62;
	margin-bottom: 30px;
}
#gallery dl{
	width: 260px;
	margin-right: 15px;
	margin-bottom: 34px;
	float:  left;
}
#gallery dl.even{
	margin-bottom: 84px;
}
#gallery dl.none{
	margin-right: 0;
}
#gallery dl.none .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 a{
	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;
}*/
/* .aside
-------------------------------------------- */
#content .aside {
	margin-bottom: 70px;
	padding: 0 30px;
	overflow: hidden;
/zoom: 1;
}
#content .aside li {
	float: left;
	margin: 0 65px 0 0;
}
#content .aside li.none {
	margin-right: 0;
}

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#content .section{
	margin-bottom: 70px;
}
#content .section .box .image{
	margin-bottom: 15px;
}
#content .section .box p{
	margin-bottom: 35px;
}
#content .section .box.imgright p{
	margin-bottom: 30px;
}
#content .section .box.imgright p.none{
	margin-bottom: 0px;
	margin-top: 35px;
}
#content .section .box.imgright .image{
	margin-top: 235px;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	/* border: 1px solid #CCCCCC; */
	margin-bottom: 80px;
	line-height: 1.6;
	overflow-y: scroll;
	height: 200px;
}
#topics dl {
	overflow: hidden;
/zoom: 1;
}
#topics dt {
	float: left;
	line-height: 1.6;
	font-size: 1em;
	padding: 10px 0 9px 20px;
}
#topics dd {
	padding: 9px 0 8px 125px;
}
#topics dd a {
	color: #ffffff;
	/* font-weight: bold; */
	text-decoration: none;
}
#topics dd a:hover {
	text-decoration: underline;
}
