@charset "utf-8";

/*
Common CSS
*/

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}
body {
	font-family: 'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', serif;
	text-align: center;
	background: url(/img/bg_body.gif) left top repeat-x #333;
}
img {
	border: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}
.totop {
	clear: both;
}
hr, #footer .totop, .ktai, .nocss, #navi h2 {
	display: none;
}

/*
ClearFix
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#header {
}
#header h1 {
	width: 820px;
	height: 87px;
	margin: 0px auto;
	text-align: left;
	background: url(/img/header_img.gif) right top no-repeat;
}
#container {
	width: 820px;
	position: relative;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}

/* Contents */
#contents {
	min-height: 590px;
	_height: 590px;
	background: #FFF;
	margin: 11px 10px 0 206px;
	padding-bottom: 10px;
}
h3 {
}
h4 {
}
p {
	font-size: 80%;
	line-height: 1.5em;
	margin-bottom: 1.3em;
}
table {
	border-collapse: collapse;
}
p.totop {
	clear: both;
	_text-align: right;
	margin: 30px 0 15px;
}
p.totop a {
	display: block;
	width: 102px;
	height: 11px;
	font-size: 1px;
	line-height: 0px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 auto;
	background: url(/img/totop.gif) right top no-repeat;
}
.read {
	width: 600px;
	text-indent: -9999px;
	overflow: hidden;
}
div.naiyo {
	width: 580px;
	_width: 600px;
	background: #F0DEC8;
	padding: 11px 10px;
}
.attention {
	color: #F00;
}

/*
Navi 
*/
#navi {
}
#navi ul {
	list-style-type: none;
}
#navi ul li {
}

/* 
Navi - main
*/
ul#navimain {
	position: absolute;
	top: 61px;
	left: 478px;
}
ul#navimain li {
	display: inline;
}
ul#navimain li a {
	display: block;
	position: absolute;
	height: 11px;
	background-image: url(/img/navimain.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

li#mhome a {
	left: 0px;
	width: 69px;
	background-position: 0px 0px;
}
li#minformation a {
	left: 77px;
	width: 56px;
	background-position: -69px 0px;
}
li#myoyaku a {
	left: 142px;
	width: 94px;
	background-position: -125px 0px;
}
li#maccess a {
	left: 245px;
	width: 80px;
	background-position: -219px 0px;
}

li#mhome a:hover, .home li#mhome a {
	background-position: 0px -11px;
}
li#minformation a:hover, .information li#minformation a {
	background-position: -69px -11px;
}
li#myoyaku a:hover, .yoyaku li#myoyaku a {
	background-position: -125px -11px;
}
li#maccess a:hover, .access li#maccess a {
	background-position: -219px -11px;
}

/*
Navi - sub
*/
ul#navisub {
	position: absolute;
	width: 186px;
	top: 199px;
	left: 10px;
}
ul#navisub li {
	width: 186px;
	margin-bottom: 1px;
}
ul#navisub li a {
	display: block;
	width: 186px;
	height: 40px;
	background-image: url(/img/navisub.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
ul#navisub li#mroom a {
	background-position: 0px 0px;
}
ul#navisub li#mnaturalspa a {
	background-position: 0px -41px;
}
ul#navisub li#mhotspa a {
	background-position: 0px -82px;
}
ul#navisub li#mrestaurant a {
	background-position: 0px -123px;
}
ul#navisub li#mfacilities a {
	background-position: 0px -164px;
}
ul#navisub li#mplan a {
	background-position: 0px -205px;
}
ul#navisub li#musefulmap a {
	background-position: 0px -246px;
}

ul#navisub li#mroom a:hover, .room ul#navisub li#mroom a {
	background-position: -187px 0px;
}
ul#navisub li#mnaturalspa a:hover, .naturalspa ul#navisub li#mnaturalspa a {
	background-position: -187px -41px;
}
ul#navisub li#mhotspa a:hover, .hotspa ul#navisub li#mhotspa a {
	background-position: -187px -82px;
}
ul#navisub li#mrestaurant a:hover, .restaurant ul#navisub li#mrestaurant a {
	background-position: -187px -123px;
}
ul#navisub li#mfacilities a:hover, .facilities ul#navisub li#mfacilities a {
	background-position: -187px -164px;
}
ul#navisub li#mplan a:hover, .plan ul#navisub li#mplan a {
	background-position: -187px -205px;
}
ul#navisub li#musefulmap a:hover, .usefulmap ul#navisub li#musefulmap a {
	background-position: -187px -246px;
}

#mbanner {
	position: absolute;
	left: 10px;
	top: 498px;
}
#mbanner p {
	margin-bottom: 12px;
}
#mbanner a {
	display: block;
	width: 186px;
	height: 56px;
	text-indent: -9999px;
	overflow: hidden;
}
#bn_kuushitsu a {
	background: url(/img/bn_kuushitsu.gif) center top no-repeat;
}
#bn_accessmap a {
	background: url(/img/bn_accessmap.gif) center top no-repeat;
}
p#qrcode {
	margin: 14px 0 0;
}
#mbanner a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*
Prev - Next Button
*/
ul.prevnext {
	height: 2em;
	list-style-type: none;
	clear: both;
}
ul.prevnext li {
	display: inline;
}
ul.prevnext li a {
	background-repeat: no-repeat;
	padding: 3px 16px;
	text-align: center;
	font-size: 80%;
}
ul.prevnext li.prev a {
	float: left;
	background-image: url(/img/arrow_l.gif);
	background-position: left center;
}
ul.prevnext li.next a {
	float: right;
	background-image: url(/img/arrow_r.gif);
	background-position: right center;
}

/*
Footer
*/
#footer {
	color: #333;
	background: url(/img/bg_footer.gif) left top repeat;
	padding: 3px 0;
	text-align: center;
}
#footer p {
	margin: 0;
}

/*
Address
*/
address {
	font-size: 80%;
	color: #333;
}
address a {
	color: #333;
	text-decoration: none;
}
address a:hover {
	color: #333;
	text-decoration: underline;
}