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


* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 14px;
	color: #515151;
	line-height: 150%;
}

h1 {
	float: left;
}

h2 {
	font-size: 1px;
	line-height: 1px;

}

/*::::::::::::::::::::::::::::::::contaner backgroundここから:::::::::::::::::::::::::::::::::::::*/
.container {
	background-image: url(img/back-ground.jpg);
	background-repeat: repeat-y;
	background-position: center;	
}


.main-content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.float-clear {
	clear: both;
}

.background {
	background-image: url(img/back-img.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	
}

.background_under {
	background-image: url(img/common-back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;	
}


/*::::::::::::::::::::::::::::::::contanerここまで:::::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::headerここから:::::::::::::::::::::::::::::::::::::*/
.top_waku {
	font-size: 1px;
	line-height: 1px;
}

.h2_text {
	float: left;
	font-size: 15px;
	line-height: 150%;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 45px;
}

.address {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	float: right;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: 35px;
	padding-right: 5px;
}

.header_img {
	height: 79px;
	margin-bottom: 0px;
	background-image: url(img/header_back.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
}


.common_img {
	margin-bottom: 5px;
}

.main_img {
	font-size: 1px;
	line-height: 1px;
}

.under_img {
	background-image: url(img/center_back.jpg);
	background-repeat: no-repeat;
	height: 200px;
	/*padding-top: 32px;*/
	padding-left: 30px;
}

/*::::::::::::::::::::::::::::::::headerここまで:::::::::::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::infor-textここから:::::::::::::::::::::::::::::::::::::*/
.infor-text {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	list-style-type: none;
}


/*::::::::::::::::::::::::::::::::infor-textここまで:::::::::::::::::::::::::::::::::::::*/



/*::::::::::::::::::::::::::::::::menubuttonここから:::::::::::::::::::::::::::::::::::::*/
.button-waku {
	width: 1000px;
	padding-right: 3px;
	padding-left: 3px;
}

.menu-button {
	float: left;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 7px;
}

.menu-button li {
	float: left;
}
/*::::::::::::::::::::::::::::::::menubuttonここまで:::::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::under-wakuここから:::::::::::::::::::::::::::::::::::::*/
.under-waku {
	background-image: url(img/under_back_img.jpg);
	background-repeat: no-repeat;
}


.footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 41px;
}


.left_block {
	float: left;
	width: 387px;
	padding-left: 20px;
	padding-top: 7px;
}

div.sauna_effect {
	float: left;
}

.center_block {
	float: left;
	padding-left: 20px;
	padding-top: 7px;
	height: 300px;
}

.right_block {
	float: left;
	width: 230px;
	padding-left: 20px;
	padding-top: 7px;
}

.h4_price {
	font-size: 14px;
	line-height: 150%;
	background-image: url(img/icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding-left: 22px;
	font-weight: normal;
}

table.use_price {
	font-size: 12px;
	line-height: 150%;
}

.red {
	color: #914848;
	font-size: 15px;
}

dl.service_price {
	font-size: 12px;
	line-height: 150%;
	padding-bottom: 60px;
}

div.bunner {
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
}
/*::::::::::::::::::::::::::::::::under-wakuここまで:::::::::::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::footerここから:::::::::::::::::::::::::::::::::::::*/
.footer-copy {
	padding-top: 10px;
	font-size: 12px;
	line-height: 150%;
}

/*::::::::::::::::::::::::::::::::footerここまで:::::::::::::::::::::::::::::::::::::*/

#feed1 {
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	padding: 50px 30px 0 0;
	height: 125px;
	/*overflow-y:scroll;*/
	overflow: hidden;
}

#feed1 a {
	color: #fff;	
}


#feed1 dl {
	overflow: hidden;
	clear: both;
}

#feed1 dt {
	width: 100px;
	float: left;
}

#feed1 dd {
	width: 700px;
	float: left;
}

#feed1 dd a {
	color: #fff;	
}