@charset "utf-8";
/* formatting style
-------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #DCE6E6;
	font-family: Verdana, "ＭＳ Ｐゴシック";
	font-size: 75%;
	line-height: 1.6;
}
.clear {
	clear: both;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dotted #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
/* link styles
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0495CB;
	text-decoration: none;
}
a:visited {
	color: #0495CB;
	text-decoration: none;
}
a:hover {
	color: #F99345;
	text-decoration: underline;
}
a:active {
	color: #F99345;
	text-decoration: underline;
}
/* basic layout
-------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 760px;
}
#main {
	padding: 30px;
}
#footer {
	text-align: center;
	font-size: 120%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	color: #285078;
}
#copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#copyright a:link {
	color: #405972;
}
#copyright a:visited {
	color: #405972;
}
#copyright a:hover {
	color: #F99345;
}
#copyright a:active {
	color: #F99345;
}


/* header styles
-------------------------------*/
#header {
	background-image: url(images/inside_header.jpg);
	background-repeat: no-repeat;
	height: 167px;
	position: relative;
}
#home #header {
	background-image: url(images/top_main.jpg);
	background-repeat: no-repeat;
	height: 265px;
}

#header ul {
	background-color: #FFFFFF;
	width: 760px;
	position: absolute;
	top: 125px;
	left: 0px;
}
#home #header ul {
	top: 265px;
}

#header ul li {
	list-style: none;
	float: left;
}
#header ul li#nHome a {
	background-image: url(images/m_aboutus.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	width: 145px;
}
#header ul li#nHome a:hover {
	background-image: url(images/m_aboutus_on.jpg);
	background-repeat: no-repeat;
}
#header ul li#nRoom a {
	background-image: url(images/m_room.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	width: 183px;
}
#header ul li#nRoom a:hover {
	background-image: url(images/m_room_on.jpg);
	background-repeat: no-repeat;
}
#header ul li#nAboutus a {
	background-image: url(images/m_activity.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	width: 140px;
}
#header ul li#nAboutus a:hover {
	background-image: url(images/m_activity_on.jpg);
	background-repeat: no-repeat;
}
#header ul li#nBooking a {
	background-image: url(images/m_booking.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	width: 148px;
}
#header ul li#nBooking a:hover {
	background-image: url(images/m_booking_on.jpg);
	background-repeat: no-repeat;
}
#header ul li#nShuttle a {
	background-image: url(images/m_shattle.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	width: 144px;
}
#header ul li#nShuttle a:hover {
	background-image: url(images/m_shattle_on.jpg);
	background-repeat: no-repeat;
}
/* main styles
-------------------------------*/
.name {
	font-weight: bold;
	color: #3366CC;
}
.price {
	font-weight: bold;
	line-height: 1.5;
}
.benefit {
	font-weight: bold;
	color: #FF6600;
}
.comment {
	font-size: 80%;
}
.actcomment {
	font-size: 100%;
}

.right {
	font-size: 130%;
	text-align: right;
	margin-right: 70px;
}
#main p {
	font-size: 16px;
	margin-left: 10px;
}
#main p.list {
	text-align: center;
	background-color: #EEEEEE;
	display: block;
	font-size: 130%;
	font-weight: bold;
	margin-top: 20px;
}

#main h1 {
	float: left;
	margin-top: 10px;
}
#main h3 {
	font-weight: bold;
	color: #FF6600;
	font-size: 130%;
}

#main h4 {
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#main #blogBanner {
	float: right;
	margin-top: 5px;
}
#main #blogBanner a:active {
	position: relative;
	left: 1px;
	top: 1px;
}
#main div.box ul {
	font-size: 130%;
	margin-left: 30px;
	list-style: disc url(none);
}

#main div.rmcontent ul {
	font-size: 16px;
	margin-left: 10px;
	list-style: none;
}
#main div.rmcontent {
	float: left;
	width: 470px;
}
#main div.rm {
	display: block;
	width: 210px;
	float: left;
	padding-left: 20px;
	padding-top: 70px;
}
#main div.rm p {
	font-size: 100%;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main div.rm2 {
	clear: none;
	float: left;
	width: 233px;
	display: block;
}
#main div.rm2 p {
	font-size: 100%;
	margin-right: 20px;
	margin-left: 0px;
}
#main #room {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 20px;
}

#main #meal {
	margin-top: 60px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}
#main .photo {
	float: left;
	padding-left: 5px;
	margin-bottom: 10px;
}
#main .photo p {
	font-size: 100%;
}
#main .box {
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 30px;
}

#main dl {
	font-size: 16px;
}
#main dl dt {
	margin-left: 50px;
}
#main dl dd {
	margin-left: 70px;
}
#main em {
	color: #FF0000;
}
/* table
-------------------------------*/
#main table {
	border: 1px solid #416B9F;
	margin-top: 10px;
	font-size: 16px;
}
#main table th {
	background-color: #416B9F;
	text-align: left;
	color: #FFFFFF;
	padding-left: 10px;
	height: 35px;
	line-height: 35px;
}
#main table td.t1 {
	width: 30%;
	padding: 2px 15px;
}
#main table td.t2 {
	width: 12%;
	text-align: right;
	padding-right: 10px;
}
#main table td.t3 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
}

#booking #mailForm table {
	border-style: none;
	margin-left: 7%;
}
#booking #mailForm table th {
	background-color: #FFFFFF;
	color: #333333;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	border-right: 2px solid #CCCCCC;
}
#booking #mailForm table td.t1 {
	width: auto;
	padding: 0px 0px 0px 8px;
}
#booking #mailForm #submit {
	margin-left: 250px;
	width: 50px;
	height: 25px;
}
.contactbox {
	display: block;
	float: right;
	margin-right: 15px;
	color: #FF6600;
	font-weight: bold;
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	height: 81px;
	width: 221px;
}
#main .contactbox p {
	padding-top: 13px;
	text-align: right;
	padding-right: 10px;
}
#home #main table {
	font-size: 130%;
	border-style: none;
}

#home #main table th {
	background-color: #FFFFFF;
	color: #333333;
	text-align: right;
	height: auto;
	font-size: 80%;
	line-height: 25px;
}
#home #main table td {
	font-size: 80%;
	padding-left: 10px;
}

