@charset "utf-8";
/* CSS Document */

/*
-----------------------------------------------
料金表
-----------------------------------------------*/
#feeSummaryBox{
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	background:url(../img/fee-summary.gif);
	line-height:1.5;
	border: thin solid #CCCCCC;
	margin-bottom:20px;
}
#feeSummaryBox p{
	padding:0;
	margin:0;
	padding-top:10px;
	padding-left:20px;
	font-size:1.2em;
	font-weight:bold;
}

td.orangeBg{
	background:#ffa500;
	color:#FFFFFF;
}

.yellowBox{
	background:#FFFFCC;
	color:#333333;
}
.yellowBox ul li{
	background:none;
	list-style:inside square;
}
.whiteBox{
	background:url(../img/white.jpg) repeat;
	text-align:left;
}

.whiteBox dt{
	padding-left:15px;
	background:url(../img/dt-bg.gif) no-repeat;
}
.whiteBox dd{
	padding-left:30px;
}

.feeTtl{


}
	
	


