@charset "UTF-8";

body 
{
	margin: 0;
	background-color: #EAE5CE;
	font-size: 12px;
}

h2
{
	font-size: 16px;
}

form
{
	margin:0;
	padding:0;
}

a img
{
	border: 0;
}

table
{
	border-collapse: collapse;
}

#logo
{
	margin: 5px 0 0 5px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#head 
{
	position: relative;
	width: 100%;
	height: 95px;
	background: url("../img/common/mojabar.gif") repeat-x bottom;
}

#head #info
{
	position: absolute;
	right: 10px;
	bottom: 15px;
}

#wrapper,
#container 
{
	text-align: center;
}

div
{
	text-align: center;
}

/* -----------------------------------------------------
menus
----------------------------------------------------- */
#menus
{
	position: absolute;
	right: 5px;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menus li 
{
	float: left;
}

#menus li a em
{
	display: none;
}

#menus li a
{
	display: block;
	width: 115px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
}

#menus li a.active
{
	height: 40px !important;
}

#menu_home
{
	background-image: url("../img_en/common_en/m_home_1_en.gif");
}

#menu_home:hover
{
	background-image: url("../img_en/common_en/m_home_2_en.gif");
}

#menu_home.active
{
	background-image: url("../img_en/common_en/m_home_a_en.gif") !important;
}

#menu_info
{
	background-image: url("../img_en/common_en/m_info_1_en.gif");
}

#menu_info:hover
{
	background-image: url("../img_en/common_en/m_info_2_en.gif");
}

#menu_info.active
{
	background-image: url("../img_en/common_en/m_info_a_en.gif") !important;
}

#menu_room
{
	background-image: url("../img_en/common_en/m_room_1_en.gif");
}

#menu_room:hover
{
	background-image: url("../img_en/common_en/m_room_2_en.gif");
}

#menu_room.active
{
	background-image: url("../img_en/common_en/m_room_a_en.gif") !important;
}

#menu_reserve
{
	background-image: url("../img_en/common_en/m_reserve_1_en.gif");
}

#menu_reserve:hover
{
	background-image: url("../img_en/common_en/m_reserve_2_en.gif");
}

#menu_reserve.active
{
	background-image: url("../img_en/common_en/m_reserve_a_en.gif") !important;
}

#menu_access
{
	background-image: url("../img_en/common_en/m_access_1_en.gif");
}

#menu_access:hover
{
	background-image: url("../img_en/common_en/m_access_2_en.gif");
}

#menu_access.active
{
	background-image: url("../img_en/common_en/m_access_a_en.gif") !important;
}

#menu_map
{
	background-image: url("../img_en/common_en/m_map_1_en.gif");
}

#menu_map:hover
{
	background-image: url("../img_en/common_en/m_map_2_en.gif");
}

#menu_map.active
{
	background-image: url("../img_en/common_en/m_map_a_en.gif") !important;
}

/* -----------------------------------------------------
body
----------------------------------------------------- */
#body
{
	position: relative;
	width: 806px;
	margin: -20px auto 0 auto;
}

#body .inner_top
{
	position: relative;
	background: url("../img/common/frame_body_top.gif") no-repeat top left;
	height: 20px;
}

#body .inner_mid
{
	position: relative;
	float: left;
	width: 806px;
	background: url("../img/common/frame_body_mid.gif") repeat-y top left;
	margin: 0;
	padding-bottom: 10px;
}

#body .inner{
	width:740px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}

#body .inner_mid p
{
	margin: 0;
}

#body .inner_bottom
{
	clear: both;
	background: url("../img/common/frame_body_bot.gif") no-repeat top left;
}

/* -----------------------------------------------------
㕔̒F
----------------------------------------------------- */
#title
{
	text-align: center;
	background-color: #C6B78D;
	height:90px;
}

#title p
{
	margin: 0;
	padding: 10px;
	color: white;
}

#title div
{
	margin: 0 auto 0 auto !important;
	width: 800px;
}

#title div h1
{
	margin: 0;
	padding: 0;
}

/* -----------------------------------------------------
#langbox
----------------------------------------------------- */
#head #langbox{
	position: absolute;
	right: 10px;
	bottom: 35px;	
}

#head #langbox ul{
	display:inline;
	width: 200px;
	height: 21px;
}

#head #langbox ul li{
display: inline; 
float: left;
margin : 0px;
padding: 0px;
}

#head #langbox ul li a{
display:block;
width : 60px;
margin-right : 5px;
height : 21px;
text-decoration : none;
}

#head #langbox #lang-ja a{
background : url(../img/common/btn-global-h-lang-j.gif) no-repeat;
}

#head #langbox #lang-ja a:hover{
background-image : url(../img/common/btn-global-h-lang-ja.gif);
}

#head #langbox #lang-en a{
background : url(../img/common/btn-global-h-lang-e.gif) no-repeat;
}

#head #langbox #lang-en a:hover{
background-image : url(../img/common/btn-global-h-lang-ea.gif);
}

#head #langbox ul li a em
{
	display: none;
}
/* -----------------------------------------------------
footer
----------------------------------------------------- */
#footer
{
	clear: both;
	position: relative;
	width: 790px;
	height: 50px;
	margin: 0 auto 0 auto;
}

#footer ul
{
	list-style: none;
	margin: 0 10px;
	padding: 0;
	font-size: 98%;
}

#footer li 
{
	float:left;
	margin-right: 3px;
	border-right: 1px solid #333;
	padding-right: 5px;
}

#footer li a 
{
	color: #333;
	text-decoration: none;
}

#footer li a:hover
{
	color: #900;
	text-decoration: underline;
}

#footer address
{
	position: absolute;
	right: 0;
	top: 0;
	font-style: normal;
	color: #960;
}

#footer p
{
	position: absolute;
	bottom: 0;
	right: 0;
}

#footer p a 
{
	color: #960;
}

