@charset "utf-8";
/* CSS Document */

h3{
	font-weight: bold;
	border-left-width: 10px;
	border-bottom-width: 5px;
	border-left-style: groove
	border-bottom-style: groove;
	color: #000;
	font-style: normal;
	text-indent: 0px;
	padding-left: 10px;
}
#item{
	width: 350px;
	height: 350px;
	border-style: groove;
	border-width: 10px;
	float: left;
}
#item img{
	width: 350px;
	height: 350px;
}
#order_area{
	float: right;
	width: 200px;
	border-style: double;
	border-width: 3px;
	border-color: #009;
	padding: 10px;
	background-color: #CCF;
}
table{
	width= 200px;
	border: none;
	border-spacing: 0px 10px;
}
.order_td{
	width: 70px;
}
#size{
	background-color: #FFF;
}
#sheet_of{
	background-color: #FFF;
}
#marking{
	background-color: #FFF;
}
.btn{
	text-align: center;
	background-image: url(../images/cart.jpg);
	width: 200px;
	height: 40px;
	cursor: pointer;
}
#small_img{
	float: left;
	margin-top: 4px;
	margin-left: 4px;
}
#small_img img{
	width: 110px;
	height: 110px;
	padding: 1px;
	border-style: groove;
	border-color: #000;
	border-width: 3px;
	cursor: crosshair;
}
#explanation{
	padding-top: 50px;
	clear: both;
}
#explanation p{
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

.price{
	color: #F00;
}
.price_down{
	text-decoration: line-through;
	color: #009;
}


