@charset "utf-8";
/* CSS Document */
.webinfo {}
.webinfo h1 {
	font-size: xx-large;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: normal;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino 明朝 Pro','メイリオ',Meiryo,'ＭＳ Ｐ明朝',serif; 
}
.maintitle {
	width:470px;
	height:80px;
	padding: 10px;
	background-color: #C2E994;
	background-repeat: no-repeat;
	background-image:url(/images/hi_bg01.jpg);
}
.maintitle strong {
	color: #FF3300;
}

/* == 料金表 ======================================================================================================= */

.price {
	background-color:#CCC;
	width: 490px;
	background-image: url(../images/price_backimg.gif);
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: top;
	font-size: small;
}
.price th {
	background-color: #999;
	color: #FFF;
	letter-spacing: 0.5em;
	text-align: center;
}
.price td {
	background-color: #FFF;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding-left: 0.5em;
}
.unit {
	white-space: nowrap;
	text-align: center;
}

