@charset "utf-8";
/*共通レイアウト設定*/
/*ヘッダー設定*/
#header {
	width: 950px;
	margin-bottom: 10px;
	font-size: 12px;
	height: 70px;
	margin-top: 6px;
}
#headerlogo {
	width: 250px;
	height: 70px;
	float: left;
}
#headermain {
	width: 450px;
	text-align: center;
	float: left;
	height: 15px;
	padding-top: 55px;
}
#headertel {
	height: 60px;
	width: 250px;
	text-align: right;
	float: right;
	padding-top: 10px;
}
/*サブページ共通レイアウト*/
/*パンくずリスト*/
#headernavi {
	width: 950px;
	margin-bottom: 6px;
	font-size: 12px;
}
/*メインメニュー*/
#main {
	width: 750px;
	float: left;
	padding-bottom: 16px;
}
/*トップメニューリスト*/
ul#top-navi {
	width: 750px;
	list-style-type: none;
	margin : 0;
	display: block;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
ul#top-navi span {
	visibility : hidden;
	display: none;
}
ul#top-navi li {
	width : 125px;
	margin : 0;
	padding : 0;
	float: left;
	height: 35px;
	display: block;
}
ul#top-navi li a {
	width : 125px;
	margin : 0;
	padding : 0;
	float: left;
	height: 35px;
}
ul#top-navi li.spa a {
	background-image: url(../images/button/spa01.gif);
	background-repeat: no-repeat;
}
ul#top-navi li.room a {
	background-image: url(../images/button/room01.gif);
	background-repeat: no-repeat;
}
ul#top-navi li.restaurant a {
	background-image: url(../images/button/restaurant01.gif);
	background-repeat: no-repeat;
}
ul#top-navi li.public a {
	background-image: url(../images/button/public01.gif);
	background-repeat: no-repeat;
}
ul#top-navi li.access a {
	background-repeat: no-repeat;
	background-image: url(../images/button/access01.gif);
}
ul#top-navi li.stayplan a {
	background-image: url(../images/button/reserve01.gif);
	background-repeat: no-repeat;
}
ul#top-navi li a:hover {
	background-position: 0 -35px;
	text-decoration: none;
}
#mainbanner {
	width: 750px;
	height: 232px;
}
#maincontents {
	width: 750px;
	float: left;
}
#side {
	width: 184px;
	float: right;
	padding-bottom: 16px;
}
ul#side-navi {
	margin : 0;
	float: left;
	height: 400px;
	width: 184px;
	display: inline;
	list-style-type: none;
}
ul#side-navi span {
	visibility : hidden;
	display: none;
}
ul#side-navi li {
	width : 184px;
	height : 50px;
	display : block;
	float: left;
}
ul#side-navi li a {
	width : 184px;
	height : 50px;
	display : block;
	float: left;
}
ul#side-navi li.pool a {
	background-image: url(../images/button/pool01.gif);
	background-repeat: no-repeat;
}
ul#side-navi li.kagoya a {
	background-image: url(../images/button/kagoya01.gif);
	background-repeat: no-repeat;
}
ul#side-navi li.concert a {
	background-image: url(../images/button/lobbyconcert01.gif);
	background-repeat: no-repeat;
}
ul#side-navi li.aest a {
	background-image: url(../images/button/aesthetic01.gif);
	background-repeat: no-repeat;
}
ul#side-navi li.pethotel a {
	background-image: url(../images/button/pethotel01.gif);
	background-repeat: no-repeat;
}
ul#side-navi li.shizen a {
	background-image: url(../images/button/shizenjyuku01.gif);
	background-repeat: no-repeat;
}
ul#side-navi li.event a {
	background-image: url(../images/button/event01.gif);
	background-repeat: no-repeat;
}
ul#side-navi li.kanko a {
	background-image: url(../images/button/kankou01.gif);
	background-repeat: no-repeat;
}
ul#side-navi li a:hover {
	background-position: 0 -50px;
}
#sidebanner {
	float: right;
	width: 184px;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
}
.sidebannerin {
	width: 184px;
	padding-bottom: 10px;
}
.sidebannerin :hover {
	background-color: #E3E3E3;
}
ul#side-snavi {
	float: left;
	width: 176px;
	display: block;
	background-color: #DEDEBE;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type: none;
	border: 1px solid #999;
}
ul#side-snavi li {
	float: left;
	display: block;
	font-size: 12px;
	list-style-type: none;
	background-image: url(../images/yaji.gif);
	background-repeat: no-repeat;
	width: 162px;
	background-position: left center;
	padding-left: 8px;
	line-height: 22px;
	height: 22px;
	padding-right: 6px;
}
ul#side-snavi li:hover {
	background-image: url(../images/yaji_up.gif);
}
#sidelink {
	width: 184px;
	list-style-type: none;
	float: left;
	padding-top: 16px;
}
ul#sidelinks {
	margin : 0;
	float: left;
	width: 172px;
	display: block;
	padding-left: 10px;
	padding-bottom: 6px;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 6px;
}
ul#sidelinks li {
	float: left;
	display: block;
	font-size: 12px;
	list-style-type: none;
	background-image: url(../images/yaji.gif);
	background-repeat: no-repeat;
	width: 162px;
	background-position: left center;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 10px;
}
ul#sidelinks li:hover {
	background-image: url(../images/yaji_up.gif);
}
#footer {
	width: 950px;
	height: 75px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 16px;
	font-size: 12px;
	padding-bottom: 16px;
	float: left;
}
#footer-kaisya {
	float: left;
	height: 75px;
	width: 470px;
	text-align: left;
}
#footer-r {
	float: right;
	height: 75px;
	width: 470px;
	text-align: right;
}
#footer-r1 {
	float: left;
	height: 25px;
	width: 470px;
	text-align: right;
}
#footer-navi {
	float: right;
	height: 25px;
	width: 470px;
	text-align: right;
}
#footer-navi li {
	display:inline;
	list-style:none;
}
#footer-navi li a {
	font-size: 12px;
	letter-spacing: 0.07em;
	text-decoration: none;
}
#footer-navi li a:hover {
	color: #006;
	text-decoration: underline;
}
#footer-r2 {
	float: right;
	height: 25px;
	width: 470px;
	text-align: right;
}
.con01 {
	width: 750px;
	float: left;
	padding-bottom: 26px;
}
.con01tb {
	width: 750px;
	height: 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.con01title {
	width: 400px;
	height: 29px;
	float: left;
}
.con01titlelink {
	width: 344px;
	height: 29px;
	text-align: right;
	padding-right: 6px;
	float: right;
}
.con01half {
	width: 367px;
	float: left;
	padding-bottom: 16px;
}
.con01htitle {
	width: 367px;
	height: 29px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.con02half {
	width: 367px;
	float: right;
	padding-bottom: 16px;
}
.fg12 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.07em;
	text-decoration: none;
}
