/**********************************************
	サイト構成
**********************************************/
h2 {
	margin-bottom:10px;
}

h3 {
	margin-top:10px;
	font-size:1.2em;
	color:#447e7e;
}

h4 {
	margin-top:10px;
	font-size:1.2em;
	color:#447e7e;
}

/**********************************************
	その他の料金表
**********************************************/
.priceList {
	overflow:hidden;
	width:530px;
	height:160px;
	text-indent:-9999em;
	background:url("../images/price_table.png") no-repeat;
}

.priceListOther {
	float:left;
}

.priceListOther li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.priceBoxOuter {
	padding:5px;
	width:150px;
	border:2px solid #069;
}

.priceBoxInner {
	padding-top:10px;
	height:3em;
	line-height:1;
	text-align:right;
	font-size:1.2em;
}

.priceBoxInner span {
	display:block;
	line-height:1;
	text-align:left;
	font-size:0.7em;
}

.priceBoxTitle {
	font-weight:bold;
	color:#069;
	border-bottom:2px solid #069;
}

.commentText {
	margin:1em 0;
	padding-left:10px;
	font-size:1.1em;
	color:#040;
	border-left:10px solid #690;
}

