.product_box {
	width: 770px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	clear: both;
}
.product_box .left {
	float: left;
	width: 370px;
}
.product_box .right {
	float: left;
	width: 400px;
}


.photo {
	width: 360px;
	margin-bottom: 10px;
}
.price {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 360px;
	margin-bottom: 5px;
}
.form {
	font-size: 14px;
	font-weight: bold;
	width: 360px;
	text-align: center;
	margin-bottom: 10px;
}




.product_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8b5c00;
	margin-bottom: 10px;
	width: 400px;
	float: left;
}
.catch {
	font-weight: bold;
	float: left;
	width: 400px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.spec {
	float: left;
	width: 400px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.spec p {
	margin-bottom: 5px;
}
.notes {
	width: 400px;
	float: left;
	line-height: 1.2em;
}
.line {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
}

.center_box {
	text-align: center;
	clear: both;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}
