@charset "utf-8";

/* =========================================================

 ELEMENT

========================================================= */

body {
	line-height: 1.4;
	text-align: center;
}

a {
	outline: none;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #194285;
}

a:hover,
a:active {
	text-decoration: none;
	color: #5186dd;
}

a img {
	vertical-align: bottom;
}

/* =========================================================

 ACCESSIBILITY

========================================================= */

.reader {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:1px;
	height:1px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

/* =========================================================

 FOCUS

========================================================= */

/* 修正日時：8月18日　

   作業者　：田村 */

a:focus {
	color: #5186dd !important;
}

a:focus img {
	outline: dotted 1px #194285 !important;
}

/* =========================================================

 CONTAINER

========================================================= */

.container {
	text-align: left;
	margin: 0px auto;
	width: 960px;
}

/* =========================================================

 HEADER

========================================================= */

#header {
	font-size: 86%;
	background: url(/include/img/header_bg.gif) repeat-x 0px 100%;
	width: 100%;
}

#header-upper {
	overflow: hidden;
	zoom: 1;
}

#header-upper h1 {
	line-height: 34px;
	float: left;
	padding-left: 5px;
}

/* サブメニュー

--------------------------------------------------------- */

#header-upper #head-utility,
#header-upper #fontsize {
	-webkit-border-bottom-left-radius: 4px;/* Safari, Chrome用 */
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;/* Firefox用 */
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;/* CSS3 */
	border-bottom-right-radius: 4px;
	behavior: url(/include/js/PIE.htc);
	position: relative\9; /* IE対策 */
}

#header-upper #head-utility {
	overflow: hidden;
	zoom: 1;
	background: #f8f8f8;
	float: right;
	padding: 0px 15px 0px 0px;
	height: 34px;
}

#header-upper #head-utility li {
	padding: 0px 0px 0px 15px;
	float: left;
}

#header-upper #head-utility li a {
	line-height: 34px;
	background: url(/include/img/icon_arrow_r.gif) no-repeat 0px 50%;
	padding-left: 13px;
	display: block;
}

/* フォントサイズ

--------------------------------------------------------- */

#header-upper #fontsize {
	overflow: hidden;
	zoom: 1;
	background: #f7f2e3;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px 9px;
	height: 34px;
}

#header-upper #fontsize dt {
	padding: 7px 0px 0px;
	float: left;
}

#header-upper #fontsize dd {
	font-size: 1px;
	padding: 7px 0px 0px;
	float: left;
	overflow: hidden;
	zoom: 1;
}

#header-upper #fontsize dd a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	width: 22px;
	height: 22px;
}

#header-upper #fontsize dd.midlle a {
	background: url(/include/img/fontsize_middle_on.gif);
}

#header-upper #fontsize dd.large a {
	background: url(/include/img/fontsize_large_off.gif);
}

#header-upper #fontsize dd.midlle a:focus {
	background: url(/include/img/fontsize_middle_on.gif);
}

#header-upper #fontsize dd.large a:focus {
	background: url(/include/img/fontsize_large_on.gif);
}

/* かんぽの宿ロゴ

--------------------------------------------------------- */

#header-lower {
	overflow: hidden;
	zoom: 1;
}

#header-lower #head-logo {
	float: left;
}

/* =========================================================

 WRAP, CONTENTS

========================================================= */

#wrap {
	background: #FFF url(/include/img/wrap_bg.gif) repeat-x 0px 0px;
	width:100%;
}

#wrap .container {
	overflow: hidden;
	zoom: 1;
}

#contents {
	background: #FFF;
	padding-top: 30px;
}

/* =========================================================

 BREADCRUMB

========================================================= */

#breadcrumb {
	font-size: 86%;
	padding: 10px 0px;
}

#breadcrumb ul {
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

#breadcrumb li {
	float: left;
	list-style: none;
	margin-right: 0.5em;
}

#breadcrumb li a {
	text-decoration: none;
	display: inline-block;
}

#breadcrumb li img {
	vertical-align: baseline;
	margin: 0 0 0 3px;
}

/* =========================================================

 MAIN

========================================================= */

#main {
	background: #FFF;
	float: right;
	width: 690px;
}

/* ページ内リンク

--------------------------------------------------------- */

#main .namelink {
}

#main .namelink ul {
	overflow: hidden;
	zoom: 1;
	margin: 0px;
}

#main .namelink li {
	float: left;
	white-space: nowrap;
	padding: 0px 7px;
	border-left: 1px solid #dedad8;
	margin: 5px 0px 0px -1px;
}

#main .namelink li a {
	background: url(/include/img/icon_arrow_nemelink.gif) no-repeat 0px 0.3em;
	padding-left: 13px;
	display: block;
}

/* トップに戻る

--------------------------------------------------------- */

.totop {
	font-size: 86%;
	text-align: right;
	margin-top: 15px;
	line-height: 1.5;
}

.totop a {
	background: url(/include/img/icon_arrow_u.gif) no-repeat 0px 0.2em;
	padding-left: 13px;
	text-decoration: none;
}

/* =========================================================

 SIDEBAR

========================================================= */

#sidebar {
	font-size: 86%;
	float: left;
	width: 240px;
}

#sidebar h3 {
	margin: 0px;
}

/* 宿泊プラン予約

--------------------------------------------------------- */

#plansearch {
	margin-top: 10px;
	border: 1px solid #D7CECA;
}

#plansearch #plansearch-inner {
	background: url(/include/img/sb_search_bg.gif) repeat 0px 0px;
	border: 7px solid #FFF;
	padding: 10px;
}

#plansearch h3 {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #aca89c;
}

#plansearch table {
	margin: 5px 0px 0px;
}

#plansearch table th {
	padding: 3px;
	text-align: right;
}

#plansearch table td {
	padding: 3px;
}

#plansearch table td select {
	margin-right: 4px;
}

#plansearch div.search-button {
	text-align: center;
	margin-top: 10px;
}

/* バナー

--------------------------------------------------------- */

#sidebar #sb-bnr li {
	margin-top: 10px;
}

#sidebar #sb-bnr li a {
	display: block;
	background: #FFF;
}

#sidebar #sb-bnr li img {
	vertical-align: top;
}

/* 日本郵政グループ

--------------------------------------------------------- */

#group {
	border: 6px solid #ededed;
	margin-top: 10px;
}

#group ul.btn li {
	border-top: 1px solid #eae5e3;
}

#group ul.bnr {
	padding: 0px 10px 10px;
	border-top: 1px solid #EAE5E3;
	text-align: center;
}

#group ul.bnr li {
	margin-top: 10px;
}

/* =========================================================

 FOOTER

========================================================= */

#footer {
	font-size: 86%;
	margin-top: 50px;
	padding-bottom: 50px;
}

/* 宿一覧

--------------------------------------------------------- */

#footer #footer-upper {
	background: url(/include/img/footer_yado_bg_upper.gif) repeat-x 0px 0px;
}

#footer #footer-upper-inner {
	background: url(/include/img/footer_yado_bg_lower.gif) repeat-x 0px 100%;
	padding: 28px 0px 40px;
}

#footer #footer-upper table {
	margin: 15px 0px 0px;
}

#footer #footer-upper table th,
#footer #footer-upper table td {
	vertical-align: top;
}

#footer #footer-upper table th {
	font-weight: bold;
	text-align: left;
	width: 100px;
	padding: 7px 5px 5px;
}

#footer #footer-upper table td {
	padding: 5px;
}

#footer #footer-upper table td ul {
	margin-left: -1px;
	overflow: hidden;
	zoom: 1;
	width: 100%;
}

#footer #footer-upper table td li {
	float: left;
	border-left: 1px solid #878787;
	padding: 0px 7px;
	white-space: nowrap;
	margin: 2px 0px 2px -1px;
	line-height: 1.2;
}

#footer #footer-upper table td li img {
	margin: 0 0 0 3px;
}

#footer #footer-upper table a {
	text-decoration: none;
}

/* リンク、コピーライト

--------------------------------------------------------- */

#footer #footer-lower {
	padding-top: 10px;
}

#footer #footer-lower #foot-logo {
	float: left;
	width: 40%;
	overflow: hidden;
	zoom: 1;
}

#footer #footer-lower #foot-logo div.logo {
	float: left;
}

#footer #footer-lower #foot-logo p {
	line-height: 1.3;
	margin-left: 20px;
	float: left;
	padding-top: 5px;
}

#footer #footer-lower #foot-utility {
	width: 55%;
	float: right;
}

#footer #footer-lower #foot-utility ul {
	overflow: hidden;
	zoom: 1;
}

#footer #footer-lower #foot-utility li {
	float: right;
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	zoom: 1;
}

#footer #footer-lower #foot-utility li a {
	line-height: 1.3;
	display: block;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #878787;
}

#footer #footer-lower #foot-utility li.nav1 a {
	border-style: none;
	margin-right: 0px !important;
	padding-right: 0px !important;
}

#footer #footer-lower .foot-copy {
	text-align: right;
	clear: both;
	padding-top: 5px;
}

/* 

修正日時：8月16日　

作業者　：田口

--------------------------------------------------------- */

/* =========================================================

 WRAP, CONTENTS

========================================================= */

#wrap-index {
	background: #FFF url(/include/img/wrap_bg2.gif) repeat-x 0px 0px;
}

#wrap-index .container {
	overflow: hidden;
	zoom: 1;
}

#contents {
	background: #FFF;
	padding-top: 30px;
}

/* =========================================================

 MAIN_フルサイズ

========================================================= */

#main-full {
	padding-top: 30px;
	background: #FFF;
}

/* =========================================================

 GLOBAL-NAVI

========================================================= */

#globalnav {
	width: 763px;
	float: right;
	padding-top: 12px;
}

#globalnav ul {
	font-size: 1px;
	width: 763px;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

#globalnav li,
#globalnav li a {
	height: 56px;
}

#globalnav li {
	overflow: hidden;
	float: left;
}

#globalnav a {
	background-image: url(/include/img/globalnav.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
}

#globalnav li.nav1 {
	width: 127px;
}

#globalnav li.nav2 {
	width: 132px;
}

#globalnav li.nav3 {
	width: 122px;
}

#globalnav li.nav4 {
	width: 127px;
}

#globalnav li.nav5 {
	width: 127px;
}

#globalnav li.nav6 {
	width: 128px;
}

#globalnav li.nav1 a {
	background-position:    0px 0px;
}

#globalnav li.nav2 a {
	background-position: -127px 0px;
}

#globalnav li.nav3 a {
	background-position: -259px 0px;
}

#globalnav li.nav4 a {
	background-position: -381px 0px;
}

#globalnav li.nav5 a {
	background-position: -508px 0px;
}

#globalnav li.nav6 a {
	background-position: -635px 0px;
}

body#yado #globalnav li.nav1 a {
	background-position:    0px -56px;
}

body#miryoku #globalnav li.nav2 a {
	background-position: -127px -56px;
}

body#yoyaku #globalnav li.nav3 a {
	background-position: -259px -56px;
}

body#otoku #globalnav li.nav4 a {
	background-position: -381px -56px;
}

body#members #globalnav li.nav5 a {
	background-position: -508px -56px;
}

body#blog #globalnav li.nav6 a {
	background-position: -635px -56px;
}

.yado_page #globalnav li.nav1 a {
	background-position: 0px 0px !important;
	cursor: pointer !important;
}

#globalnav li.nav1 a.hi,
#globalnav li.nav1 a:hover,
 #globalnav li.nav1 a.hi,
#globalnav li.nav1 a:focus {
	background-position:    0px -56px !important;
}

#globalnav li.nav2 a.hi,
#globalnav li.nav2 a:hover,
 #globalnav li.nav2 a.hi,
#globalnav li.nav2 a:focus {
	background-position: -127px -56px !important;
}

#globalnav li.nav3 a.hi,
#globalnav li.nav3 a:hover,
 #globalnav li.nav3 a.hi,
#globalnav li.nav3 a:focus {
	background-position: -259px -56px !important;
}

#globalnav li.nav4 a.hi,
#globalnav li.nav4 a:hover,
 #globalnav li.nav4 a.hi,
#globalnav li.nav4 a:focus {
	background-position: -381px -56px !important;
}

#globalnav li.nav5 a.hi,
#globalnav li.nav5 a:hover,
 #globalnav li.nav5 a.hi,
#globalnav li.nav5 a:focus {
	background-position: -508px -56px !important;
}

#globalnav li.nav6 a.hi,
#globalnav li.nav6 a:hover,
 #globalnav li.nav6 a.hi,
#globalnav li.nav6 a:focus {
	background-position: -635px -56px !important;
}

body#yado #globalnav li.nav1 a,
#globalnav li.nav1 a.hi,
 body#miryoku #globalnav li.nav2 a,
#globalnav li.nav2 a.hi,
 body#yoyaku #globalnav li.nav3 a,
#globalnav li.nav3 a.hi,
 body#otoku #globalnav li.nav4 a,
#globalnav li.nav4 a.hi,
 body#members #globalnav li.nav5 a,
#globalnav li.nav5 a.hi,
 body#blog #globalnav li.nav6 a,
#globalnav li.nav6 a.hi {
	cursor: default;
}

/* =========================================================

 空室検索

========================================================= */

#roomsearch {
	margin-top: 10px;
	border: 1px solid #D7CECA;
	background:#ffffff;
}

#roomsearch #roomsearch-inner {
	background:#ffffff url(/include/img/sb_search_bg.gif) repeat 0px 0px;
	border: 7px solid #FFF;
	padding: 10px;
}

#roomsearch h3 {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #aca89c;
}

#roomsearch table {
	margin: 5px 0px 0px;
}

#roomsearch table th {
	padding: 3px;
	text-align: right;
}

#roomsearch table td {
	padding: 3px;
}

#roomsearch table td select {
	margin-right: 4px;
}

#roomsearch div.search-button {
	text-align: center;
	margin-top: 10px;
}

#roomsearch .bt-area {
	text-align: center;
	padding: 0 0 8px 0;
	background:#ffffff;
}

#roomsearch .bt-area .btm {
	padding-top: 13px;
	background: url(/include/img/yoyaku_line.gif) no-repeat 7px 0px;
}

#sb-bnr li img {
	vertical-align: bottom !important;
}

#sidebar .search {
	background:#efefef;
	margin: 10px 0px 0px 0px;
	padding:8px 6px;
}

#sidebar #searchform {
	width: 180px;
	background: url("/include/img/input.gif") 0 0 no-repeat;
	display: block;
	height: 23px;
	position: relative;
}

#sidebar #s {
	width: 170px;
	position: absolute;
	top: 1px;
	left: 10px;
	border: 1px solid #FFF;
	height: 19px !important;
}

#sidebar #searchsubmit {
	position: absolute;
	top: 0;
	left: 180px;
	width: 47px;
	height: 23px;
	border: 0;
	background: url("/include/img/search.gif") 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	cursor:pointer;
	overflow:hidden;
}

#sidebar .screen-reader-text {
	position: absolute;
	left: -9000px;
}
 修正日時：8月24日  作業者　：田口  --------------------------------------------------------- */ 
/* =========================================================

 INDEX_NAVI共通

========================================================= */

#index-block {
padding-top: 20px;
}

#index-block .index-box {
	width: 312px;
	float: left;
	padding: 0px;
	display: block;
	background: url(/include/img/index_box_bg.gif) no-repeat 0px 0px;
}

#index-block .index-box:hover {
	background: url(/include/img/index_box_bg_over.gif) no-repeat 0px 0px;
}

#index-block .box-1st {
	margin-left: 4px !important;
}

#index-block .box-2nd,
#index-block .box-3rd {
	margin-left: 8px !important;
}

#index-block .inside-box {
	padding: 10px;
}

.h2-line {
	border: 1px solid #D7CECA;
}

#index-area .line-box {
	overflow: hidden;
	zoom: 1;
	padding: 20px 0px 0px 4px;
}

#index-area .line-box h3 {
	margin: 0;
}

#index-area .index-box {
	width: 312px;
	float: left;
	padding: 0px 8px 0px 0px;
}

#index-area .box-3rd {
	padding-right: 0px;
}

/* 閉じるボタン

--------------------------------------------------------- */
.close {
	font-size: 86%;
	text-align: right;
	margin-top: 15px;
	line-height: 1.5;
}

.close a {
	background: url(/include/img/icon_close.gif) no-repeat left center;
	padding-left: 15px;
	text-decoration: none;
}

