@charset "utf-8";

/****************************************************************************
　基本レイアウトCSS
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2008.03.20
   Last up date   : 2014.03.18
****************************************************************************/

/*--------------------------------------------------------
　料金表設定
--------------------------------------------------------*/
#ContentsA .Bgray{
	width: 708px;
	margin: 0 auto 15px auto;
	padding: 0px 10px 0px 10px;
	border: 4px solid #CCC;
	font-size: 75%;
}
#ContentsA .Bgray h5{
	margin-top: 10px;
	font-size: 113%;
	font-weight: bold;
}


.Bgray {
	overflow: hidden;
	background: url(../image/price_bg.jpg) center top repeat-y;
}
.Bgray ul {
	width:220px;
	margin-right: 10px;
	float: left;
	padding: 0px 0px 0 10px;
}
.Bgray ul.last {
	width:205px;
	margin-right: 0%;
	float: left;
	padding: 0px 0 0 20px;
}
.Bgray li {
	text-align: right;
	font-size: 12px;
}
.Bgray li.head {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}
.Bgray li.txt {
	font-weight: normal;
	text-align: left;
	font-size: 10px;
}
.Bgray li.sp {
	height: 25px;
}
.Bgray h4 {
	background: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 10px;
	margin: 0;
}
.Bgray p {
	background: #FFF;
	font-size: 12px;
	padding: 0 0 10px 10px;
	margin: 0;
}
div.wline {
	clear: both;
	width: 100%;
	height: 15px;
	background: #FFF;
	display: block;
}
