@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
.bg-header{
	background: url("../image/main_bg.jpg") center bottom no-repeat;
}

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting{
	margin-bottom: 30px;
}


/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	margin-bottom: 35px;
	overflow: hidden;
	/zoom: 1;
}
#product dl {
	float: left;
	width: 168px;
	margin-right: 15px;
	margin-bottom: 25px;
}
#product dl.none {
	margin-right: 0;
}
#product dl dt {
	margin-top: 5px;
}
#product dl dd.image a {
	/* border: 1px solid #E5E5E5; */
	background: #600000;
	padding: 2px;
	width: 164px;
	height: 164px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#product dl dd.comment {
	font-size: 0.85em;
}

#product p.btn{
	clear: both;
	text-align: center;
}



/* .aside
-------------------------------------------- */
#content .aside {
	margin-bottom: 0px;
	overflow: hidden;
	/zoom: 1;
}
#content .aside li {
	float: left;
	margin: 0 40px 0px 0;
}
#content .aside li.none {
	margin-right: 0;
}

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 75px;
}
#content .section .box {
	margin-bottom: 30px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a {
    /* border: 1px solid #CCCCCC; */
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}

#content .section dl dt{
		
margin-bottom: 20px;
}

#content .section p+p{
	margin-top: 23px;
}



/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	/* border: 1px solid #E1E1E1; */
	height: 150px;
	margin-bottom: 60px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 9px 0 9px 20px;
	/* border-bottom: 1px solid #FDEFE3; */
	/* background: url('../image/icon_news.jpg') left 15px top 19px no-repeat; */
}
#topics dl.even {
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 105px;
}

.text-right{
	text-align: right;
}

.marb70{
	margin-bottom: 70px!important;
}