/*////////////////////////////////////////////////////////////
	spec
////////////////////////////////////////////////////////////*/

#spec {
	margin-bottom: 30px;
	margin-top: 15px;
}
#spec h3   {
	margin-bottom: 7px;
}
#spec .spec-header {
	font-size: 10px;
	line-height: 10px;
	background-image: url(/images/shop/common/bg_12.gif);
	height: 10px;
}
#spec .spec-body {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/images/shop/common/bg_14.gif);
	background-repeat: repeat-y;
}
#spec .spec-footer {
	font-size: 10px;
	line-height: 10px;
	background-image: url(/images/shop/common/bg_13.gif);
	height: 10px;
}
#spec ul {
	margin: 0px;
	list-style-type: none;
}
#spec ul li {
	float: left;
	width: 205px;
	background-image: url(/images/shop/common/ic_10.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	padding-left: 15px;
	margin-bottom: 0.3em;
}
*html #spec ul li {
	background-position: 0px 0.3em;
}
*+html #spec ul li {
	background-position: 0px 0.3em;
}

/*////////////////////////////////////////////////////////////
	detail
////////////////////////////////////////////////////////////*/

#detail h3 {
	margin-bottom: 7px;
}
#detail h4 {
	clear: both;
	margin-bottom: 7px;
}
#detail .text {
	float: left;
	width: 170px;
}
#detail .image1 {
	float: left;
	width: 150px;
	margin-left: 20px;
}
#detail .image2 {
	float: right;
	width: 150px;
	margin-left: 10px;
}
#detail .category {
	background-image: url(/images/common/lin_03.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 15px;
	padding-bottom: 1px;
}
