@charset "Shift-JIS";

body {
	margin: 0px;
	padding: 0px;
	background-color:#F0EAE2;
	font-size:12px;
}
.page-bold { font-weight: bold;}


#back {
	width: 798px;
	margin: 0px auto;
	padding-left: 8px;
	background: url(../img/left.gif) left repeat-y;
}
	
#back_image {
	width:100%;
	margin:0px auto;
	padding-right: 8px;
	background: url(../img/right.gif) right repeat-y;
}

/****メニュー用オンマウス設定****/
#menu{
  width:798px;
  height:40px;
  border-top: 1px solid #FFFFFF;
}
#menu a {
	float:left;
	display: block;
	width: 114px;
	height: 40px;
	text-indent: -9999px;
}
#menu a:hover {
	background-position: center bottom;
}
#menu-top a {
	background:url(../img/b-top.gif) center top no-repeat;
}
#menu-facility a {
	background:url(../img/b-fac.gif) center top no-repeat;
}
#menu-guestroom a {
	background:url(../img/b-gue.gif) center top no-repeat;
}
#menu-viproom a {
	background:url(../img/b-vip.gif) center top no-repeat;
}
#menu-access a {
	background:url(../img/b-acc.gif) center top no-repeat;
}
#menu-space a {
	background:url(../img/b-01.gif) center top no-repeat;
}
#menu-space2 a {
	background:url(../img/b-02.gif) center top no-repeat;
}
.mouse { cursor: url(img/mouse.cur), default; } 

/****メニュー用オンマウス設定ここまで****/

	/*　clear関係　*/
.clear{
	clear: both ;
}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*　clear関係ここまで　*/

