@charset "UTF-8";


/* ===== ----- メイン ----- ===== */

#pageTtl {
	background: url(../img/main_ttl.jpg) no-repeat 0px 0px;
	width: 1000px;
	height: 120px;
	text-indent: -9999px;
	margin: 0px auto;
}

.priceTb {
	width: 100%;
	font-size: 85%;
	line-height: 160%;
	color: #442909;
	border-collapse: collapse;
}

.priceTb td,
.priceTb th {
	width: 40%;
	background-color: #ffffff;
	text-align: left;
	padding: 7px 15px;
	border: 1px solid #d5c5b3;
}

.priceTb th {
	width: 60%;
	background-color: #f3efe8;
	font-weight: bold;
	vertical-align: top;
	margin-bottom: 2px;
}