@charset "shift_jis";


#product {
	width: 610px;
	margin: 0 auto;
}

/* テーブル設定 */
#product table {
	background-color: #bbb;
}

#product td {
	background-color: #FFF;
}

#product th {
	background-color: #eee;
	font-weight: normal;
}

#product_left {
	width: 370px;
	float: left;
}
#product_right {
	width: 220px;
	float: left;
}
#product_left150 {
	width: 440px;
	float: left;
}
#product_right150 {
	width: 150px;
	float: left;
}
#product_left160 {
	width: 430px;
	float: left;
}
#product_right160 {
	width: 160px;
	float: left;
}
#product_left180 {
	width: 410px;
	float: left;
}
#product_right180 {
	width: 180px;
	float: left;
}
.product_table {
	clear: both;
	margin-bottom: 30px;
}

