@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
html,body	{
	height: 100%;
}

a:link	{
	color: #2965B6;
	text-decoration: none;
}

a:visited	{
	color: #2965B6;
	text-decoration: none;
}

a:hover	{
	color: #E4504B;
}

a:active	{
	color: #FF0000;
}

#body_container {
	width: 980px;
	min-height: 100%;
	margin: 0px auto -50px;
	height: auto !important;
	height: 100%;
}

#body_contents	{
	height: auto;
}

#footer-space {
	height: 50px;
}

.body	{
	width: 980px;
	margin: 0px auto;
	padding-bottom: 10px;
	position: relative;
	font-size: 12px;
}

.header	{
	width: 980px;
	margin: 0px auto 10px;
	font-size: 12px;
}

.header_site {
	width: 300px;
	float: left;
	padding: 5px;
	color: #FFF;
	background-color: #059ADF;
}

.header_navi {
	width: 660px;
	float: right;
	padding: 5px;
	text-align: right;
	color: #FFF;
	background-color: #059ADF;
}

.header_navi a {
	color: #FFF;
}

.footer	{
	width: 980px;
	padding: 0px;
	margin: 0px auto;
	height: 50px;
/*	background-color: #FFFFFF;*/
}

.footer_content	{
	padding-top: 10px;
	border-top: solid 1px #CCCCCC;
	font-size: 12px;
	color: #888888;
}

.footer_left {
	width: 500px;
	padding-left: 10px;
	float: left;
	text-align: left;
}

.footer_right {
	width: 400px;
	padding-right: 10px;
	float: right;
	text-align: right;
}

.navi_l	{
	width: 200px;
	float: left;
}

.navi_r	{
	width: 200px;
	float: right;
}

.contents_l	{
	width: 770px;
	float: left;
}

.contents_r	{
	width: 770px;
	float: right;
}

.contents_c	{
	width: 560px;
	margin-left: 10px;
	float: left;
}

.bar	{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px solid #22A6E2;
	margin-bottom: 10px;
	padding: 5px;
}

.sub_bar	{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
/*
	background-color: #E0E0E0;
*/
	background-color: #059ADF;
	color: white;
}

.t_path	{
	margin-bottom: 10px;
	line-height: 1em;
	padding-left: 5px;
}

.t_path_end	{
	color: #333333;
	font-weight: bold;
}

.error	{
	color: red;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 20px;
	background-image: url(../image/default/common/exclamation.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.form_tb	{
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	border: solid 1px #C0C0C0;
	font-size: 12px;
}

.form_tb	th	{
	padding: 5px;
	background-color: #F5F5DC;
	border: solid 1px #C0C0C0;
	color: #333333;
}

.form_tb	td	{
	padding: 5px;
	border: solid 1px #C0C0C0;
	color: #333333;
	word-break: break-all;
}

.form_tb	caption	{
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.section_hr	{
	border: 0;
	height: 1px;
	background-image: url(../image/default/common/hr.gif);
	background-position: 0 top;
	background-repeat: repeat-x;
}

.section_top	{
	background-image: url(../image/default/common/hr.gif);
	background-position: 0 top;
	background-repeat: repeat-x;
}

.section_bottom	{
	background-image: url(../image/default/common/hr.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
}

.label_alignment label	{
	display: block;
	float: left;
	width: 120px;
}

.label_alignment_180 label	{
	display: block;
	float: left;
	width: 180px;
}

.label_alignment_220 label	{
	display: block;
	float: left;
	width: 220px;
}

.substitute_a	{
	color: #2965B6;
	cursor: pointer;
}

.substitute_a:hover	{
	color: #E4504B;
}

.img_turn a:hover img	{
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)";
	opacity: 0.65;
}

.img_bd img	{
	padding: 3px;
	background-color: #C0C0C0;
	border: solid 1px #C0C0C0;
}
/*------------------------------------------------------------------------------
	マップ
------------------------------------------------------------------------------*/
.map_list_ttl	{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	height: 18px;
	background-color: #F2F2E8;
}

.map_list	{
	width: 315px;
	height: 372px;
	overflow: auto;
}

.map_list_200	{
	width: 200px;
	height: 322px;
	overflow: auto;
}

#mapList	{
	list-style-type: none;
}

#mapList li	{
	list-style-type: none;
	background-image: url(../image/default/map/marker.png);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 25px;
	cursor: pointer;
	border-bottom: 1px solid #C0C0C0;
}

#mapList li:hover	{
	background-color: #FFFAD2;
}

.mapList_li0	{
	background-position: 0px 0px;
}

.mapList_li1	{
	background-position: 0px -100px;
}

.mapList_li2	{
	background-position: 0px -200px;
}

.mapList_li3	{
	background-position: 0px -300px;
}

.mapList_li4	{
	background-position: 0px -400px;
}

.mapList_li5	{
	background-position: 0px -500px;
}

.mapList_li6	{
	background-position: 0px -600px;
}

.mapList_li7	{
	background-position: 0px -700px;
}

.mapList_li8	{
	background-position: 0px -800px;
}

.mapList_li9	{
	background-position: 0px -900px;
}

.mapList_li10	{
	background-position: 0px -1000px;
}

.mapList_li11	{
	background-position: 0px -1100px;
}

.mapList_li12	{
	background-position: 0px -1200px;
}

.mapList_li13	{
	background-position: 0px -1300px;
}

.mapList_li14	{
	background-position: 0px -1400px;
}

.mapList_li15	{
	background-position: 0px -1500px;
}

.mapList_li16	{
	background-position: 0px -1600px;
}

.mapList_li17	{
	background-position: 0px -1700px;
}

.mapList_li18	{
	background-position: 0px -1800px;
}

.mapList_li19	{
	background-position: 0px -1900px;
}

#mapList2	{
	list-style-type: none;
}

#mapList2 li	{
	list-style-type: none;
	padding: 5px;
}

#mapList2 li label {
	cursor: pointer;
}

#mapList2 li img, #mapList2 li input {
	vertical-align: middle;
}
/*------------------------------------------------------------------------------
	評価
------------------------------------------------------------------------------*/
.star_ico_l	{
	background-image: url(../image/default/common/star_icon.png);
	background-repeat: no-repeat;
	padding: 3px 5px 3px 125px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #F36D33;
}

.star_l_0 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background-position: -5px -883px;
}

.star_l_5 {
	background-position: -5px -923px;
}

.star_l_10 {
	background-position: -5px -963px;
}

.star_l_15 {
	background-position: -5px -1003px;
}

.star_l_20 {
	background-position: -5px -1043px;
}

.star_l_25 {
	background-position: -5px -1083px;
}

.star_l_30 {
	background-position: -5px -1123px;
}

.star_l_35 {
	background-position: -5px -1163px;
}

.star_l_40 {
	background-position: -5px -1203px;
}

.star_l_45 {
	background-position: -5px -1243px;
}

.star_l_50 {
	background-position: -5px -1283px;
}

.star_ico_m	{
	background-image: url(../image/default/common/star_icon.png);
	background-repeat: no-repeat;
	padding: 2px 5px 2px 95px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #F36D33;
}

.star_m_0 {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	background-position: -5px -443px;
}

.star_m_5 {
	background-position: -5px -483px;
}

.star_m_10 {
	background-position: -5px -523px;
}

.star_m_15 {
	background-position: -5px -563px;
}

.star_m_20 {
	background-position: -5px -603px;
}

.star_m_25 {
	background-position: -5px -643px;
}

.star_m_30 {
	background-position: -5px -683px;
}

.star_m_35 {
	background-position: -5px -723px;
}

.star_m_40 {
	background-position: -5px -763px;
}

.star_m_45 {
	background-position: -5px -803px;
}

.star_m_50 {
	background-position: -5px -843px;
}

.star_ico_s	{
	background-image: url(../image/default/common/star_icon.png);
	background-repeat: no-repeat;
	padding: 5px 5px 2px 70px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;;
	font-weight: bold;
	color: #F36D33;
}

.star_s_0 {
	font-weight: normal;
	color: #666666;
	background-position: -5px 2px;
}

.star_s_5 {
	background-position: -5px -38px;
}

.star_s_10 {
	background-position: -5px -78px;
}

.star_s_15 {
	background-position: -5px -118px;
}

.star_s_20 {
	background-position: -5px -158px;
}

.star_s_25 {
	background-position: -5px -198px;
}

.star_s_30 {
	background-position: -5px -238px;
}

.star_s_35 {
	background-position: -5px -278px;
}

.star_s_40 {
	background-position: -5px -318px;
}

.star_s_45 {
	background-position: -5px -358px;
}

.star_s_50 {
	background-position: -5px -398px;
}

.wom_eval_rating {
	padding: 5px;
	background-image: url(../image/default/common/hr.gif);
	background-position: 0 top;
	background-repeat: repeat-x;
}

.wom_eval_rating dl	{
	width: 800px;
	clear: both;
	background-color: #fff;
}

.wom_eval_rating dt {
	float: left;
	width: 120px;
	clear: both;
	padding: 5px;
	display: table-cell;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

.wom_eval_rating dd.wom_eval_star {
	float: left;
	margin: 0;
	width: 180px;
	padding: 5px 5px 5px 5px;
}

.wom_eval_rating dd.wom_eval_comment {
	margin: 0;
	height: 24px;
	padding: 5px 5px 5px 330px;
}

.wom_eval_rating:first-child {
	background: none;
}

.wom_eval_rating .rating {
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
/*------------------------------------------------------------------------------
	index
------------------------------------------------------------------------------*/
.area_select	{
	background-image: url(../image/default/index/map_top.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 460px;
	height: 250px;
	float: left;
	border: solid 1px #059ADF;
	position: relative;
}

.area_select p	{
	position: absolute;
	border: solid 2px #D1D678;
	background-color: #FFF;
	border-radius: 8px 8px 8px 8px;
	padding: 0 5px;
}

.area_select span a	{
	display: block;
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	line-height:1.2;
}

.area_select a:hover	{
	color: #CCC;
}

.area_select .area_0	{
	top: 120px;
	left: 138px;
}

.area_select .area_1	{
	top: 62px;
	left: 104px;
}

.area_select .area_2	{
	top: 62px;
	left: 314px;
}

.area_select .area_3	{
	top: 195px;
	left: 192px;
}

.area_select .area_4	{
	top: 142px;
	left: 237px;
}

.area_select .area_5	{
	top: 169px;
	left: 335px;
}

.area_select .area_6	{
	top: 112px;
	left: 35px;
}

.area_select .area_7	{
	top: 158px;
	left: 41px;
}

.area_select .area_8	{
	top: 113px;
	left: 275px;
}

.area_select .area_9	{
	top: 10px;
	left: 256px;
}

.area_select .area_10	{
	top: 222px;
	left: 270px;
}

.area_select .area_domestic	{
	top: 102px;
	left: 198px;
}

.country_alignment span	{
	display: block;
	float: left;
	width: 118px;
}
/*------------------------------------------------------------------------------
	hotel spot
------------------------------------------------------------------------------*/
.contents_menu	{
	margin-bottom: 10px;
	border-bottom: solid 3px #059ADF;
}

.contents_menu ul	{
	list-style: none;
}

.contents_menu li	{
	width: 150px;
	display: block;
	float: left;
	background-color: #F5F5F5;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 0;
	border-radius: 7px 7px 0px 0px;
	box-shadow: 0 0 5px #E0E0E0 inset;
	text-align: center;
	line-height: 0;
}

.contents_menu li a	{
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px;
	line-height: normal;
}

li.contents_menu_f	{
	background-color: #059ADF;
	border-top: 1px solid #059ADF;
	border-left: 1px solid #059ADF;
	border-right: 1px solid #059ADF;
	border-bottom: 0;
	border-radius: 7px 7px 0px 0px;
	box-shadow: 0 0 5px #04BDDE inset;
}

li.contents_menu_f a	{
	color: #FFF;
}
/*------------------------------------------------------------------------------
	hotel
------------------------------------------------------------------------------*/
.hotel_main_img	{
	width: 250px;
	float: left;
	text-align: center;
	border: solid 1px #CCC;
}
/*------------------------------------------------------------------------------
	spot
------------------------------------------------------------------------------*/
.spot_detail dl	{
	width: 640px;
	clear: both;
	background-color: #fff;
}

.spot_detail dt {
	float: left;
	width: 110px;
	clear: both;
	padding: 5px;
}

.spot_detail dd {
	margin: 0;
	padding: 5px 5px 5px 120px;
	border-top: 1px solid #ddd;
}

.spot_detail dt:first-child + dd {
    border-top: 0;
}

.spot_eval dl	{
	width: 100%;
	clear: both;
	background-color: #fff;
}

.spot_eval dt {
	float: left;
	width: 130px;
	clear: both;
	padding: 5px;
}

.spot_eval dd {
	margin: 0;
	padding: 5px 5px 5px 140px;
	border-top: 1px solid #ddd;
}

.spot_eval dt:first-child + dd {
	border-top: 0;
}
/*------------------------------------------------------------------------------
	wom
------------------------------------------------------------------------------*/
#wom_thm td	{
	cursor: pointer;
}

#wom_thm td:hover img	{
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)";
	opacity: 0.65;
}

dl.wom_state	{
	width: 100%;
	clear: both;
}

dl.wom_state dt {
	float: left;
	width: 80px;
	clear: both;
	padding: 2px;
}

dl.wom_state dd {
	margin: 0;
	padding: 2px 5px 2px 80px;
}
/*------------------------------------------------------------------------------
	ダイアログ
------------------------------------------------------------------------------*/
.upload_dialog	{
	width: 300px;
	padding: 30px 10px;
	background-color: #FFFFFF;
	border: solid 2px #808080;
	font-size: 12px;
	text-align: center;
	position: absolute;
	display: none;
}
/*------------------------------------------------------------------------------
	画像アップロード
------------------------------------------------------------------------------*/
.upload_image	{
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
	border: solid 1px #CCC;
	background-color: #FFFFFF;
}

.upload_image_150	{
	width: 150px;
	height: 150px;
	margin-bottom: 5px;
	border: solid 1px #CCC;
	background-color: #FFFFFF;
}

.upload_image_100	{
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
	border: solid 1px #CCC;
	background-color: #FFFFFF;
}
