/* CSS Document */

/* 商品ページ */
#box3 .item{
	width: 640px;
	font-size: 12px;
	clear: left;
}

#conte #box3 h3 {
	border-bottom:2px solid #CC6600;
	margin-bottom: 5px;
	background-color: #000000;
}
.item p{
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 12px;
}
#box3 .item span.ph{
	margin:0;
	padding: 0 14px 15px 0;
	float:left;
}
#box3 .item div.itemdetail {
	margin:0;
	padding:0;
	float:left;
}
.item div.itemdetail {
	width: 200px;
}
.itemdetail span{
	float:none;
	padding: 0px;
}
#box3 .item span.ph a img {
	border: 2px solid #FFFFFF;
}
#box3 .item span.ph a:hover img {
	border: 2px solid #FFCC00;
}
.item div.itemdetail ul{
	margin:0;
	padding:0;
	list-style-type: none;
	width: 200px;
}
.item div.itemdetail li{
	background-color: #CC9900;
	margin: 0 5px 5px 0;
	float: left;
	padding: 2px;
	width: 90px;
	font-weight: bold;
}


/* 注文テーブル */
.order_waku{
	padding:8px;
	border-right:2px solid #CC6600;
	border-bottom:2px solid #CC6600;
	border-left:2px solid #CC6600;
	width: 610px;
	margin: 0 0 20px 0;
}
.order_waku_1{
	width: 620px;
}
table.order{
	border-collapse:collapse;
	width: 610px;
	margin: 0;
	font-size: 12px;
	text-align: left;
}
table.order caption{
	text-align:left;
	margin: 0 auto;
}
table.order td,
table.order th{
	line-height:1.2em;
	padding:4px;
	margin: 0;
	border:1px solid #666666;
}
table.order td TD{
	padding:0;
	border:none;
}
table.order th{
	width:72px;
	text-align: right;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #CC9900;
}
table.order th strong{
	font-size:14px;
}
table.order th.name{
	font-size:14px;
}
table.order th.th0{
	width:auto;
	text-align: center;
}
table.order td.td0{
	background-color:#000000;
}
table.order td.price{
	width: 230px;
}
