@charset "utf-8";
@import url("goods.css");
/* CSS Document */

#hed_img {
	width: 740px;
	margin-bottom: 10px;
}

/*topics
------------------------*/
#topics_title {
	background: url(../images/index/topics_title.gif) no-repeat;
	height: 35px;
	width: 520px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#topics_title h2 {
	float: left;
	text-indent: -9999px;
}
#topics_l {
	float: left;
	width: 520px;
}
.topics_wrap {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 420px;
	margin-bottom: 20px;
	overflow: auto;
}
.topics_text {
	background: url(../images/com/arrow_img.gif) no-repeat left 8px;
	padding-left: 10px;
	border-bottom: 1px dashed #DBC68E;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#topics_r {
	float: right;
	width: 200px;
	padding-top: 15px;
}

/*recommend
------------------------*/
#recommend_title {
	background: url(../images/index/recommend_title.gif) no-repeat;
	height: 35px;
	width: 740px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
.recommend_wrap {
	width: 740px;
	margin-bottom: 15px;
}
.goods_box {
	width: 165px;
	background: #F4EEDE;
	border-top: 1px solid #CCAE5F;
	border-right: 1px solid #CCAE5F;
	border-left: 1px solid #CCAE5F;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
.goods_wrap_top {
	padding: 4px;
	width: 155px;
	border-top: 1px dashed #CCAE5F;
	border-right: 1px dashed #CCAE5F;
	border-left: 1px dashed #CCAE5F;
	height: 170px;
}
.goods_wrap_bottom {
	width: 155px;
	border-right: 1px dashed #CCAE5F;
	border-left: 1px dashed #CCAE5F;
	background: #EDE3C7;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	height: 90px;
}
.goods_box_bottom {
	float: left;
	width: 175px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.goods_box p {
	font-size: 14px;
	line-height: 1.3em;
}
.goods_photo {
	width: 155px;
	margin-bottom: 5px;
}
.goods_list_name {
	height: 45px;
}

/*event
------------------------*/

#event_l {
	float: left;
	width: 500px;
}
#event_title {
	background: url(../images/index/event_title.gif) no-repeat;
	height: 35px;
	width: 500px;
	margin-bottom: 10px;
}
#event_title h2 {
	float: left;
	text-indent: -9999px;
}
.detail_text {
	height: 30px;
	width: 120px;
	float: right;
	padding-top: 5px;
	text-align: right;
}
.event_wrap {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	margin-bottom: 20px;
	overflow: auto;
}
.event_text {
	background: url(../images/com/arrow_img.gif) no-repeat left 8px;
	padding-left: 10px;
	border-bottom: 1px dashed #DBC68E;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/*banner
------------------------*/
#event_r {
	float: right;
	width: 220px;
}
.btn_koneta {
	height: 65px;
	width: 220px;
	margin-bottom: 15px;
}
.btn_koneta a {
	background: url(../images/index/banner_koneta.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 220px;
}
.btn_koneta a:hover {
	background: url(../images/index/banner_koneta.jpg) no-repeat 0px -65px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 220px;
}

.btn_pdf {
	height: 65px;
	width: 220px;
	margin-bottom: 15px;
}
.btn_pdf a {
	background: url(../images/index/banner_pdf.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 220px;
}
.btn_pdf a:hover {
	background: url(../images/index/banner_pdf.jpg) no-repeat 0px -65px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 220px;
}



#mobile_title {
	background: url(../images/index/mobile_title.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 35px;
	width: 220px;
}
#mobile_url {
	padding: 5px;
	width: 210px;
	background: #EFEFEF;
	font-size: 0.8em;
}

