/* CSS Document */
/* トップタグ */
#toptag{
}
#box1 h3 {
	border-bottom:2px solid #006699;
}
#box2 {
	padding:40px 0 0 0;
	border-top:none;
	clear: both;
}
#box2 h4 {
	border-bottom:2px solid #006699;
}
.itemdetail table th,
.itemdetail table td{
	border-bottom:1px solid #006699;
}
#box2 .item a:hover.ph img {
	border: 2px solid #006699;
}
/* 注文テーブル */
.order_waku{
	padding:8px;
	border-right:2px solid #006699;
	border-bottom:2px solid #006699;
	border-left:2px solid #006699;
	width: 610px;
	margin: 0 0 20px 0;
}
.order_waku_1{
	width: 620px;
}
table.order caption{
	text-align:left;
	margin: 0 auto;
}
table.order td,
table.order th{
	border-color:　#006699;
}
table.order th{
	background-color:#003366;
}
table.order th strong{
	font-size:14px;
	color:#FFFF00;
}
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;
}
