@charset "euc-jp";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

a:link { color: #FFFFFF; }
a:visited { color: #FF3300;}
a:hover { color: #FF9900;}
a:active { color: #FF9900; }

html {
	background: url(../images/common/bg.gif) repeat;	
}

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

body {
	background: url(../images/common/top_bg.jpg) repeat-x;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	color: #999999;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

/*共通レイアウト*/
#wrapper {
	width: 775px;
	text-align: left;
	margin: 0 auto;
}

#contents {
	width: 775px;
	background: url(../images/common/contents_bg.jpg) repeat-y;
	background-position: right;
}

#menu {
	width: 30px;
	height: 600px;
	background: url(../images/common/menu_bg.jpg) no-repeat ;
	float: right;
}

#footer {
	width: 775px;
	text-align: right;
	padding-top: 7px;
	color: #999999;
}
/***********************/

/*footer部分のメニュー*/
ul.footer_list {
	list-style-type: none;
	float:left;
	color: #FFFFFF;
	font-size: 11px;
}

ul.footer_list li {
	float: left;
	border-left: solid 1px;
	padding: 0 6px;
}

ul.footer_list li.noborder {
	border: none;
}
/***********************/

/*右メニュー*/
ul#Rmenu li {
	list-style-type: none;
}
ul#Rmenu li a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 30px;
}

.Rmenu00, .Rmenu00_on {
	height: 44px;
	margin-top: 15px;
}

.Rmenu01, .Rmenu01_on { 
	height: 60px;
	margin-top: 26px;
}

.Rmenu02, .Rmenu02_on{ 
	height: 63px;
	margin-top: 25px;
}

.Rmenu03, .Rmenu03_on { 
	height: 64px;
	margin-top: 23px;
}
.Rmenu04, .Rmenu04_on {
	height:46px;
	margin-top: 24px;
}

.Rmenu05, .Rmenu05_on { 
	height: 44px;
	margin-top: 25px;
}

.Rmenu06, .Rmenu06_on {
	height: 91px;
	margin-top: 27px;
}

.Rmenu00:hover,
.Rmenu01:hover,
.Rmenu02:hover,
.Rmenu03:hover,
.Rmenu04:hover,
.Rmenu05:hover,
.Rmenu06:hover { background-position: -30px 0; }

.Rmenu00_on,
.Rmenu01_on,
.Rmenu02_on,
.Rmenu03_on,
.Rmenu04_on,
.Rmenu05_on,
.Rmenu06_on {
	background-position: -30px 0;
}
#list_bg00,
#list_bg01,
#list_bg02,
#list_bg03,
#list_bg04,
#list_bg05,
#list_bg06,
#list_bg00_on,
#list_bg01_on,
#list_bg02_on,
#list_bg03_on,
#list_bg04_on,
#list_bg05_on,
#list_bg06_on {
	width: 30px;
	display: block;
	position: absolute;
}

#list_bg00_on {
	height:84px;
	background: url(../images/common/menu_home_bg.jpg) no-repeat;
	z-index: 0;
}

#list_bg01_on {
	height: 108px;
	background: url(../images/common/menu_menu_bg.jpg) no-repeat;
	z-index: 0;
	top: 62px;
}

#list_bg02_on {
	height: 108px;
	background: url(../images/common/menu_store_bg.jpg) no-repeat;
	z-index: 0;
	top: 148px;
}

#list_bg03_on {
	height: 108px;
	background: url(../images/common/menu_room_bg.jpg) no-repeat;
	z-index: 0;
	top: 235px;
}

#list_bg04_on {
	height: 92px;
	background: url(../images/common/menu_reserve_bg.jpg) no-repeat;
	z-index: 0;
	top: 320px;
}

#list_bg05_on {
	height: 92px;
	background: url(../images/common/menu_link_bg.jpg) no-repeat;
	z-index: 0;
	top: 390px;
}

#list_bg06_on {
	height:140px;
	background: url(../images/common/menu_inquiry_bg.jpg) no-repeat;
	z-index: 0;
	top: 460px;
}


#list_bg00 {
	height:84px;
	z-index: 1;
}

#list_bg01 {
	height: 108px;
	z-index: 2;
	top: 62px;
}

#list_bg02 {
	height: 108px;
	z-index: 3;
	top: 148px;
}

#list_bg03 {
	height: 108px;
	z-index: 4;
	top: 235px;
}

#list_bg04 {
	height: 92px;
	z-index: 5;
	top: 320px;
	
}

#list_bg05 {
	height: 92px;
	z-index: 6;
	top: 390px;
}

#list_bg06 {
	height:140px;
	z-index: 7;
	top: 460px;
}

/***********************/

.to_top_bottom {
	display: block;
	background: url(../images/common/to_top.gif) no-repeat;
	width: 66px;
	overflow: hidden;
	text-indent: -9999px;
	height: 12px;
}

.cboth {
	clear: both;
}