@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 50px;
}
#greeting p.image{
	margin-bottom: 16px;
}
#greeting p{
	margin-bottom: 26px;
}

/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 150px;
	margin-bottom: 50px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 4px 0 4px 10px;
}
#topics dl.even {
	/*background: #E3E3E3;*/
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 106px;
}
#topics dd a{
	color: #CCBE80;
	font-weight: bold;
}
/*-------------------------------------------------------------------
	.product
-------------------------------------------------------------------*/
.product {
	margin-bottom: 50px;
	overflow: hidden;
	/zoom: 1;
}
.product dl {
	float: left;
	width: 190px;
	margin-right: 35px;
	margin-bottom: 30px;
}
.product dl.none {
	margin-right: 0;
}
.product dl dt {
	margin-top: 6px;
}
.product dl dt a{
	color: #CCBE7F;
	font-weight: bold;
}
.product dl dd.image a {
	border: 1px solid #F0F0F0;
	padding: 1px;
	width: 190px;
	height: 186px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.product dl dd{
	color: #32261A;
	font-weight: bold;
}
.product dl dd.comment {
	font-size: 0.85em;
	color: #777777;
	    font-weight: normal;
}
.product dl dd.comment01 {
	font-size: 0.85em;
	color: #777777;
	    font-weight: normal;
}
.button{
	text-align: right;
	clear:both;
	float:none;
}

#brand{
	margin-bottom: 50px;
	overflow: hidden;
}
#brand li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#brand li:nth-child(4n){
	margin-right: 0;
}
