@charset "utf-8";
#price {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#price p {
	line-height: 1.5em;
	margin: 1em 0;
	font-size: 80%;
}
#price table {
	width: 100%;
	margin-bottom:20px;
	font-size: 75%;
}
#price th {
	background: url(../img/bg_price_th.jpg) repeat-x;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: #666600;
	border-top:1px solid #CCCC99;
	border-bottom:1px solid #F4F4EA;
	border-right:1px solid #CCCC99;
	line-height: 1.2em;
}
#price td {
	padding: 5px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	line-height: 1.2em;
}
.smalltxt {
	font-size: 90%;
	margin:5px 0;
}
.price_td_bg {
	background-color: #F4F4EA;
	padding: 5px;
	border-bottom:1px solid #CCCC99;
	border-right:1px solid #CCCC99;
	line-height: 1.2em;
	vertical-align: top;
	color: #666600;
}
