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

/* for main navigation ==================================*/

/* 現在ページ表示 */
#main_nav li#price a {
	background-image:url(../img/common/nav_on.jpg);
	background-repeat:repeat-x;
}


/* for left contents ==================================*/

/* ご利用料金概要 */
ul#price_guide {
	font-size: 0.96em;
	line-height: 2em;
}
/* ご利用料金概要 */
ul#price_pict {
	width: 470px;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul#price_pict li {
	float: left;
	margin-left: 6px;
	width: 110px;
}
/* 料金表 */
table#price {
	width: 470px;
	border: 1px solid #999999;
	font-size: 0.96em;
	line-height: 1.5em;
	text-align: center;
}
table#price tr.glay {
	background-color: #CCCCCC;
}
table#price td {
	border: 1px solid #999999;
}
table#price td.left {
	text-align: left;
	padding-left: 15px;
}
table#price td.left {
	width: 290px;
}
dl.notice dt {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 0.96em;
}
dl.notice dd {
	line-height: 1.5em;
	font-size: 0.96em;
}
/* 予約バナー */
.banner_reserve img {
	margin-bottom: 10px;
}
