@charset "EUC-JP";
/* CSS Document */
.price_area{
	width: 600px;
	margin: 0 auto;
}
table.price {
	color: #333;
	font-size: 13px;
	background:  #beb498;
	margin: 0 auto;
	width: 600px;
	}
table.price th {
	font-size: 12px;
	padding-left:5px;
	text-align:center;
	}
table.price td {
	font-size: 12px;
	background-color: #f4f0db ;
	padding:3px;
	text-align:center;
	}
