@charset "utf-8";



/* index
---------------------------------------------------- */
#aboutbx1 #aboutbx1img {
	float: right;
	width: 200px;
}
#aboutbx1 #aboutbx1txt {
	float: left;
	width: 450px;
}
#aboutbx1 .aboutbx1btn {
	background: #d3ecf7;
	text-align: center;
	padding: 8px;
}



/* price
---------------------------------------------------- */
table.pricetab1 {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 675px;
	margin: 0px 0px 30px;
}
table.pricetab1 th,table.pricetab1 td {
	padding: 4px 10px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 1.3em;
	line-height: 180%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.pricetab1 th {
	background-color: #ddd;
	text-align: center;
	font-weight: normal;
}
table.pricetab1 .fifty {
	width: 50%;
}
table.pricetab1 .thirty {
	width: 33%;
}

table.pricetab1 th.gr {
	background-color: #f1f1f1;
	text-align: left;
}
table.pricetab1 td.ce {
	text-align: center;
}
table.pricetab1 dl {
	margin: 0px;
	padding: 0px;
}
table.pricetab1 dt {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
table.pricetab1 dd {
	font-size: 1em;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

/* access
---------------------------------------------------- */
#mapbx {
	text-align: center;
	margin: 0px 0px 30px;
}

/* policy
---------------------------------------------------- */
#policybx {}
#policybx dt {
	background: url(../images/dt2.gif) repeat-x left top;
	margin: 20px 0px 15px;
	padding: 10px 0px 0px;
}
#policybx dd {
	background: url(../images/dt4.gif) repeat-y left top;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 30px;
}

