@charset "UTF-8";
#container {
	width:800px;
	background-color:#FFFFFF;
}

/* header */
#header {
	background: url('/images/header_bg.gif') repeat-x;
	height:85px;
	text-align:left;
}
#logo {
	float:left;
}
#lang {
	padding:17px 14px 11px;
	margin:0;
	text-align:right;
}
#search {
	padding-right: 14px;
	text-align:right;
	font-size:80%;
}
#search form { padding:0; margin:0;}
.text_color_g {
	color: #C6C69C;
}


/* global navigation */
#navigation {
	height:34px;
	background-image:url('/en/images/navi_bg_en.gif');
	background-repeat:repeat-x;
	background-position:left top;
}
#navigation ul {
	background-image:url('/en/images/navi_bg_en.gif');
	background-repeat:repeat-x;
	background-position:left top;
}
#navigation li {
	display:inline;
	float:left;
	margin:0;
	padding:0 0 0 12px;
}
#navigation ul li a{
	display:block;
	float:left;
	padding-left: 12px;
	background-image: url('/images/menu_arrow.gif');
	background-repeat: no-repeat;
	background-position:left center;
	line-height:34px;
	vertical-align:middle;
	font-size:90%;
	text-align:left;
}
#navigation ul li a:link{
	text-decoration: none;
	color: #C6C69C;
}
#navigation ul li a:visited{
	text-decoration: none;
	color: #C6C69C;
}
#navigation ul li a:hover{
	text-decoration: underline;
	color: #FEFFC2;
}
#navigation ul li a:active{
	text-decoration: none;
}

li.hotel_list a{
	width:203px;
}
li.area_search a{
	width:159px;
}
li.purp_search a{
	width:159px;
}
li.detail_search a{
	width:158px;
}


/* bottom navigation */
#navi_btm {
	padding:0;
	background-color:#000000;
}
#navi_btm2 {
	height:33px;
	background: url('/images/fmenu_bg.gif') repeat-x #000000 left top;
}
#navi_btm ul {
	float:left;
	padding-left:15px;
	height:33px;
}
#navi_btm li {
	display: inline;
	text-align:center;
}
#navi_btm li a {
	display:block;
	float:left;
	color: #C6C69C;
	text-decoration: none;
	font-size:80%;
	padding-left:12px;
	margin-right:20px;
	background: url('/images/arrow_fmenu.gif') no-repeat left center;
	line-height:33px;
}
#navi_btm li a:link {
	color: #C6C69C;
	text-decoration: none;
}
#navi_btm li a:visited {
	text-decoration: none;
	color: #C6C69C;
}
#navi_btm li a:hover {
	text-decoration: underline;
	color: #FEFFC2;
}
#navi_btm li a:active {
	text-decoration: none;
}
.entrance {
	float:right;
	padding-left:12px;
	margin-right:5px;
	padding-top:7px;
	text-align:right;
	background:none;
}


/* footer */
#footer {
	background-color:#00073C;	
}
.copyright {
	clear:both;
	height:41px;
	text-align:right;
}
/* pagetop */
.pagetop{
	clear:both;
	text-align:right;
	margin:30px 0;
}

.direct_jump {
	font-size: 130%;
}

