/* CSS Document */


/*main_img
--------------------*/
.main_index_img {
	width:100%;
	height:248px;
	padding:1px 0;
	margin-bottom:20px;
	background:#FFFFFF;
	border-top:1px solid #cbcfd2;
	border-bottom:1px solid #cbcfd2;
}

.main_img {
	background:url(../images/category/goods/main_img.jpg) 0 0 no-repeat;
	width:950px;
	height:248px;
	margin:0 auto;
	text-indent:-9999px;
}



/*contents_main
--------------------*/

.photo_box_l {
	padding: 5px;
	height: 240px;
	width: 200px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 20px;
}
.text_box_r {
	float: right;
	width: 445px;
}
.text_box_r h3 {
	color: #FFFFFF;
	margin-bottom: 20px;
	background: #006AB4;
	padding: 8px 10px;
}
.table_tag01 {
	width:100%;
	margin:0 auto;
}

.table_tag01 th {
	width:200px;
	padding:5px;
	border-bottom:1px dotted #DCDCDC;
	font-weight:normal;
	text-align:left;
	color:#497288;
}

.table_tag01 td {
	padding:3px 5px;
	border-bottom:1px dotted #DCDCDC;
}

.btn_goods_order {
	height: 40px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.btn_goods_order a {
	background: url(../images/category/goods/btn_order.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 200px;
}
.btn_goods_order a:hover {
	background: url(../images/category/goods/btn_order.gif) no-repeat 0px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 200px;
}

