@charset "UTF-8";
/* CSS Document */

h2#tit_img div.idx {
	background: url(../images/tit_h2_stay_idx.jpg) no-repeat;
	height: 160px;
}
h4 {
	background: url(../../img_common/img_tit_border.gif)  top no-repeat;
	padding-top: 0.6em;
	margin-bottom: 0.6em;
	margin-top: 1.8em;
	font-size: small;
	clear: both;
	display: block;
}
h5 {
	font-size: small;
	font-weight: bold;
	color: #666633;
	margin-bottom: 0.6em;
}

/* common */
.img_l {
	float: left;
	margin: 0 1em 1em 0;
}
.img_r {
	float: right;
	margin: 0 0 1em 1em;
}

/* local navi area*/
div#lnavi {
	width: 190px;
	display: block;
	margin-top: 1.8em;
	background-color: #E4E4E4; 
}
ul#lnavi_menu li.menu_tit {
	background: url(../img_common/tit_lnavi_staymenu.gif) no-repeat;
	width: 190px;
	height: 30px;
	border: none!important;
	text-indent: -10000px!important;
}
ul#lnavi_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#lnavi_menu li {
	line-height: 120%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	text-indent: 0.4em;
}
ul#lnavi_menu li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #E4E4E4;
}	
ul#lnavi_menu li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
/* local navi page_marking */
a.active {
	background-color: #C3CD97!important;
}



/* page contents menu */
div.page_menu {
	width: 188px;
	border: 1px solid #CCCCCC;
	margin: 2em 0;
}
div.page_menu ul {
	margin-top: 0.6em;
	padding: 0 0.8em;
	list-style: none;
	line-height: 120%;
}
div.page_menu li {
	margin-bottom: 0.8em;
	padding-left: 0.3em;
	border-left: 2px solid #6699CC;
}


/* important information */
p.important_txt {
	background: #BD2E2E;
	width: 560p!importantx;
	padding: 8px 20px!important;
	margin: 0!important;
	color: #FFFFFF!important;
}


/*2column*/
div.2column_box {
	width: 600px;
	display: block;
}
div.column_l {
	width: 290px;
	float: left;
	display: block;
}
div.column_r {
	width: 290px;
	float: right;
	display: block;
}


/* news pickup */
div#news_pickup {
	width: 600px;
	display: block;
	margin-bottom: 1.5em;
}
ul.list_style ul {
	margin-bottom: 2em;
	display: block;
}
ul.list_style li {
	list-style-type: none;
	padding-left: 1em;
	background: url(../../img_common/img_icon_arrow.gif) no-repeat 0 0.4em;
}


/*reserb_botton*/
img.reserve_btn {
	margin: 0.4em 0 0.8em 0;
}


/* net reserve list */
ol.list_no {
	margin-bottom: 10px;
}
ol.list_no li {
	margin: 0 0 0.5em 1.8em;
}




/* guest room ------------------------------ */
h2#tit_img div.guest {
	background: url(../images/tit_h2_stay_guestroom.jpg) no-repeat;
	height: 160px;
}

h3#room {
	background: url(../images/tit_guestroom.gif) no-repeat;
	text-indent: -10000px;
	width: 600px;
	height: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: small;
	clear: both;
	display: block;
}

/* room detail*/
div.photo_area {
	width: 200px;
	display: block;
	float: left;
}
div.txt_area {
	width: 380px;
	float: right;
	display: block;
}
div.reserve img {
	margin: 0.6em 0;
	float: right;
	border: none;
}
div#img_box {
	width: 201px;
	height: 151px;
	float: right;
	display: block;
}
a.hidden {
	display: none;
}


/* price data */
table.price_data {
	border-collapse: collapse;
	font-size: x-small;
	width: 100%;
}
table.price_data th {
	font-weight: normal;
	background-color: #E7E7E7;
	padding: 3px;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
}
table.price_data td {
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

span.line_erase{
	 text-decoration: line-through;
}



/* price classification */
table#price_classification {
	border-collapse: collapse;
}
table#price_classification th {
	font-weight: normal;
	background-color: #E7E7E7;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
table#price_classification td {
	padding: 3px;
	border: 1px solid #CCCCCC;
}



/* faq------------------------------ */
h2#tit_img div.faq {
	background: url(../images/tit_h2_stay_faq.jpg) no-repeat;
	height: 160px;
}
h3#faq {
	background: url(../images/tit_stay_faq.gif) no-repeat;
	text-indent: -10000px;
	width: 600px;
	height: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: small;
	clear: both;
	display: block;
}
p.question {
	background: url(../images/img_faq_question.gif) left no-repeat;
	padding-left: 60px;
	color: #006633;
}
p.answer {
	background: url(../images/img_faq_answer.gif) left no-repeat;
	padding-left: 60px;
}
div.line {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0.8em;
}
table.cancel {
	border-collapse: collapse;
	margin-left: 60px;
	margin-bottom: 0.8em;
}
table.cancel td,th {
	padding: 2px 12px;
	border: 1px solid #666666;
}


/* pedream------------------------------ */
h2#tit_img div.pet {
	background: url(../images/tit_h2_stay_pet.jpg) no-repeat;
	height: 160px;
}

h3#pet {
	background: url(../images/tit_stay_pedream.gif) no-repeat;
	text-indent: -10000px;
	width: 600px;
	height: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: small;
	clear: both;
	display: block;
}
.img_bottom {
	margin-bottom: 10px;
}
table.data_table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 0.8em;
}
table.data_table th {
	font-weight: normal;
	background-color: #E7E7E7;
	padding: 3px;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
}
table.data_table td {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
td.data_center {
	text-align: center;
	white-space: nowrap;
}
img.btn_pdf {
	border: none;
	float: left;
	margin-right: 0.8em;
}
div#admin_info {
	width: 178px;
	border: 1px solid #CCCCCC;
	padding: 8px 5px 0px 6px;
	margin-top: 2em;
}
iframe.digest {
	width: 600px;
	height: 92px;
	overflow: auto;
	border:none;
}