@charset "utf-8";
/* CSS Document */

#header {
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#navi {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 910px;
	clear: both;
}
#copy {
	font-size: 1em;
	margin: 0px;
	padding: 2px 0px 0px 3px;
	height: 20px;
	width: auto;
}
#navi h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 41px;
	width: 289px;
	display: block;
	background-image: url(../images/head_logo.jpg);
}
#navi_menu {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	float: right;
	height: 24px;
	width: 342px;
	vertical-align: bottom;
}
#navi_menu ul {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 342px;
}
#navi_menu li {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 24px;
	width: 112px;
}
#navi_menu a {
	display: block;
	height: 24px;
	width: 112px;
	text-indent: -9999px;
}
#navi_menu .access {
	background-image: url(../images/btn_access.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}
#navi_menu .reserve {
	background-image: url(../images/btn_reservation.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}
#navi_menu .home {
	background-image: url(../images/btn_home.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}
#menu {
	margin: 0px auto;
	padding: 7px 0px 0px 0px;
	height: auto;
	width: 900px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 33px;
	width: 163px;
}
#menu a {
	display: block;
	height: 33px;
	width: 162px;
	text-indent: -9999px;
}
#menu .omotenashi_menu {
	background-image: url(../../shared/images/btn_omotenashi.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
#menu .room_menu {
	background-image: url(../../shared/images/btn_room.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
#menu .price_menu {
	background-image: url(../../shared/images/btn_price.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
#menu .esthe_menu {
	background-image: url(../../shared/images/btn_esthe.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}

#footer {
	margin: 0px auto;
	padding: 5px 2px;
	height: 50px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.none {
	display:none;
	}