@charset "UTF-8";

@import "common.css";

/* Home
-------------------------------------------------------------------------*/
#PageIndex {background: url(../img/home-bg.gif) repeat-x left top;}
#PageIndex #Container {width:810px;}
#PageIndex #Container {height:580px;}
#PageIndex #Container {margin-top:135px;}
#PageIndex #Container {background: url(../img/home-img-bg.jpg) no-repeat left top;}
#PageIndex #Container h1 {
	height:45px;
	text-indent:-9999px;
	margin-bottom:472px;
}

#PageIndex #Menu ul,
#PageIndex #Menu li a {height:39px;}

#PageIndex #Menu {width:810px;margin-bottom:15px;}
#PageIndex #Menu ul   {margin-left:5px;}
#PageIndex #Menu li   {float:left;margin-right:4px;width:auto;}
#PageIndex #Menu li a {
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
#PageIndex #Menu li.menu01 a {width:130px;background-image: url(../img/menu01.jpg);}
#PageIndex #Menu li.menu02 a {width:130px;background-image: url(../img/menu02.jpg);}
#PageIndex #Menu li.menu03 a {width:130px;background-image: url(../img/menu03.jpg);}
#PageIndex #Menu li.menu04 a {width:130px;background-image: url(../img/menu04.jpg);}
#PageIndex #Menu li.menu05 a {width:130px;background-image: url(../img/menu05.jpg);}
#PageIndex #Menu li.menu06 a {width:130px;background-image: url(../img/menu06.jpg);}

#PageIndex #Menu li a:hover  {background-position:left center;}

#PageIndex p.copyright {
	clear:both;
	margin:0px 10px;
	}

/* Room
-------------------------------------------------------------------------*/
#RoomGreeting {
	background-repeat: no-repeat;
	background-position: left bottom;
}
#RoomGreeting .greeting {
	background: url(../img/room-grtng-info.jpg) no-repeat left top;
	height:104px;
	text-indent:-9999px;
}

#RoomInfo {
	border:1px solid #999999;
	}
	  #RoomInfo:after {
      content:".";
      display:block;
      clear:both;
      height:0;
      visibility:hidden;
	}
* html #RoomInfo {display:inline-block;}/*IE6*/
*+html #RoomInfo {display:inline-block;}/*IE7*/

#RoomInfo ul {
	margin:20px 20px 3px 20px;
	}
#RoomInfo li {
	background: url(../img/arrow.gif) no-repeat 0px 4px;
	margin-bottom:3px;
	padding-left:15px;
	list-style-type:none;
	}
#RoomInfo p {
	margin:0px 20px 5px 20px;
	}
#RoomInfo p.photoYamazaki {
	float:right;
	margin-top:5px;
	margin-bottom:5px;
	}
faq-midashi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999900;
}
.room-txt16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660C01;
	border-bottom-color: #999900;
}



/* mailformpro
-------------------------------------------------------------------------*/
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-image: url(../img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}



input#button_mfp_goconfirm {
	width: 80px;
	height: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../img/bt-submit.gif);
	/*text-indent: -5000px;*/
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 80px;
	height: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../img/bt-reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
	/*text-indent: -5000px;*/
}

div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}


div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}

