﻿@charset "utf-8";

/*ブラウザスタイルの初期化*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
	font-family:Verdana,Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",san-serif;
}

/*font-size初期化*/

body {
	font-size: 10px;
	_font-size:62.5%;/*IE6*/
	line-height:1.6;
}

/*border初期化*/
/*margin　paddingプロパティ追加*/

img,object {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:bottom;
}

/*table設定*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*テキスト設定*/

p {
	text-align: justify;
	text-justify: distribute;
}

/*clearfix*/
/*height0.1px font-size0.1em追加*/

.clearfix:after, div:after {
    content: "."; 
    display: block; 
	height: 0.1px;  
	font-size: 0.1em;  
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}/*IE7用*/

.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

body {
	color: #333;
	background-color:#E0EAF1;
	padding:3px 3px 0 3px;
}

ul,
li,
ol {
	list-style:none;
}

a {
	text-decoration:underline;
	cursor: pointer;
} 

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #005279;
}

a:active {
	color: #006699;
}
/*		share
-----------------------------------------------------------------*/
.RGHT {
	text-align:right;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
p.txt {
	padding-left:10px;
}
p.top {
	text-align:right;
	clear:both;
}
p.top a {
	color:#5134E1;
	padding:0 0 0px 20px;
	text-decoration:underline;
	line-height:2;
}
p.top a:hover {
	color:#5134E1;
}
p.pankuzu {
	text-align:right;
	font-size:11px;
	color:#666;
	padding:1px 0 10px 0;
}

h2 {
	position:absolute;
	top:15px;
	left:0px;
}
h3 {
	clear:both;
	margin:0 0 3px 0;
}

/*		全体構造
-----------------------------------------------------------------*/
div.index {
	font-size:1.2em;
	background:url(../image/bg.jpg) repeat-x left top #E0EAF1;
	width:100%;
	margin:0 auto;
}

div.event {
	font-size:1.2em;
	background:url(../image/bg1.jpg) repeat-x left top #E0EAF1;
	width:100%;
	margin:0 auto;
}
div#header {
	width:867px;
	margin:0 auto;
}
div#header ul {
}
div#header ul li {
	float:left;
}

div#mainimg {
	width:867px;
	height:280px;
	background:url(../image/topimg01.jpg) no-repeat;
} 

div#main {
	width:867px;
	margin:0 auto;
	clear:both;
	background:url(../image/main-bg.jpg) repeat-y center top;
}
div#wrap {
	background:url(../image/main-bg-top.jpg) no-repeat left top;
	padding:15px 9px 0 0;
}
div#side {
	width:206px;
	float:left;
	padding-left:6px;
	text-align:center;
}
div#side ul {
	background:url(../image/side-ul.jpg) no-repeat center top;
	padding:50px 0 0 0;
	margin-bottom:20px;
}

div#side a:hover img ,div#header a:hover img {
	opacity : 0.85;
	filter: alpha(opacity=90);
}
div#side ol {
	margin-bottom:20px;
}
div#side ol li {
	padding-bottom:10px;
}
div#side div.sideCompany {
	background:url(../image/side-company.jpg) no-repeat;
	width:206px;
	height:223px;
	padding:20px 0 0 0;
	margin-bottom:50px;
}
div#side div.sideCompany img {
	padding-bottom:10px;
}
div#side div.sideCompany p {
	padding:10px 0 0 15px;
	color:#FFF;
}
div#side div.sideCompany p span {
	font-weight:bold;
}

div#content {
	width:616px;
	float:right;
}

div#footer {
	clear:both;
	background:url(../image/foot-bg.jpg) repeat-x;
	height:116px;
}
div#footer-in {
	background:url(../image/foot-in.jpg) no-repeat;
	width:857px;
	height:108px;
	margin:0 auto;
	padding:8px 0 0 10px;
	color:#FFF;
	letter-spacing:-0.1em;
}
div#footer-in dl {
	float:left;
	padding:0 40px 0 0 ;
	_padding:0 20px 0 0 ;
}
div#footer-in dl dt span {
	font-weight:bold;
}
div#footer-in ul {
	float:right;
	width:280px;
	line-height:1;
	padding:6px 10px 4px 0;
	text-align:right;
	font-size:11px;
}
div#footer-in ul li {
	display:inline;
	border-left:1px solid #FFF;
}
div#footer-in ul li.lastChild {
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
div#footer-in ul li a {
	padding:0 5px 4px 5px;
	color:#FFF;
	text-decoration:none;
}
div#footer-in ul li a:hover {
	color:#CCC;
}

/*           インデックス            */
dl.indexBox01 ,dl.indexBox02 ,dl.indexBox03 ,dl.indexBox04 {
	height:196px;
	float:left;
	margin-bottom:14px;
}
dl.indexBox01 {
	background:url(../image/indexbox01.jpg) no-repeat;
	width:300px;
}
dl.indexBox02 {
	background:url(../image/indexbox02.jpg) no-repeat;
	width:310px;
}
dl.indexBox03 {
	background:url(../image/indexbox03.jpg) no-repeat;
	width:300px;
}
dl.indexBox04 {
	background:url(../image/indexbox04.jpg) no-repeat;
	width:310px;
}

dl.indexBox01 dt ,dl.indexBox03 dt {
	width:260px;
	padding:112px 0 4px 40px;
}
dl.indexBox02 dt ,dl.indexBox04 dt {
	width:260px;
	padding:112px 0 4px 50px;
}
dl.indexBox01 dd ,dl.indexBox03 dd {
	width:270px;
	padding:0 0 0 10px;
}
dl.indexBox02 dd ,dl.indexBox04 dd {
	width:280px;
	padding:0 0 0 20px;
}

iframe {
	width:610px;
	height:125px;
	clear:both;
	margin-left:2px;
	margin-bottom:15px;
}

div.indexBox {
	clear:both;
	background:url(../image/index-line.jpg) no-repeat center top;
	padding:20px 0 0 0;
	margin:20px 0 0 0;
}
div.indexBox dl.index {
	
}

div.indexBox dl.index dt{
font-weight:bold;
font-size:1.2em;
color:##4F3733;
border-left:4px solid #4F3733;
padding-left:5px;

}

div.indexBox dl.index dd {
font-size:1.0em;
}

div.indexBox dl.index dd {
	padding:5px 0 0 0;
}
div.indexBox p {
	clear:both;
	padding:20px 0 10px 0;
}
div.indexBox dl.BL {
	width:270px;
	float:left;
	padding:0 0 25px 10px;
	font-size:12px;
}
div.indexBox dl.BR {
	float:left;
	padding:0 0 25px 30px;
	background:url(../image/Bt-line.jpg) no-repeat left top;
	font-size:12px;
}


/*↑サイトーさんがやったんです。ぼくしらないでつ		
event
-----------------------------------------------------------------*/
div.eventbox h3{
padding-bottom:14px;
}

div.eventbox div.event1{
width:592px;
background-color:#F4F3F0;
font-size:0.9em;
padding:3px 15px 7px 3px;
}

div.eventbox div.eventL{
float:left;
width:418px;
font-size:1.2em;
}

div.eventbox p.eventR{
float:right;
width:160px;
background:url(../image/evline.jpg) left repeat-y;
margin-top:44px;
}

div.eventbox p.eventR img{
border:1px solid #ccc;
padding:1px;
margin-left:7px;
}

div.eventbox p.bar{
padding-bottom:23px;

}

div.eventbox div.kannaibox{
width:610px;
}

div.eventbox div.kannaibox p.sphoto{
float:left;
}

div.eventbox div.kannaibox div.stext{
float:right;
width:400px;
padding-bottom:10px;
}

div.eventbox div.kannaibox div.stext p.reraku{
border-left:2px solid #333;
border-right:2px solid #333;
}


div.eventbox div.kannaibox p.sphoto img{
border:1px solid #ccc;
padding:1px;
}

div.eventbox div.kannaibox dl{
line-height:1.3;

}

/*  tenpo
-----------------------------------------------------------------*/

div.tenpo h3{
padding-bottom:14px;
}

div.tenpo p.bar{
padding-bottom:15px;
}

div.tenpo p.eagletenpo{
padding-bottom:15px;

}

div.tenpo p.eagletenpotext{
padding-bottom:28px;

}

div.tenpo p.sauna{
width:200px;
float:left;
padding-bottom:15px;
}

div.tenpo div.sauna1{
width:400px;
float:right;
padding-right:5px;
}

div.tenpo div.sauna1 p{
padding-top:13px;
}

div.tenpo div.telfaxbg{
background:url(../image/telfaxbg.jpg) no-repeat;
width:610px;
height:128px;
margin-bottom:10px;

}

div.tenpo div.telfaxbg p.bold{
font-weight:bold;
padding-top:22px;
padding-bottom:10px;
padding-left:24px;
}

div.tenpo div.telfaxbg p.normal{
font-size:0.8em;
padding-left:24px;
}

div.tenpo p.bar1{
padding-bottom:10px;
}

div.tenpo p.mailtext span{
color:#CC0000;
}

div.tenpo  table{
width:530px;
border-top:1px solid #999;
border-left:1px solid #999;
margin-bottom:15px;
}

div.tenpo  table th{
border-bottom:1px solid #999;
border-right:1px solid #999;
background-color:#e7e7e7;
font-weight:normal;
width:170px;
}

div.tenpo  table th span{
color:#CC0000;
}

div.tenpo  table td{
border-bottom:1px solid #999;
border-right:1px solid #999;
padding-left:3px;
padding-top:2px;
padding-bottom:2px;
}

div.tenpo  table td.button{
text-align:right;
padding-right:10px;
background:#999;
}

div.tenpo  table td.tdw{
width:105px;
}

div.tenpo  table th.buttonL{
background:#999;
}

.input1{
width:180px;
background:#FAFAFA;
border:1px solid #CCCCCC;
}

.input2{
width:200px;
background:#FAFAFA;
border:1px solid #CCCCCC;
}

.input3{
width:214px;
background:#FAFAFA;
border:1px solid #CCCCCC;
}

.input4{
width:100px;
background:#FAFAFA;
border:1px solid #CCCCCC;
}

.input5{
width:320px;
height:156px;
background:#FAFAFA;
border:1px solid #CCCCCC;
}

div.tenpo p.tline{
padding-bottom:16px;
}

div.tenpo p.map{
padding-bottom:10px;
}

div.tenpo div.tlastbg{
background:url(../image/tenpolastbg.jpg) no-repeat;
width:610px;
padding-top:7px;
padding-bottom:42px;
}

div.tenpo div.tlastbg p.textL{
float:left;
}

div.tenpo div.tlastbg p.textR{
float:right;
}

/*  sauna
-----------------------------------------------------------------*/

div.sauna h3{
padding-bottom:14px;
}

div.sauna p.title{
border-left:4px solid #4F3733;
border-right:4px solid #4F3733;
font-size:1.2em;
color:#6C6444;
font-weight:bold;
padding-left:22px;
line-height:2.0;
margin-bottom:5px;
width:580px;
}

div.sauna p.bar{
padding-bottom:15px;
}

div.sauna p.bar1{
padding-bottom:5px;
}

div.sauna p.sounatext{
padding-bottom:12px;
}

div.sauna p.sounatext span{
color:#CC0000;
font-weight:bold;
}

div.sauna p.sounatext span.black{
font-weight:bold;
color:#333333;
}

div.sauna table{
width:610px;
border-top:1px solid #999;
border-left:1px solid #999;
margin-bottom:20px;
}

div.sauna p.img1{
padding-bottom:37px;

}

div.sauna table th{
width:230px;
text-align:left;
border-right:1px solid #999;
border-bottom:1px solid #999;
background-color:#E8E8E8;
padding-left:13px;
padding-top:2px;
padding-bottom:2px;
}

div.sauna table td{
text-align:right;
border-right:1px solid #999;
border-bottom:1px solid #999;
padding-right:50px;
font-weight:bold;
padding-top:2px;
padding-bottom:2px;
}

div.sauna p.rowt{
font-weight:bold;
color:#006699;
font-size:1.2em;
padding-bottom:10px;
}

div.sauna p.rowt1{
font-size:1.0em;
padding-bottom:10px;
}

div.sauna p.rowphoto{
padding-bottom:10px;
}

div.sauna p.rowtextbold{
font-weight:bold;
padding-left:12px;
}

div.sauna p.rowtext{
padding-left:10px;
padding-bottom:10px;

}

/*  staff
-----------------------------------------------------------------*/

div.staff h3{
padding-bottom:14px;
}

div.staff p.bar{
background:url(../image/barbg.jpg) no-repeat;
line-height:2.1;
height:42px;
font-size:1.6em;
padding-left:38px;
font-weight:bold;
margin-bottom:20px;
}

div.staff table{
width:610px;
border-top:1px solid #999999;
border-left:1px solid #999999;
margin-bottom:38px;
}

div.staff table th{
width:180px;
background:#666666;
color:#FFFFFF;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
}

div.staff table td{
border-right:1px solid #999999;
border-bottom:1px solid #999999;
padding-left:3px;
}

div.staff p.staffotoi{
text-align:center;
padding-bottom:25px;
}

/*  restrant
-----------------------------------------------------------------*/

div.restrant h3{
padding-bottom:14px;
}

div.restrant p.bar{
padding-bottom:15px;
}

div.restrant p.title{
border-left:4px solid #4F3733;
border-right:4px solid #4F3733;
font-size:1.2em;
color:#6C6444;
font-weight:bold;
padding-left:22px;
line-height:2.0;
margin-bottom:5px;
width:580px;
}

div.restrant dl.odd{
background-color:#efefef;
clear:both;
width:610px;
padding-left:6px;
}

div.restrant dl.odd dt{
float:left;
width:100px;
}

div.restrant dl.odd dd{
float:left;
padding-left:80px;
}

div.restrant dl.even{
background-color:#fff;
clear:both;
width:610px;
padding-left:6px;
}

div.restrant dl.even dt{
float:left;
width:100px;
}

div.restrant dl.even dd{
float:left;
padding-left:80px;
}

div.restrant p.red{
color:#CC0000;
clear:both;
padding-left:6px;
}

div.restrant p.red1{
color:#CC0000;
clear:both;
padding-left:6px;
padding-bottom:40px;
}

/*  refresh
-----------------------------------------------------------------*/

div.refresh h3{
padding-bottom:14px;
}

div.refresh p.bar{
padding-bottom:8px;
}

div.refresh p.refresubbar{
padding-bottom:3px;

}

div.refresh div.refrebox{
border:4px solid #D9D9C7;
width:586px;
padding:8px;
margin-bottom:10px;
}

div.refresh div.refrebox p.refphoto{
float:left;
background:url(../image/refline.jpg) right repeat-y;
padding-right:7px;
}

div.refresh div.refrebox p.refphoto1{
float:left;
background:url(../image/refline.jpg) right repeat-y;
padding-right:7px;
height:280px;
}

div.refresh div.refrebox p.refphoto2{
float:left;
background:url(../image/refline.jpg) right repeat-y;
padding-right:7px;
height:355px;
}

div.refresh div.refrebox img{
border:1px solid #ccc;
padding:1px;
}

div.refresh div.refrebox p.reftext{
color:#6C6444;
width:420px;
float:right;
}

div.refresh div.refrebox div.reftext{
color:#6C6444;
width:420px;
float:right;
}

div.refresh div.refrebox div.reftext p{
padding-bottom:10px;
}

div.refresh div.refrebox div.reftext p.p0{
padding:0px;
}

div.refresh div.refrebox div.reftext span{
font-weight:bold;
}

div.refresh div.refrebox div.reftext p.ind{
font-size:11px;
}


div.refresh div.refrebox div.reftext p.last{
padding-bottom:0px;
}

div.refresh div.refrebox div.reftext p.last span{
font-weight:bold;
}

div.refresh table.table1{
clear:both;
width:610px;
border-top:1px solid #999999;
border-left:1px solid #999999;
margin-bottom:17px;
}

div.refresh table.table1 th{
background-color:#B1A885;
color:#FFFFFF;
text-align:left;
padding:2px 0px 2px 3px;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
xwidth:130px;
}

div.refresh table.table1 th.th1{
background-color:#666666;
color:#FFFFFF;
padding:2px 0px 2px 3px;
text-align:left;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
width:130px;
}

div.refresh table.table1 th.th01{
background-color:#B1A885;
color:#FFFFFF;
padding:2px 0px 2px 3px;
text-align:left;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
width:70px;
}

div.refresh table.table1 td{
padding:2px 0px 2px 3px;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
}

div.refresh table.table1 td.td1{
background-color:#E8E8E8;
padding:2px 0px 2px 3px;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
width:70px;
}

div.refresh p.line{
padding-bottom:7px;
}

/*  ryoukin refreshと大体同じデザイン
-----------------------------------------------------------------*/

div.refresh p.ryoukintxt{
padding-bottom:17px;
}

div.refresh p.bar001{
padding-bottom:15px;
}

div.refresh p.ryoukintxt span.red{
color:#CC0000;
}

div.refresh p.ryoukintxt span{
font-weight:bold;
}

div.refresh p.sounatext{
padding-bottom:12px;
}

div.refresh p.sounatext span{
color:#CC0000;
font-weight:bold;
}

div.refresh p.sounatext span.black{
font-weight:bold;
color:#333333;
}

div.refresh table.ryoukintable{
width:610px;
border-top:1px solid #999;
border-left:1px solid #999;
margin-bottom:20px;
margin-bottom:17px;
}

div.refresh p.img1{
padding-bottom:37px;

}

div.refresh table.ryoukintable th{
width:230px;
text-align:left;
border-right:1px solid #999;
border-bottom:1px solid #999;
background-color:#E8E8E8;
padding-left:13px;
padding-top:2px;
padding-bottom:2px;
}

div.refresh table.ryoukintable td{
text-align:right;
border-right:1px solid #999;
border-bottom:1px solid #999;
padding-right:50px;
font-weight:bold;
padding-top:2px;
padding-bottom:2px;
}

div.refresh p.fleshline{
padding-bottom:20px;
}

div.refresh p.fleshbar001{
padding-bottom:8px;
}

div.ebody{
padding-left:10px;

}






