@charset "utf-8";
body {
	background-color:#FFFCF2;
}

/*	ページ　共通
------------------------------------------------------- */
#page {
	width: 100%;
	margin: 0 auto;
	min-width: 1100px;
}

body {
	width: 100%;
	min-width: 1100px;
}

/*	ヘッダ、フッタ　共通
------------------------------------------------------- */
body #header,
body #footer {
	font-size:12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}

#header a.navi:link,
#footer a.navi:link {
	color: #5F3131;
	text-decoration: none;
}

#header a.navi:hover,
#footer a.navi:hover {
	color: #942C2C;
	text-decoration: underline;
}

#header a.navi:visited,
#footer a.navi:visited {
	color: #5F3131;
	text-decoration: none;
}

#header a.navi:active,
#footer a.navi:active {
	color: #942C2C;
	text-decoration: underline;
}

/*	ヘッダ
------------------------------------------------------- */
.wrp_header {
	width: 100%;
	background:url(../image/head_back.jpg) repeat-x center top;
}

#header {
	width: 800px;
	height:130px;
	margin:0 auto 20px;
	padding:0;
	position:relative;
}

#header h1 {
	text-align: left;
	position:absolute;
	left:0;
	top:0;
	margin:0;
}

#header .logoSub{
	position:absolute;
	left:0px;
	top:60px;
	margin:0;
}

#header #h_navi {
	position:absolute;
	left:225px;
	top:93px;
	margin:0;
	padding:0;
	list-style:none outside;
}

#header #h_navi li {
	margin:0;
	float:left;
}

#header #h_navi li a {
	display:block;
	height:29px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-right:5px;
	/* Not for Mac IE 5.x ＼*/
	overflow: hidden;
	/* For other browser */
}

#header #h_navi li a:hover {
	background-position:left bottom;
}

#header #h_navi li.li01 a {
	width:137px;
	background-image:url(../image/h_navi001.jpg);
}

#header #h_navi li.li02 a {
	width:177px;
	background-image:url(../image/h_navi002.jpg);
}

#header #h_navi li.li03 a {
	width:176px;
	background-image:url(../image/h_navi003.jpg);
}

#header #sh_navi {
	position:absolute;
	right:0;
	top:46px;
	margin:0;
	padding:0;
	list-style:none outside;
	overflow:hidden;
}

#header #sh_navi li {
	float:left;
	margin:0 0 0 6px;
}

#header #sh_navi li img{
	vertical-align:top;
}

#header #rule_navi {
	position:absolute;
	right:0;
	top:0;
	margin:0;
	padding:0;
	list-style:none outside;
	font-size:11px;
}

#header #rule_navi li {
	float:left;
	padding:5px 8px 0;
	border-left:1px solid #fff;
}

#header #rule_navi li.nob {
	border-left:none;
	padding:5px 8px 0 0;
}

#header #rule_navi li a {
	color:#FFF;
	text-decoration:none;
}

#header #rule_navi li a:hover {
	color:#FFF;
	text-decoration:underline;
}

/*	ログアウトボタン	*/
#header #logout{
	position:absolute;
	right:0px;
	top:95px;
}

#header #logout a{
	display:block;
	width:80px;
	height:20px;
	background:url(../image/h_btn_logout.jpg) no-repeat left top;
	text-indent:-9999px;
}

#header #logout_eng{
	position:absolute;
	right:0px;
	top:95px;
}

#header #logout_eng a{
	display:block;
	width:80px;
	height:20px;
	background:url(../image/h_btn_logout_eng.jpg) no-repeat left top;
	text-indent:-9999px;
}

#header #logout_cht{
	position:absolute;
	right:0px;
	top:95px;
}

#header #logout_cht a{
	display:block;
	width:80px;
	height:20px;
	background:url(../image/h_btn_logout_cht.jpg) no-repeat left top;
	text-indent:-9999px;
}

#header #logout_chs{
	position:absolute;
	right:0px;
	top:95px;
}

#header #logout_chs a{
	display:block;
	width:80px;
	height:20px;
	background:url(../image/h_btn_logout_chs.jpg) no-repeat left top;
	text-indent:-9999px;
}

#header #logout_kor{
	position:absolute;
	right:0px;
	top:95px;
}

#header #logout_kor a{
	display:block;
	width:80px;
	height:20px;
	background:url(../image/h_btn_logout_kor.jpg) no-repeat left top;
	text-indent:-9999px;
}

#header #logout_spa{
	position:absolute;
	right:0px;
	top:95px;
}

#header #logout_spa a{
	display:block;
	width:80px;
	height:20px;
	background:url(../image/h_btn_logout_spa.jpg) no-repeat left top;
	text-indent:-9999px;
}

/*	パンくず	*/
#header #bread_crumbles {
	margin:0;
	font-size:11px;
	position:absolute;
	left:0;
	bottom:15px;
}

#header #bread_crumbles a {
	color:#004118;
	text-decoration:none;
}

#header #bread_crumbles a:hover {
	text-decoration:underline;
}

/* ▼ 多言語用メニューレイアウト調整 2015/07/13：英語対応, 2019/05/09：繁体字・簡体字・韓国語対応 ▼ */
#header #rule_navi {
	top:2px;
}
#header #sh_navi {
	top: 48px;
}
#header #lang_nav {
	position: absolute;
	right: 0;
	top: 65px;
}
#language_navi {
	position: absolute;
	right: 0;
	top: 28px;
	margin: 0;
	padding: 0;
	list-style: none outside;
	font-size: 11px;
}

#language_navi li{
	float: left;
	color: #ffffff;
}

#language_navi li a{
	color: #ffffff;
	font-weight: bolder;
}
#language_navi li a:hover{
	opacity: 0.6;
}

/* ▲ 多言語用メニューレイアウト調整 2015/07/13：英語対応, 2019/05/09：繁体字・簡体字・韓国語対応 ▲ */

/*	フッタ
------------------------------------------------------- */
.wrp_footer {
	width: 100%;
	background: #0B431E url(../image/foot_back.jpg) repeat-x center bottom;
	margin-top: 30px;
}

#footer{
	color:#9AB2A2;
	width:800px;
	height:65px;
	margin:auto;
	position:relative;
}

#footer a{
	color: #9AB2A2;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer ul{
	position:absolute;
	left:0; bottom:15px;
}

#footer li {
	background: url(../image/foot_arrow.gif) no-repeat left center;
	display:inline;
	float:left;
	margin:0 25px 0 0;
	padding:0 0 0 10px;
}

#footer address {
	position:absolute;
	right:0; bottom:15px;
}

#calender_api .border_style th {
	text-align: center;
}

#info_box .tb_detail_info th {
	text-align: center;
}

#ypro_search .search_table th {
	text-align: center;
}

/*	施設情報を見る
------------------------------------------------------- */

span.ypro_hotel_detail_bt {
	padding: 0 !important;
}
span.ypro_hotel_detail_bt a {
	-moz-box-shadow:inset 0px 1px 0px 0px #d1d1d1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d1d1d1;
	box-shadow:inset 0px 1px 0px 0px #d1d1d1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8f8f8f), color-stop(1, #5c5c5c));
	background:-moz-linear-gradient(top, #8f8f8f 5%, #5c5c5c 100%);
	background:-webkit-linear-gradient(top, #8f8f8f 5%, #5c5c5c 100%);
	background:-o-linear-gradient(top, #8f8f8f 5%, #5c5c5c 100%);
	background:-ms-linear-gradient(top, #8f8f8f 5%, #5c5c5c 100%);
	background:linear-gradient(to bottom, #8f8f8f 5%, #5c5c5c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f8f8f', endColorstr='#5c5c5c',GradientType=0);
	background-color:#8f8f8f;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #616161;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size: 130% !important;
	letter-spacing: 1px;
	padding:10px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d4d4d;
}
span.ypro_hotel_detail_bt a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5c5c5c), color-stop(1, #8f8f8f));
	background:-moz-linear-gradient(top, #5c5c5c 5%, #8f8f8f 100%);
	background:-webkit-linear-gradient(top, #5c5c5c 5%, #8f8f8f 100%);
	background:-o-linear-gradient(top, #5c5c5c 5%, #8f8f8f 100%);
	background:-ms-linear-gradient(top, #5c5c5c 5%, #8f8f8f 100%);
	background:linear-gradient(to bottom, #5c5c5c 5%, #8f8f8f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5c5c', endColorstr='#8f8f8f',GradientType=0);
	background-color:#5c5c5c;
}
span.ypro_hotel_detail_bt a:active {
	position:relative;
	top:1px;
}