@charset "UTF-8";
/*----------------------------------------------------
	headings
----------------------------------------------------*/
h1 a {
	background: url(../img/bg_logo.gif) no-repeat;
	width: 500px;
	height: 85px;
	font-size: 0;
	display: block;
}
h1 span {
	display: none;
}
h2 {
	color: #a36058;
}
#contents h2 {
	font-size: 150%;
	margin: 15px 0;
}
h3 {
	color: #512b22;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}

/*----------------------------------------------------
	navigations
----------------------------------------------------*/
#gNavi {
	height: 50px;
	margin: 0;
	position: absolute;
	top: 110px;
	padding-top: 5px;
}
#gNavi li {
	float: left;
	/*padding-top: 5px;*/
}
#gNavi li a{
	display: block;
	width: 100px;
	height: 45px;
	margin-right: 15px;
	padding: 0;
	font-size: 120%;
	text-align: center;
	text-transform: uppercase;
	line-height: 45px;
}
#gNavi li a:hover {
	color: #99f;
}
#gNavi li.current a {
	background: #ededee;
	color: #40312e;
}

/*----------------------------------------------------
	images
----------------------------------------------------*/
span.img250x110 {
	background: url(../img/bg_img250x110.gif) no-repeat;
	width:260px;
	height: 120px;
	display: block;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*----------------------------------------------------
	lists
----------------------------------------------------*/
#lower-contents ul {
	margin-left: 15px;
}
#lower-contents ul li {
	list-style-type: disc;
	line-height: 1.3em;
	margin-top: 6px;
	margin-bottom: 6px;
}

/*----------------------------------------------------
	definition lists
----------------------------------------------------*/
dl {
	border: 1px solid #999;
	width: 250px;
}
dt {
	float: left;
	clear: both;
	padding: 5px;
	font-weight: bold;
}
dd {
	margin-left: 150px;
	padding: 5px;
	border-left: 1px solid #999;
}

/*----------------------------------------------------
	Tables
----------------------------------------------------*/
#booking th, td {
	padding: 5px;
}
#booking th {
	vertical-align: top;
}
.center {
	text-align: center;
}

/*----------------------------------------------------
	Form
----------------------------------------------------*/
fieldset {
	padding: 10px;
	border: 1px solid #ccc;
}
.button {
	color: #fff;
	border: 1px solid #000;
	background-color: #3d3226;
}


.price-table{
	border:#999 solid 1px;
	text-align:center;
	margin-bottom:2px;}
.pt2{
	background-color:#F1E8CF;
	text-align: left;
	}
.pt3{
	background-color:#FAF5EB;
	text-align: left;
	
	}

