@charset "UTF-8";

/* =========================== */
/* 共通 */
/* =========================== */
body {
	margin:0px;
	padding:0px;
	text-align:center;
}
table {
	font-size:100%;
}
a:link {
	color:#2c00b9;
	text-decoration:none;
}
a:visited {
	color:#8500b9;
	text-decoration:none;
}
a:hover {
	color:#2c00b9;
	text-decoration:underline;
}
img {
	border:none;
}
h1 {
	margin:0px;
	padding:0px;
}
p {
	line-height:1.3em;
	margin:0em 0em 0.7em;
}
dl {
	line-height:1.3em;
	margin:0px;
}
dt {
	font-weight:bold;
	color:#630000;
}
dd {
	margin:0px 0px 10px;
}
form {
	margin:0px;
	padding:0px;
}

/* =========================== */
/* 中面共通 */
/* =========================== */
div#MAIN {
	width:760px;
	text-align:left;
	font-size:80%;
	margin:0px auto;
}
div#CONTENTS {
	margin:15px 0px 8px;
}
*.title {
	margin:0px 0px 15px;
}
*.md {
	font-size:100%;
	color:#ffffff;
	margin:0px 0px 10px;
	padding:5px 10px;
	background-image:url(/shared/md_bg.gif);
	background-repeat:repeat;
	background-position:left top;
	background-color:#f6992c;
	border-top:1px solid #f69728;
	border-bottom:2px solid #cc5e00;
}
div.part {
	margin:0px 10px 25px;
}
div.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
table.general {
	width:760px;
	border-width:1px 0px 0px 1px;
	border-color:#f0ba7c;
	border-style:solid;
}
table.general tbody th {
	width:13%;
	padding:5px 10px;
	color:#69563f;
	text-align:left;
	white-space:nowrap;
	background-color:#f7dcbc;
	border-width:0px 1px 1px 0px;
	border-color:#f0ba7c;
	border-style:solid;
}
table.general tbody td {
	border-width:0px 1px 1px 0px;
	border-color:#f0ba7c;
	border-style:solid;
	padding:5px 10px;
	color:#69563f;
	background-color:#fff8dc;
	width:100%;
}
table.general tbody th.search_joken {
	text-align:center;
	background-color:#f4cb9c;
}

/* リンク */
div.link {
	margin:6px 0px;
}
div.pagetop {
	float:right;
	clear:both;
}
div.pagetop a {
	background-image:url(/shared/mark_up.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:14px;
	text-align:right;
}
a.down {
	background-image:url(/shared/mark_down.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:12px;
}
a.back {
	background-image:url(/shared/mark_back.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:2px;
	padding-left:10px;
}
a.next {
	background-image:url(/shared/mark_next.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-top:2px;
	padding-right:10px;
}
a.arrow {
	background-image:url(/shared/mark_next.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}
a.new_window {
	background-image:url(/shared/mark_url.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
a.expansion {
	background-image:url(/shared/mark_expansion.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:14px;
}

/*----- 07/08/01 -----*/
*.md_type2 {
	font-size:100%;
	color:#ffffff;
	margin:1px 0px 10px;
	padding:5px 10px;
	background-image:url(/shared/md_bg_02.gif);
	background-repeat:repeat;
	background-position:left top;
	background-color:#d74230;
	border-top:1px solid #cd3d2b;
	border-bottom:2px solid #b00c06;
}

*.md_type3 {
	font-size:100%;
	color:#681616;
	margin:1px 0px 10px;
	padding:6px 10px 2px;
	border-bottom:3px solid #681616;
}

/* =========================== */
/* トップページ */
/* =========================== */
table.top_contents {
	width:760px;
}
table.top_contents tbody td {
	vertical-align:top;
}
table.top_contents tbody td.top_contents {
	width:510px;
}
table.top_contents tbody td div#contents {
	margin:15px 4px 8px 0px;
}
table.top_contents tbody td.right_navi {
	padding:15px 3px 10px 5px;
	background-image:url(/img/bg_top_left.gif);
	background-position:left top;
}
div.top_banner {
	text-align:center;
	margin-bottom:18px;
}
div.top_notice {
	text-align:center;
	margin-bottom:18px;
}
div.top_search_area {
	border:3px solid #e17800;
	padding:1px;
	clear:both;
	margin-bottom:20px;
}
div.top_search {
	border:1px solid #f0bb7f;
	padding:5px 6px 5px;
}
div.top_search_freeword {
	margin-top:11px;
	padding:6px 11px;
	vertical-align:middle;
	border-width:1px 1px 0px 0px;
	border-color:#f3d1ae;
	border-style:solid;
	background-image:url(/img/bg_top_search.gif);
	background-repeat:repeat-x;
	background-position:right top;
}
div.top_search_freeword img {
	vertical-align:middle;
}
div.top_search_freeword input {
	margin-left:4px;
	vertical-align:middle;
}
div.top_search_freeword input.freeword {
	width:150px;
}
div.top_search_kodawari_area {
	border:1px solid #f3d1ae;
}
div.top_search_kodawari {
	margin:0px;
	padding:8px 11px 8px 12px;
	background-color:#fff8dc;
	background-image:url(/img/bg_top_kodawari.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
div.top_search_kodawari table tbody td {
	vertical-align:middle;
}
div.top_search_kodawari table tbody td table {
	width:347px;
}
div.top_search_kodawari table tbody td table tbody td {
	width:50%;
}
div.top_search_kodawari table tbody td.search_kodawari_checkbox {
	width:1%;
	white-space:nowrap;
	padding:0px;
}
td.joken_search {
	text-align:right;
	width:1px;
}
h2.km_topics {
	margin:0px 0px 9px;
}
dl.topics {
	line-height:1.3em;
	margin:0px 5px 15px;
}
dl.topics dt {
	font-size:90%;
	font-weight:bold;
	color:#000000;
	position:absolute;
	width:67px;
}
dl.topics dd {
	margin:0px;
	padding:0px 0px 8px 5.7em;
}
div.right_navi {
	width:234px;
	margin-bottom:7px;
}
div.right_navi p {
	background-color:#ffffff;
	padding:8px 10px 13px 10px;
}
div.right_navi_banner {
	text-align:center;
	margin-bottom:7px;
}

div.right_navi_pr {
	margin-bottom:7px;
}
div.right_navi_pr p {
	background-color:#ffffff;
	padding:8px 10px 13px 10px;
	font-size:85%;
}


/*----- 07/08/01 -----*/
div.new_comment {
	margin:0px 0px 14px;
}
h2.km_new_comment, 
h2.km_new_trackback {
	margin:0px 0px 10px;
	padding:0px;
	position:relative;
	font-size:100%;
	width:510px;
}
h2.km_new_comment span.list, 
h2.km_new_trackback span.list {
	font-size:75%;
	top:6px;
	right:8px;
	position:absolute;
	display:block;
}
h2.km_new_comment span.list a,
h2.km_new_trackback span.list a {
	color:#FFFFFF;
	background-image:url(/img/mark_top_list.gif);
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding:0px 0px 0px 7px;
	text-decoration:underline;
}
dl.new_trackback {
	margin:0px 6px 20px 5px;
}
dl.new_trackback dt.title {
	margin:0px;
	background-image:url(/shared/mark_next.gif);
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding:0px 0px 0px 10px;
	font-weight:normal;
}
div.separate dl dd,
dl.new_trackback dd {
	margin:0px;
}
div.separate dl dd.name,
dl.new_trackback dd.name {
	margin:0px 0px 10px;
}
div.separate {
	clear:both;
	margin:0px 6px 0px 5px;
}
div.thumb_s {
	float:right;
	margin:0px 0px 5px 15px;
	text-align:center;
	width:60px;
}
div.separate dl dt.title {
	margin:0px;
	background-image:url(/shared/mark_next.gif);
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding:0px 0px 0px 7px;
	font-weight:normal;
}
/*----- 07/11/14 -----*/
div.top_search_kodawari table tbody td table tbody td {
	font-size:85%;
}
div.top_search_kodawari table tbody td table tbody td input {
	margin:-2px 2px -2px -2px;
	padding:0;
}

/*----- 09/09/24 -----*/
h2.km_reslist {
	margin:0px 0px 9px;
}
dl.reslist {
	line-height:1.3em;
	margin:0px 5px 15px;
}
dl.reslist dt {
	font-size:90%;
	font-weight:bold;
	color:#000000;
	position:absolute;
	width:85px;
}
dl.reslist dd {
	margin:0px;
	padding:0px 0px 8px 6.0em;
}

/*----- 09/10/30 -----*/

table.res_list th {
	width:85px;
	background-color:#cc9999;
	text-align:left;
}
table.res_list td {
	width:85px;
	text-align:left;
}





/* =========================== */
/* 宿情報詳細 */
/* =========================== */
*.title_hotel {
	background-image:url(/shared/bg_hotel.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#8b4309;
	margin:0px 0px;
	padding:5px 10px;
	font-size:110%;
	line-height:1.3em;
	color:#ffffff;
	position:relative;
}
*.title_hotel span {
	font-size:80%;
}
div.hotel_details {
	border-width:0px 1px 1px;
	border-color:#8b4309;
	border-style:solid;
	background-color:#fffbf3;
	padding:13px;
	margin-bottom:30px;
}
table.hotel_details {
	width:732px;
}
table.hotel_details tbody td {
	vertical-align:top;
}
table.hotel_details tbody td img{
	float:left;
	padding-top:2px;
}
table.hotel_details tbody td.hotel_details_image {
	padding-left:20px;
}
table.hotel_details tbody td.hotel_details_image div.link {
	text-align:center;
	line-height:1.5em;
	margin-top:3px;
	margin-bottom:15px;
}
table.hotel_details tbody td.hotel_details {
	width:100%;
}
table.hotel_details tbody td.hotel_details dl {
	margin:20px 0px 0px;
	border-top:1px solid #e7b387;
}
table.hotel_details tbody td.hotel_details dt {
	padding:5px 0px 5px 10px;
	position:absolute;
	width:126px;
}
table.hotel_details tbody td.hotel_details dd {
	border-bottom:1px solid #e7b387;
/*	padding:5px 10px 5px 9.85em;*/
	padding:5px 10px 5px 136px;
	margin:0px;
}
table.hotel_details tbody td.hotel_details dt.kodawari {
	display:none;
}
table.hotel_details tbody td.hotel_details dd.kodawari {
	border-bottom:1px solid #e7b387;
	padding:6px 10px;
	height:36px
}
table.hotel_details tbody td.hotel_details dd.kodawari img {
	margin-right:6px;
}


table.hotel_details tbody td.hotel_details dd span {
	font-weight:bold;
}
table.hotel_details tbody td.hotel_details dd span a:link{
	text-decoration:underline;
}
*.comment {
	background-image:url(/shared/md_bg_comment.gif);
	background-repeat:repeat;
	background-position:left center;
	background-color:#f86334;
	padding-top:8px;
	padding-left:30px;
	border-top:1px solid #f86032;
	border-bottom:2px solid #c53001;
}
body.hotel table.general {
	width:100%;
	border-width:1px 0px 0px 1px;
	border-color:#b1bc7c;
	border-style:solid;
	margin-bottom:15px;
}
body.hotel table.general tbody th {
	vertical-align:top;
	background-color:#f2f5e0;
	border-width:0px 1px 1px 0px;
	border-color:#b1bc7c;
	border-style:solid;
	color:#630000;
	width:17%;
}
body.hotel table.general tbody td {
	color:#000000;
	border-width:0px 1px 1px 0px;
	border-color:#b1bc7c;
	border-style:solid;
	background-color:#ffffff;
}
div.hotel_image_expansion {
	border:1px solid #8b4309;
	background-color:#fffbf3;
	padding:10px;
	margin-bottom:30px;
}
div.hotel_image_expansion table tbody td {
	vertical-align:top;
}
div.hotel_image_expansion table tbody td.hotel_image_expansion {
	padding-right:17px;
}
div.hotel_image_expansion table tbody td div.link {
	text-align:center;
	margin-bottom:0px;
}
div.attention_area {
	border:1px solid #ff6868;
	background-color:#fff0eb;
	padding:11px 15px;
	margin-bottom:35px;
}
div.attention_area dl,
div.attention_area dd {
	margin:0px;
}
div.attention_area dt {
	color:#dd4646;
}

/*----- 07/08/01 -----*/
table.list_hotel_comment {
	width:100%;
}
table.list_hotel_comment td.bt_comment {
	text-align:right;
	vertical-align:bottom;
}
table.list_hotel_comment td.bt_comment ul {
	margin:0px;
	padding:0px 0px 5px 0px;
}
table.list_hotel_comment td.bt_comment ul li {
	display:inline;
	margin:0px 0px 0px 15px;
	padding:0px;
}
div.bt_comment {
	text-align:right;
	vertical-align:bottom;
}
div.bt_comment ul {
	margin:0px 0px -10px;
	padding:0px 0px 5px 0px;
}
div.bt_comment ul li {
	display:inline;
	margin:0px 0px 0px 15px;
	padding:0px;
}
*.title_hotel span.name {
	top:6px;
	right:15px;
	position:absolute;
	display:block;
	font-size:100%;
}
div.thumb {
	float:right;
	margin:0px 0px 5px 15px;
	text-align:center;
	width:120px;
}
div.part_type2 {
	margin:0px 0px 25px;
}
div.part_type2 p {
	padding:0 10px;
}

div.part_comment {
	margin:-10px 0 0;
	padding:7px 0 5px;
	background-color:#fcf3f1;
}
div.part_trackback {
	margin:-10px 0 5px;
	padding:7px 0 5px;
	background-color:#fff4eb;
}
div.part_link {
	margin:-10px 0 5px;
	padding:7px 0 5px;
	background-color:#fff9ed;
}

div.comment_contribute,
div.trackback_link {
	margin:0px 10px 14px;
}
div.comment_contribute dt {
	margin:0em 0em 0.1em;
	color:#600000;
}
div.comment_contribute dt span.evaluation {
	color:#000000;
	margin:0em 0.5em;
}
div.comment_contribute dt img {
	vertical-align:middle;
	margin-right:3px;
	margin-bottom:3px;
}
/*
div.trackback_link dt a {
	background-image:url(/shared/mark_next.gif);
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding:0px 0px 0px 10px;
}
*/
div.comment_contribute dd,
div.trackback_link dd {
	margin-bottom:0em;
}
div.list_line {
	width:100%;
	height:1px;
	margin:7px 0px;
	font-size:0;
	line-height:0;
	border-bottom:#B00C06 1px solid;
	clear:both;
}
div.all_look {
	margin:0px 10px;
	text-align:right;
	vertical-align:bottom;
	font-size:95%;
}
div.all_look img {
	vertical-align:middle;
	margin-left:10px;
}
div.all_look a.listlink {
	background-image:url(/shared/mark_next.gif);
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding:0px 0px 0px 7px;
	vertical-align:bottom;
}
div.trackback_url {
	border:1px solid #e6af80;
	padding:11px 15px;
	margin-top:20px;
}
div.trackback_url dl {
	margin:0px;
	padding:0px;
}
div.trackback_url dl dt {
	color:#000000;
	margin:0px;
	padding:0px;
	font-weight:bold;
	float:left;
	clear:both;
	line-height:1.3em;
}
div.trackback_url dl dd {
	margin:0em 0em 0em 14.5em;
	line-height:1.3em;
	text-align:left;
}

/* =========================== */
/* ポップアップ */
/* =========================== */
div#POPUP {
	margin:20px;
	font-size:80%;
	text-align:center;
}
div.close {
	margin:10px 0px;
}

/* =========================== */
/* 温泉検索結果 */
/* =========================== */
/* 検索条件 */
div.frame_area {
	border:1px solid #e17800;
	padding:1px;
	margin:0px 0px 26px;
}
div.frame_area table {
	width:736px;
}
div.kodawari img {
	vertical-align:middle;
	margin-right:4px;
	margin-bottom:1px;
}

/* Google Map */
div.search_result_map {
	margin-left:130px;
	margin-bottom:26px;
}

/* ページリンク */
table.page_link {
	width:760px;
	margin:3px 0px;
}
table.page_link tbody td {
	width:25%;
}
span.number {
	font-weight:bold;
}
table.page_link tbody td.page_link {
	width:50%;
	text-align:center;
}
td.page_link a.back {
	margin-right:25px;
}
td.page_link a.next {
	margin-left:25px;
}
td.page_link span.page_here {
	font-weight:bold;
	color:#666666;
}
table.page_link tbody td.search_bt_check {
	text-align:right;
}

/* 検索結果 詳細 */
table.search_details {
	width:760px;
	border-width:1px 0px 0px 1px;
	border-color:#8e470f;
	border-style:solid;
	margin-bottom:10px;
}
table.search_details th,
table.search_details td {
	border-width:0px 1px 1px 0px;
	border-color:#8e470f;
	border-style:solid;
	padding:7px 20px;
}
table.search_details th.search_details_checkbox {
	width:1%;
	white-space:nowrap;
	background-image:url(/shared/bg_hotel.gif);
	background-repeat:repeat;
	background-position:left top;
	padding:4px;
}
table.search_details td.search_details_hotel {
	width:100%;
	border-bottom:1px solid #e7b387;
}
table.search_details td.search_details_hotel div.kodawari {
	float:right;
}
h3.search_details_hotel {
	margin:0px;
	line-height:1.3em;
	font-size:110%;
}
h3.search_details_hotel span {
	font-size:90%;
}
table.search_details td table {
	vertical-align:top;
	border:none;
	padding:0px;
}
table.search_details td td {
	vertical-align:top;
	border:none;
	padding:0px;
}
table.search_details td td.search_details_image {
	padding-right:10px;
}
table.search_details td td dd {
	margin:0px 0px 2px;
}
table.search_details td dt.search_details_item {
	padding:0px;
	position:absolute;
}
table.search_details td dd.search_details_item {
	padding:0px 0px 0px 2.9em;
}

/* 再検索 */
div.search_again_area {
	border:3px solid #e17800;
	margin:30px 61px 36px;
}
div.search_again {
	border:1px solid #f0bb7f;
	margin:1px;
	padding:8px 10px;
}
h3.md_search_again {
	margin:0px 1px 9px;
	font-size:100%;
}
h3.md_search_again span.search_area_txt {
	color:#69563f;
	font-weight:normal;
	padding-left:33px;
}
h3.md_search_again span {
	font-weight:bold;
}
table.search_again {
	width:607px;
	margin-bottom:8px;
	border-collapse:collapse;
	border-spacing:10px;
}
table.search_again tbody td {
	vertical-align:top;
	padding-bottom:8px;
}
table.search_again tbody td.search_freeword {
	width:279px;
	border:1px solid #f3d1ae;
	background-color:#fff8dc;
	background-image:url(/shared/bg_search_freeword.gif);
	background-repeat:repeat-y;
	background-position:left bottom;
}
table.search_again tbody td.search_kodawari {
	width:322px;
	border:1px solid #f3d1ae;
	background-color:#fff8dc;
	background-image:url(/shared/bg_search_kodawari.gif);
	background-repeat:repeat-y;
	background-position:left bottom;
}
h4.km_search {
	margin:0px 0px 13px;
}
div.search_freeword {
	margin:0px 9px;
}
div.search_freeword input {
	width:255px;
}
div.search_kodawari {
	margin:0px 10px 0px 8px;
}
div.search_kodawari table {
	width:300px;
}
div.search_kodawari table tbody td {
	padding:0px;
	vertical-align:middle;
}
div.bt_search_joken {
	text-align:center;
}
p.search_not_txt {
	margin:30px 0px 0px;
	text-align:center;
	font-weight:bold;
	font-size:100%;
}

/* こだわり一覧 */
div.search_frame_area {
	border:1px solid #88ab55;
	padding:1px;
	margin:0px 0px 30px;
}
div.search_part {
	border:1px solid #d9e6c7;
	padding:5px 10px;
}
div.search_part ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:100%;
}
div.search_part ul.kodawari {
	line-height:1.8em;
	width:100%;
}
div.search_part ul.kodawari li {
	float:left;
	width:175px;
	background-image:url(/shared/mark_kodawari_list.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:8px;
}
/*----- 06/09/11 sys -----*/
div.search_part div.kodawari_km {
	color:#4a7019;
	font-weight:bold;
	margin-bottom:3px;
}
/*----- 07/11/14 -----*/
div.search_kodawari table tbody td {
	font-size:85%;
}
div.search_kodawari table tbody td input {
	margin:-2px;
	padding:0;
}
/* =========================== */
/* 温泉検索 */
/* =========================== */
div.search_part ul.area_list {
	list-style-type:none;
	margin:13px 0px 0px;
	padding:0px;
	line-height:1.5em;
}
ul.area_list {
	list-style-type:none;
	margin:0px 0px 0px;
	padding:0px;
	line-height:1.5em;
}
div.search_map {
	float:left;
	margin:0px 74px 0px 10px;
}
div.area_onsen_list {
	margin:0px 0px 20px;
	clear:both;
}
div.area_onsen_list ul.area_list li {
	float:left;
	width:189px;
}

/* =========================== */
/* 温泉検索 各地域 */
/* =========================== */
*.md_search_area {
	margin:0px 0px 17px;
}
*.km_search_area {
	background-color:#94b366;
	font-size:100%;
	color:#ffffff;
	margin:0px 0px 10px;
	padding:3px 7px;
}

/* =========================== */
/* お問い合わせ */
/* =========================== */
body.contact table.general th {
	color:#000000;
	vertical-align:top;
}
body.contact table.general td {
	color:#000000;
}

body.contact *.title {
	margin:0px 0px 20px;
}
span.reqired {
	color:#ff0000;
	font-weight:bold;
}
span.note {
	font-size:80%;
	line-height:1.3em;
}
table.general td textarea {
	margin-top:5px;
	width:520px;
}
div.bt_contact {
	text-align:center;
	margin-bottom:15px;
}
div.bt_contact input {
	margin-left:15px;
}
p.finish_txt {
	margin:100px 0px 80px;
	text-align:center;
}
p.finish_top {
	text-align:center;
}

/* =========================== */
/* コメント投稿 */
/* =========================== */
div.agreement {
	margin:0 0 1.5em;
	text-align:center;
	line-height:180%;
}

/* =========================== */
/* 温泉マップ */
/* =========================== */
body.map div#CONTENTS dt {
	font-size:110%;
	margin:0px 5px;
}
body.map div#CONTENTS dd {
	margin:0px 0px 10px;
	padding:0px 5px 10px;
	border-bottom:1px solid #e7b387;
}
div.onsen_map {
	float:left;
	margin-right:17px;
	margin-bottom:20px;
}
div.onsen_fukin {
	float:right;
	width:160px;
}
body.map div#map {
	width:760px;
}

/* =========================== */
/* 豆知識 */
/* =========================== */

/* 豆知識 TOP */
*.title_knowledge {
	margin:0px;
}
body.knowledge div.top_knowledge {
	width:430px;
	float:left;
}
body.knowledge div.top_knowledge h3 {
	margin:10px 0px 20px;
}
body.knowledge div.top_knowledge p {
	margin-right:40px;
}
body.knowledge div.top_menu_knowledge {
	width:309px;
	float:right;
	margin-bottom:10px;
}

/* 豆知識 中面 */
body.knowledge div.part {
	margin:0px 5px 14px;
}
body.knowledge *.md {
	background-color:#89ad60;
	border-top:none;
	border-bottom:2px solid #6b874b;
	background-image:none;
}
body.knowledge dt {
	margin:0px 5px;
}
body.knowledge dd {
	margin:3px 5px 15px;
}
body.knowledge p img {
	vertical-align:middle;
	margin-right:3px;
}
body.knowledge div.part div.pagetop {
	margin-bottom:5px;
}
div.page_next {
	float:right;
}
a.page_back {
	background-image:url(/knowledge/img/mark_back.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:2px;
	padding-left:17px;
}
a.page_next {
	background-image:url(/knowledge/img/mark_next.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:2px;
	padding-left:17px;
}
div.lead_knowledge {
	width:750px;
	margin:5px 0px 20px;
	background-image:url(/knowledge/img/lead_bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
div.lead_knowledge div {
	background-image:url(/knowledge/img/lead_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:30px;
}
div.lead_knowledge h3 {
	margin:0px 0px 20px;
}
div.lead_knowledge h4 {
	margin:0px 24px 10px;
	font-size:100%;
}
div.lead_knowledge p {
	margin:0px 0px 10px;
	padding:0px 24px;
	line-height:1.3em;
}
div.knowledge_list_area {
	background-color:#eff7e8;
	padding:8px 10px;
	margin:30px 5px 18px;
}
div.knowledge_list_area ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.knowledge_list_area ul li {
	float:left;
	width:144px;
	line-height:1.5em;
}
div.knowledge_list_area ul li a.down {
	display:block;
}
ul.knowledge_number {
	list-style-type:none;
	margin:0px 15px 6px;
	padding:0px;
}
ul.knowledge_number li {
	display:inline;
	margin-right:10px;
	vertical-align:middle;
}
ul.knowledge_number li img {
	margin-right:3px;
	vertical-align:middle;
}

/* =========================== */
/* 温泉MAP */
/* =========================== */
body.map div#map {
	width:760px;
}

/* =========================== */
/* FAQ */
/* =========================== */
body.faq dt {
	margin-bottom:5px;
}
body.faq dd {
	margin-bottom:20px;
}
body.faq dd dt {
	position:absolute;
	padding:0px 0px 2px;
}
body.faq dd dd {
	padding:0px 0px 0px 22px;
}
span.mark_faq {
	padding-right:6px;
}
span.mark_faq img {
	vertical-align:middle;
}

/* =========================== */
/* 温泉生活の使い方 */
/* =========================== */
body.use dd em {
	font-weight:bold;
	font-style:normal;
	color:#333333;
	margin-right:10px;
}

/* =========================== */
/* ご利用規約 */
/* =========================== */
body.rules p em {
	font-style:normal;
	font-weight:bold;
	color:#630000;
}
body.rules dt {
	margin-bottom:10px;
}
body.rules dd {
	margin-left:15px;
}

/* =========================== */
/* フッタ */
/* =========================== */
div#FOOTER {
	background-color:#681616;
	font-size:75%;
	color:#ffffff;
	padding:8px 9px;
}
div#FOOTER a {
	background-image:url(/shared/mark_link_footer.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:8px;
}
div#FOOTER a:link,
div#FOOTER a:visited,
div#FOOTER a:hover {
	color:#ffffff;
	text-decoration:none;
}
div#FOOTER div.rules {
	float:left;
}
div#FOOTER div.copyright {
	float:right;
	letter-spacing:0.1em;
}
/* 08/12/11 */
div#FOOTER div.conpany {
	float:left;
	margin-left:10px;
}

/* =========================== */
/* 新着トラックバック一覧 */
/* 新着コメント一覧 */
/* 宿コメント一覧 */
/* 07/08/01 */
/* =========================== */
table.base_list {
	width:760px;
	margin-bottom:10px;
	clear:both;
}
table.base_list th {
	width:20px;
	background-image:url(/shared/bg_list.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding:0px;
}
table.base_list td {
	border-width:0px 1px 1px 0px;
	border-color:#b00c06;
	border-style:solid;
	padding:14px 10px 5px 20px;
}
table.base_list td.list_title {
	border-top:1px solid #b00c06;
	padding:7px 10px 7px 20px;
}
table.base_list div.evaluation {
	float:right;
}
table.base_list div.evaluation span {
	font-weight:bold;
	margin-right:1.0em;
}
table.base_list div.evaluation img {
	vertical-align:middle;
	margin-left:3px;
	margin-bottom:2px;
}
table.base_list h3 {
	margin:0px;
	line-height:1.3em;
	font-size:100%;
	color:#600000;
}
table.base_list dl dt {
	margin-bottom:1.0em;
}
table.base_list dl dd.trackback_txt {
	margin-bottom:1.8em;
}
/*
h3.trb_title {
	margin:0px;
	background-image:url(/shared/mark_next.gif);
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding:0px 0px 0px 10px;
}
*/

ol.comment_rules li {
	margin-bottom:0.8em;
}
ul.comment_rules_sub li {
	margin-bottom:0.5em;
}
/* =========================== */
/* 温泉達人・野口悦男の“イチオシ！” */
/* 07/12/03 */
/* =========================== */
body.recommend div#MAIN div#CONTENTS h2.title_recommend {
	margin:0;
}
body.recommend div#MAIN div#CONTENTS h3.mv_recommend {
	margin:0 0 3px;
}
body.recommend div#MAIN div#CONTENTS img.recommend {
	margin-bottom:12px;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend {
	padding-bottom:30px;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend h4.km_recommend {
	clear:both;
	margin:0;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.block_recommend {
	padding:6px 40px 0;
	margin-bottom:13px;
	text-align:center;
	clear:both;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.block_recommend:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.block_recommend div.block_recommend_left {
	width:300px;
	float:left;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.block_recommend div.block_recommend_right {
	width:300px;
	float:right;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.block_recommend div.block_recommend_left p,
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.block_recommend div.block_recommend_right p {
	width:225px;
	text-align:left;
	margin:0 auto;
	padding-top:5px;
	line-height:1.5;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.profile {
	clear:both;
	background-color:#d8eabc;
	margin:0 40px 10px;
	padding:8px 15px;
	line-height:1.5;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.profile h5.km_profile {
	margin:0 0 8px 0;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.inn {
	clear:both;
	background-color:#a6947e;
	margin:0 40px 12px;
	padding:8px 15px;
	height:100%;
	line-height:1.5;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.inn:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.inn ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.inn ul li {
	float:left;
	vertical-align:middle;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.inn ul li.address {
	width:255px;
	margin-right:25px;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.inn ul li.price {
	width:150px;
	margin-right:25px;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend div.backnumber {
	clear:both;
	padding-left:40px;
}

body.recommend div#MAIN div#CONTENTS div.parts_recommend_backnumber{
	padding-bottom:30px;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend_backnumber ul{
	margin:10px 40px 0;
	list-style-type:none;
}
body.recommend div#MAIN div#CONTENTS div.parts_recommend_backnumber{
}

/* =========================== */
/* サイトマップ */
/* =========================== */

.h2_sitemap {
	background-color:#94b366;
	font-size:110%;
	color:#ffffff;
	margin:0px 0px 10px;
	padding:4px 0px 3px 5px;
}

.h3_sitemap {
	font-size:110%;
	margin:0px 0px 10px;
	padding:3px 0px 3px 5px;
}

