@import "init.css";
@import "common.css";

div#main{
	width:600px;
	}
h2{
	width:580px;
	height:108px;
	background:url(../images/price/h2_price.jpg) no-repeat;
	margin:0 0 20px 0;
	text-indent:-9999px;
	}

h3#watch{
	clear:both;
	width:580px;
	height:32px;
	background:url(../images/price/h3_watch.jpg) no-repeat;
	text-indent:-9999px;
	}
h3#brand{
	clear:both;
	width:580px;
	height:32px;
	background:url(../images/price/h3_brand.jpg) no-repeat;
	text-indent:-9999px;
	}
h3#metal{
	clear:both;
	width:580px;
	height:32px;
	background:url(../images/price/h3_metal.jpg) no-repeat;
	text-indent:-9999px;
	}
h3#art{
	clear:both;
	width:580px;
	height:32px;
	background:url(../images/price/h3_art.jpg) no-repeat;
	text-indent:-9999px;
	}
h3#ticket{
	clear:both;
	width:580px;
	height:32px;
	background:url(../images/price/h3_ticket.jpg) no-repeat;
	text-indent:-9999px;
	}

div#items{
	width:600px;
	height:100%;
	margin:0 0 20px 0;
	}
div#items ul{
	width:600px;
	margin:0 0 0 0;
	_margin:0 -20px 0 0;
	}
div#items ul li{
	display:block;
	width:130px;
	height:160px;
	margin:0 20px 20px 0;
	float:left;
	}

div#items ul li h4{
	width:128px;
	border:1px solid #808080;
	text-align:center;
	margin:0 0 5px;
	
	}

table{
	border-collapse:collapse;
	border:none;
	}
th, td{
	border-top:1px solid #CCCCCC;
	border-right:none;
	border-bottom:1px solid #CCCCCC;
	border-left:none;
	}
th{
	background:#fbf8ef;
	padding:5px;
	text-align:center;
	font-weight:bold;
	}
td.name{
	width:180px;
	padding:5px;
	font-weight:bold;
	}
td.goods{
	width:70px;
	padding:5px;
	font-weight:bold;
	}
td.price{
	width:90px;
	padding:5px;
	}
td.priceB{
	width:90px;
	text-align:right;
	padding:5px;
	color:#990000;
	font-weight:bold;
	}
td.detail{
	width:70px;
	padding:5px;
	text-align:center;
	}


div#detail{
	width:580px;
	margin:0 0 20px;
	}

div#detail h4{
	margin:0 0 20px;
	}

div#detail img{
	display:block;
	float:left;
	margin:0 20px 20px 0;
	}
div#text{
	width:260px;
	margin:0 0 0 0;
	float:left;
	}
h5.ser{
	padding:5px;
	background:#fbf8ef;
	border-top:1px solid #CCCCCC;
	}
div#text dl{
	width:100%;
	border-top:1px solid #CCCCCC;
	clear:both;
	}
dt.h_price{
	widows:80px;
	float:left;
	padding:5px;
	}
dd.pnum{
	widows:190px;
	float:right;
	padding:5px;
	}
dd.pnumA{
	widows:190px;
	float:right;
	padding:5px;
	font-weight:bold;
	color:#990000;
	}

div#comment{
	clear:both;
	width:580px;
	padding:10px;
	border-left:3px solid #999999;
	}

