@charset "Shift_JIS";
/*-----/CommonStyles/---------------------------------------------*/

/*/ Clearfix /*/
div.fix{
    zoom:1;/*for IE 5.5-7*/
}


div.fix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


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

/*/ AllStyles /*/
* {
	padding: 0;
	margin: 0;
}


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

/*/ Body /*/
body {
background:#F4EBD4;
	/* background: url(../images/bg_ptn.gif) center top ;*/ 
}

#background_left{
background:url(../images/background_left.jpg) right top no-repeat;
}

#background_right{
background:url(../images/background_right.jpg) left top no-repeat;
}

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

/*/ table class="data"のデザインは下記で変更可能です/*/
table.data { /*テーブルのデザイン*/
	width: 696px; /*幅*/
	height: ; /*高さ*/
	border-collapse: collapse; /*ボーダー同士の隣接間隔*/
	border: 1px solid #6D5B20; /*ボーダー（線幅・線の種類・色）*/
	margin: 0 10px 10px; /*マージン*/
}
table.data th { /*見出しのデザイン*/
	color: #fff;
	width: 240px; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: #A6996F; /*背景色*/
	padding: 5px; /*パディング*/
	border-bottom:solid 1px #6D5B20;
	/*border: 1px solid #6D5B20; /*ボーダー*/
}

table.data td { /*セルのデザイン*/
	width: px; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: #FFF ; /*背景色*/
	padding: 5px; /*パディング*/
	border-bottom:solid 1px #6D5B20;
	/*border: 1px solid #6D5B20; /*ボーダー*/
}

table.data hr {
height:1px;
padding:0;
border:0;
margin:3px 0;
border-bottom:dashed 1px #6D5B20;
} 


/*/ table class="data"のデザインは下記で変更可能です/*/
table.data_02 { /*テーブルのデザイン*/
	width: 696px; /*幅*/
	height: ; /*高さ*/
	border-collapse: collapse; /*ボーダー同士の隣接間隔*/
	border: 1px solid #6D5B20; /*ボーダー（線幅・線の種類・色）*/
	margin: 0 10px 10px; /*マージン*/
}
table.data_02 th { /*見出しのデザイン*/
	color: #fff;
	width: 100px; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: #A6996F; /*背景色*/
	padding: 5px; /*パディング*/
	border-bottom:solid 1px #6D5B20;
	/*border: 1px solid #6D5B20; /*ボーダー*/
}
table.data_02 td { /*セルのデザイン*/
	width: 245px; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: ; /*背景色*/
	padding: 5px; /*パディング*/
	border-bottom:solid 1px #6D5B20;
	/*border: 1px solid #6D5B20; /*ボーダー*/
}
table.data_02 td .charge { /*セルのデザイン*/
	width: 55px; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: ; /*背景色*/
	padding: 5px; /*パディング*/
	border-bottom:solid 1px #6D5B20;
	/*border: 1px solid #6D5B20; /*ボーダー*/
}

table.data_02 hr {
height:1px;
padding:0;
border:0;
margin:5px 0;
border-bottom:dashed 1px #6D5B20;} 

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

/*/ SEOTEXT /*/
h1.seotext {
	display: none;
}


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

/*/ img /*/
img {
	border: none;
}


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

/*/ form /*/
form {
	margin: 0;
}


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

/*/ p /*/
p {
	margin-bottom: 1em;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}


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

/*/ a /*/
a:link {
	color: #333;
}


a:visited {
	color: #666;
}


a:hover {
	color: #333;
	text-decoration: none;
}


a:active {
	color: #333;
}


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

/*/ Contents Shadow /*/
.shadow_alpha_l{
	background-image: url(../images/shadow_l.gif);
	background-position: right;
	background-repeat: repeat-y;
}


/*------------------------------/! Important ! IE Hack/--*/
/* * html td.shadow_alpha_l {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/shadow_l.png');
}
*/ 

/*------------------------------/! Important ! IE Hack/--*/

.shadow_alpha_r{
	background-image: url(../images/shadow_r.gif);
	background-position: left;
	background-repeat: repeat-y;
}


/*------------------------------/! Important ! IE Hack/--*/
/** html td.shadow_alpha_r {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/shadow_r.png');
}
*/ 


/* .shadow_alpha_l2{
	background-image: url(../images/shadow_l.png);
	background-position: right;
	background-repeat: repeat-y;
}
*/ 

/*------------------------------/! Important ! IE Hack/--*/
/** html td.shadow_alpha_l2 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/shadow_l.png');
}
*/ 

/*------------------------------/! Important ! IE Hack/--*/

/*.shadow_alpha_r2{
	background-image: url(../images/shadow_r.png);
	background-position: left;
	background-repeat: repeat-y;
}
*/ 

/*------------------------------/! Important ! IE Hack/--*/
/** html td.shadow_alpha_r2 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/shadow_r.png');
}
*/ 

/*------------------------------/! Important ! IE Hack/--*/

/*/ Header styles /*/
p#header_l {
	width: 364px;
	height: 64px;
	padding: 0;
	margin: 0;
	border: 0;
	text-indent: -9999px;
	background: url(../images/head_l.gif) right top no-repeat;
}


p#header_r {
	width: 364px;
	height: 64px;
	padding: 0;
	margin: 0;
	border: 0;
	text-indent: -9999px;
	background: url(../images/head_r.gif) right top no-repeat;
}



h1 {
	text-indent: -9999px;
	background: url(../images/title.gif) center top no-repeat;
}



h1 a {
	width: 720px;
	height: 70px;
	overflow: hidden;
	display: block;
}



#main_menu01 a {
	width: 103px;
	height: 34px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../buttons/main_menu01.gif) left top no-repeat;
}


#main_menu02 a {
	width: 103px;
	height: 34px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../buttons/main_menu02.gif) left top no-repeat;
}


#main_menu03 a {
	width: 103px;
	height: 34px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../buttons/main_menu03.gif) left top no-repeat;
}


#main_menu04 a {
	width: 103px;
	height: 34px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../buttons/main_menu04.gif) left top no-repeat;
}


#main_menu05 a {
	width: 103px;
	height: 34px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../buttons/main_menu05.gif) left top no-repeat;
}


#main_menu06 a {
	width: 103px;
	height: 34px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../buttons/main_menu06.gif) left top no-repeat;
}


#main_menu07 a {
	width: 102px;
	height: 34px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../buttons/main_menu07.gif) left top no-repeat;
}



#sub_menu_left {
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 20px;
	text-indent: -9999px;
	background: url(../images/sub_menu_left.gif) left top no-repeat;
}



#sub_menu01 a {
	width: 70px;
	height: 20px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../buttons/sub_menu01.gif) left top no-repeat;
}


#sub_menu02 a {
	width: 70px;
	height: 20px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../buttons/sub_menu02.gif) left top no-repeat;
}


#sub_menu03 a {
	width: 70px;
	height: 20px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../buttons/sub_menu03.gif) left top no-repeat;
}


#sub_menu04 a {
	width: 70px;
	height: 20px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../buttons/sub_menu04.gif) left top no-repeat;
}


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

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

/*/ Footer Styles /*/
#foot_copy {
	width: 728px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../images/foot_copy.gif);
	background-position: center top;
	background-repeat: no-repeat;
}


/*------------------------------/! Important ! IE Hack/--*/
/* * html p#foot_copy {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/foot_copy.png');
}*/ 


/*------------------------------/! Important ! IE Hack/--*/

#foot_copy2 {
	width: 728px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../images/foot_copy.png);
	background-position: center top;
	background-repeat: no-repeat;
}


/*------------------------------/! Important ! IE Hack/--*/
* html p#foot_copy2 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/foot_copy.png');
}


/*------------------------------/! Important ! IE Hack/--*/

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

/*/ fontsize-xtra_large /*/
.large_x {
	font-size: 18px;
	line-height: 1.3em;
}


.large_x_nomargin {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.3em;
}


.large_x_h {
	font-size: 18px;
	line-height: 1.5em;
}


.large_x_h_nomargin {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.5em;
}


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

/*/ fontsize-large /*/
.large {
	font-size: 16px;
	line-height: 1.3em;
}


.large_nomargin {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.3em;
}


.large_h {
	font-size: 16px;
	line-height: 1.5em;
}


.large_h_nomargin {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.5em;
}


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

/*/ fontsize-midium /*/
.midium {
	font-size: 14px;
	line-height: 1.3em;
}


.midium_nomargin {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.3em;
}


.midium_h {
	font-size: 14px;
	line-height: 1.5em;
}


.midium_h_nomargin {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.5em;
}


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

/*/ fontsize-small /*/
.small {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1px;
}


.small_nomargin {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1px;
}


.small_h {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
}


.small_h_nomargin {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
}


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

/*/ fontsize-xtra_small /*/
.small_x {
	font-size: 10px;
	line-height: 1.3em;
}


.small_x_nomargin {
	margin-bottom: 0;
	font-size: 10px;
	line-height: 1.3em;
}


.small_x_h {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
}


.small_x_h_nomargin {
	margin-bottom: 0;
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
}


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

/*/ fontsize_for_img_caption /*/
.caption_l {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 1px;
}


.caption_s {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 1px;
}


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

/*/ fontsize_for_img_caption_center /*/
.caption_l_center {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
}


.caption_s_center {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
}


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

/*/ fontsize_for_img_caption_right /*/
.caption_l_right {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: right;
}



.caption_s_right {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: right;
}


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

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

/*/ Contents Styles /*/
h2 {
	width: 700px;
	height: 30px;
	padding: 0;
	border: 0;
	margin: 0px 10px 15px 10px;
	text-indent: -9999px;
	background-position:left top ;
	background-repeat:no-repeat;
}

h3 {
	width: 700px;
	height: 30px;
	line-height:30px;
	padding: 0;
	border:0;
	margin: 0px 10px 10px 10px;
	text-indent: -9999px;
	background-position:left top ;
	background-repeat:no-repeat;
}


h5 {
	width: 700px;
	height: 20px;
	padding: 0;
	border: 0;
	margin: 0px;
	text-indent: -9999px;
}


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

/*  top news styles  */
#news {
	width: 345px;
	height: 200px;
	margin: 0 0 0 0;
	overflow: auto;
	background: url(../images/top_news_body.gif) left top no-repeat;
}


#news p.date {
	margin: 0 10px 1em 10px;
	font-size: 12px;
	font-weight: bold;
	color: #48200A;
	line-height: 1.5em;
}


#news p.text {
	margin: 0 10px 1em 10px;
	font-size: 12px;
	color: #fff;
	line-height: 1.5em;
}


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

/*  top paln styles  */
#plan {
	width: 325px;
	padding: 10px;
}


#plan img {
	float: left;
	margin: 0 10px 0 0;
}


#plan p.title {
	padding: 0 0 0 18px;
	margin: 0 0 0 100px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	background: url(../images/top_plan_dot_01.gif) left center no-repeat;
}


#plan p.text {
	margin: 0 0 0 100px;
	font-size: 12px;
	line-height: 1.5em;
}


.link {
	height:20px;
	clear: both;
	padding:0;
	border:0;
	margin: 0 0 7px 0;
	border-bottom: 1px dashed #999;
}


.link p {
	padding: 0 0 0 18px;
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 1.5em;
	float: right;
	background: url(../images/top_plan_dot_02.gif) left center no-repeat;
}


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

/*  page general style  */

#intro {
width:720px;
height:250px;
background-position:top left;
background-repeat:no-repeat;
padding:0;
border:0;
margin:0;
}

#intro p {
width:420px;
font-size:12px;
line-height:1.3em;
padding:0;
border:0;
margin:0 0 0 15px;
}


#contents_01 p {
width:700px;
padding:0;
border:0;
margin:0px 10px 10px 10px;
font-size:12px;
line-height:1.3em;
}

.c_img{
height:220px;
padding:0;
border:0;
margin:10px;
text-indent:-9999px;
background-position:top left;
background-repeat:no-repeat; 
}

.contents_02 {
width:720px;
height:230px;
padding:0;
border:0;
margin:0 0px 15px 0;
background-position:top left;
background-repeat:no-repeat; 
}

.c_text {
width:330px;
padding:0;
border:0;
margin:0 0 10px 370px;
font-size:12px;
line-height:1.3em;
}

.c_text_tokubetsushitsu {
width:200px;
padding:0;
border:0;
margin:0 0 10px 520px;
font-size:12px;
line-height:1.3em;
}

.contents_03 {
width:720px;
padding:0;
border:0;
margin:0 0px 30px 0;
background-position:top left;
background-repeat:no-repeat; 
}


/*  botton */

.bt_hotospa a {
display:block;
width:153px;
height:26px;
background:url(../buttons/bt_hotspa.gif) top left no-repeat;
padding:0;
border:0;
margin:0 0 0 250px;
text-indent:-9999px;
overflow:hidden;
}

.bt_reservation a {
display:block;
width:101px;
height:28px;
background:url(../buttons/bt_reservation.gif) top left no-repeat;
padding:0;
border:0;
margin:0 30px 0 0;
text-indent:-9999px;
overflow:hidden;
float:right;
}

.contents_04 {
width:720px;
padding:0;
border:0;
margin:0;
font-size:12px;
line-height:1.3em;
}

.contents_04 p {
margin:0 0 0 10px;
}

.contents_soun {
width:550px;
padding:0;
border:0;
margin:0;
}

.img_soun {
padding:0;
border:0;
margin-left:20px;
float:left;
}

#soun_hp a {
display:block;
width:117px;
height:28px;
background:url(../facilities/images/bt_soun_hp.gif) left top no-repeat;
text-indent:-9999px;
padding:0;
border:0;
margin:0 0 10px 10px;
overflow:hidden;
float:left;s
}

#soun_blog a {
display:block;
width:117px;
height:28px;
background:url(../facilities/images/bt_soun_blog.gif) left top no-repeat;
text-indent:-9999px;
padding:0;
border:0;
margin:0 0 0 20px;
overflow:hidden;
}

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


/*  rooms style  */

#rooms_thumbnail {
width:710px;
height:77px;
padding:0;
border:0;
margin:15px 0 30px 10px ;
}

#rooms_thumbnail img {
float:left;
padding:0;
border:0;
margin:0 8px 0 0 ;
}

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


/*  dinner style  */

#dinner_left_container {
width:438px;
padding:0;
border:0;
margin:0;
background:url(../dinner/images/intro_background.gif) left top no-repeat;
float:left;
}

#dinner_left_container p {
width:395px;
padding:0;
border:0;
margin:0 0 15px 15px;
font-size:12px;
letter-spacing:1px;
}

#dinner_left_container #thumbnail_container {
width:382px;
padding:0;
border:0;
margin:0 0 0 56px;
}

#dinner_left_container #thumbnail_container img{
float:left;
}


#dinner_right_container {
width:282px;
height:596px;
padding:0;
border:0;
margin:0;
float:right;
}

div #dinner_right_container img {
float:left;
}



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

/*  sightseeing styles  */


#sight_intro_title {
	width:720px;
	height:140px;
	background:url(../sightseeing/images/intro_title.jpg) top center no-repeat;
}

#sight_intro {
width:720px;
height:250px;
background:url(../sightseeing/images/intro_background.jpg) top left no-repeat;
padding:0;
border:0;
margin:0;
}

#sight_intro p {
width:420px;
font-size:12px;
line-height:1.3em;
padding:0;
border:0;
margin:0 0 0 15px;
}

.place{
	padding-top:20px;
	width:345px;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;

}

.place div.place_top{
	width:345px;
	height:92px;
	background:url(../sightseeing/images/bg_boxtitle.gif) top left no-repeat;
}

.place div.place_images{
	 width:94px;
	 height:82px;
	 float:left;
	 margin:10px 0 0 10px;
}

.place h4{
	padding:13px 0 0 116px;
	color:#FFFFFF;
}

.place a#hp{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../sightseeing/images/bt_hp.gif) center no-repeat;
	width:71px;
	height:26px;
	line-height:10px;
	margin:30px 0 0 75px;
	float:left;
}

.place a#map{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../sightseeing/images/bt_map.gif) center no-repeat;
	width:71px;
	height:26px;
	line-height:10px;
	margin:30px 0 0 10px;
}
.place div.place_bottom{
	background:url(../sightseeing/images/bg_waku.gif) repeat-y;
	clear:both;
}

.place p.place_text{
	padding-top: 10px;
	margin:0 10px 0 10px;
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: 1px;
	color:#4F4012;
}

.place p.place_data{
	padding-top: 10px;
	margin:0 10px 0 10px;
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 0px;
	color:#4F4012;
}


.place div.place_base{
	height:4px;
	background:url(../sightseeing/images/bg_bottom.gif) bottom left no-repeat;
}

.place_br{
	width:720px;
	height:0px;
	clear:both;
}

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

/*/ Group Link /*/

div#grouptitle {
	margin-left: 20px;
}

div#group {
	background: #ffffff;
	font-size: 12px;
	color: #666666;
	margin: 0;
	border:0;
	padding:0;
}

#group ul{
	height: 150px;/*メニュー部分の高さ*/
	width: 680px;
	margin: 0 auto;
	border:0;
	padding:0;
	list-style-type:none;
}

#group ul li{
	float: left;
	width: 160px;
	height: ;
	margin: 10px 10px 0 0;
	border:0;
	padding:0;
	background: #ffffff;
}

#group ul li p{
	width: 160px;
	height: ;
	margin: 0;
	padding: 0;
	border: 0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	background: #ffffff;
}

#group ul li p a{
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

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

/* お客様の声追加ページ */

.voice_next_link {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

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

	2009_12_22 追加分（オプション）

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

div#pack_new_area {
	background-image: url(../option/images/m_sakura.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 700px;
	height: 200px;
	margin: 0;
	padding: 0;
}

div#pack_new_area .pack_new_text {
	margin: 0 0 0 20px;
	font-size: 13px;
	color: #333333;
	line-height: 130%;
	padding: 0;
}

.pack_new_text02 {
	font-size: 13px;
	color: #FF0000;
	margin: 5px 20px 20px 0;
	padding: 0;
	text-align: right;
}

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

	2010_01_04 追加分（料理）

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

.tochigi_mune_title {
	background-image: url(../dinner/images/tochigi_menu_title.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 700px;
	height: 39px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}