@charset "utf-8";
/* CSS Document */

* {
 margin:0;
 padding:0;
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size:100%;
 }
 
body {
 background-image:url(../img/body_bg2.gif);
 background-repeat:repeat-y;
 }
 
#wrapper {
 width:900px;
 margin:0 auto;
 }
 
#head_text {
 width:900px;
 height:30px;
 margin:5px auto;
 border-bottom:1px solid #CCCCCC;
 }
 
#head_text h1 {
 font-size:90%;
 line-height:30px;
 font-weight:normal;
 }
 
#header {
 width:118px;
 height:160px;
 background-image:url(../img/logo.gif);
 background-repeat:no-repeat;
 float:left;
 }
 
#header2 {
 width:750px;
 height:160px;
 float:right;
 }
 
#header_sub {
 width:750px;
 height:90px;
 }
 
#header_sub p {
 font-size:80%;
 text-align:right;
 margin-right:10px;
 padding-bottom:5px;
 }
 
#global_navi {
 width:750px;
 height:50px;
 }
 
#global_navi ul {
 list-style-type:none;
 margin-left:50px;
 }
 
#global_navi li {
 float:left;
 }
 
#global_navi a span {
 display:none;
 }
 
#global_navi a {
 display:block;
 width:100px;
 height:40px;
 }
 
#global_navi li.top a {
 background-image:url(../img/top2.gif);
 background-repeat:no-repeat;
 background-position:100% 0%;
 border-bottom:1px solid #CCCCCC;
 }
 
#global_navi li.top a:hover {
 background-image:url(../img/top.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #000000;
 }
 
#global_navi li.gallery a {
 background-image:url(../img/gallery2.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #CCCCCC;
 }
 
#global_navi li.gallery a:hover {
 background-image:url(../img/gallery.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #000000;
 }

#global_navi li.room a {
 background-image:url(../img/room2.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #CCCCCC;
 }
 
#global_navi li.room a:hover {
 background-image:url(../img/room.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #000000;
 }

#global_navi li.system a {
 background-image:url(../img/system2.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #CCCCCC;
 }
 
#global_navi li.system a:hover {
 background-image:url(../img/system.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #000000;
 }

#global_navi li.service a {
 background-image:url(../img/service2.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #CCCCCC;
 }
 
#global_navi li.service a:hover {
 background-image:url(../img/service.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #000000;
 }

#global_navi li.member a {
 background-image:url(../img/member2.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #CCCCCC;
 }
 
#global_navi li.member a:hover {
 background-image:url(../img/member.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #000000;
 }

#global_navi li.access a {
 background-image:url(../img/access2.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #CCCCCC;
 }
 
#global_navi li.access a:hover {
 background-image:url(../img/access.gif);
 background-repeat:no-repeat;
 border-bottom:1px solid #000000;
 }
 
#main_content {
 clear:both;
 width:700px;
 margin-top:10px;
 margin-left:200px;
 margin-bottom:10px;
 }
 
h2 {
 font-size:90%;
 line-height:30px;
 padding-left:10px;
 border-bottom:1px solid #CCCCCC;
 background-image:url(../img/h2bg.gif);
 background-repeat:repeat-x;
 color:#1F110C;
 }
 
h4 {
 font-size:85%;
 margin-top:20px;
 margin-bottom:20px;
 background-image:url(../img/hana2.gif);
 background-repeat:no-repeat;
 line-height:25px;
 padding-left:35px;
 }

 
#main_content p {
 font-size:85%;
 padding:10px;
 }

#main_content iframe {
 margin:10px;
 }
 
.f1 {
 font-size:80%;
 }
 
.f2 {
 font-size:70%;
 }

 
/*----->ルーム-----*/

#room {
 width:700px;
 height:auto;
 margin-top:20px;
 }
 
.room_menu {
 width:200px;
 float:left;
 }
 
.room_menu ul {
 list-style-position:inside;
 }
  
.room_menu ul li {
 list-style-type:none;
 width:199px;
 height:49px;
 line-height:50px;
 border-bottom:1px solid #CCCCCC;
 }
 
.room_menu a {
 display:block;
 text-decoration:none;
 color:#000000;
 font-size:90%;
 }
 
.room_menu a.here {
 text-align:center;
 color:#676560;
 background-color:#D5D5D5;
 text-decoration:none;
 }
 
.room_menu a:visited {
 text-decoration:none;
 color:#333333;
 }
 
.room_menu a:hover {
 text-decoration:none;
 color:#676560;
 text-align:center;
 }
 
.room_syosai {
 width:480px;
 float:right;
 }
 
.room_syosai img {
 padding:10px;
 }
 
.room_syosai p {
 line-height:25px;
 }
 
table.room {
 width:480px;
 margin:10px auto;
 }
 
table.room th {
 font-size:80%;
 width:120px;
 height:35px;
 background-color:#F0F0F0;
 }
 
table.room td {
 font-size:80%;
 width:120px;
 height:35px;
 text-align:center;
 border:1px solid #F0F0F0;
 }
 
/*----->システム-----*/

#system {
 width:700px;
 height:auto;
 margin-top:20px;
 }
 
#system dl.system{
 margin-top:30px;
 }
 
#system dl.system dt {
 font-size:85%;
 padding-left:10px;
 border-bottom:1px solid #CCCCCC;
 margin-top:20px;
 font-weight:bold;
 }
 
#system dl.system dd {
 font-size:85%;
 padding:20px;
 line-height:20px;
 }
 
table.system {
 width:700px;
 margin-bottom:10px;
 }
 
table.system th {
 width:90px;
 height:40px;
 font-size:70%;
 text-align:center;
 background-color:#F0F0F0;
 }
 
table.system th.room_th2 {
 width:180px;
 height:40px;
 font-size:70%;
 background-color:#F0F0F0;
 }
 
table.system th.room_tb {
 width:50px;
 height:40px;
 font-size:70%;
 text-align:center;
 font-weight:bold;
 background-color:#F0F0F0;
 }

table.system td {
 width:90px;
 height:40px;
 font-size:80%;
 text-align:center;
 border:1px solid #F0F0F0;
 }

table.system td.room_tb {
 width:50px;
 height:40px;
 font-size:70%;
 text-align:center;
 font-weight:bold;
 background-color:#F0F0F0;
 }
 
table.system td.new {
 width:90px;
 height:40px;
 font-size:80%;
 text-align:center;

 }

p.roomtitle {
 line-height:30px;
 font-weight:bold;
 }
 
#system p.systemtyui {
 font-size:70%;
 line-height:20px;
 }


 
/*----->ギャラリー-----*/

#gallery {
 width:700px;
 height:600px;
 margin-top:20px;
 }

.gallerythum {
 width:200px;
 float:left;
 }
 
.gallerypage {
 width:480px;
 float:right;
 }
 
.gallerypage p {
 font-size:85%;
 line-height:20px;
 }
 
table#g_b {
 width:480px;
 margin-top:10px;
 }
 
table#g_b td.gb1 {
 width:120px;
 height:30px;
 }
 
table#g_b td.gb2 {
 width:240px;
 height:30px;
 }
 
table#g_b td.gb3 {
 width:120px;
 height:30px;
 }

 
/*----->メンバー-----*/

#member {
 width:700px;
 height:800px;
 margin-top:20px;
 }
 
#member dl.member {
 margin-top:30px;
 }
 
#member dl.member dt.member {
 font-size:85%;
 padding-left:10px;
 border-bottom:1px solid #CCCCCC;
 margin-top:20px;
 font-weight:bold;
 }
 
#member dl.member dd {
 font-size:85%;
 padding:20px;
 line-height:20px;
 }
 
#member dl.point {
 margin-top:10px;
 }
 
#member dl.point dt {
 font-size:85%;
 padding-left:10px;
 border-bottom:1px solid #CCCCCC;
 margin-top:20px;
 font-weight:bold;
 }
 
#member dl.point dd {
 font-size:85%;
 padding:20px;
 line-height:20px;
 }

ul.point {
 list-style-position:inside;
 }
 
ul.point li {
 font-size:85%;
 line-height:25px;
 text-indent:1em;
 }
 
ul.point p {
 text-indent:2em;
 }
  
.tyui {
 font-size:80%;
 }
 


/*----->サービス-----*/

#service {
 width:700px;
 height:auto;
 margin-top:20px;
 margin-bottom:20px;
 }
 
#service dl.service {
 margin-top:30px;
 }
 
#service dl.service dt {
 font-size:85%;
 padding-left:10px;
 border-bottom:1px solid #CCCCCC;
 margin-top:20px;
 font-weight:bold;
 }
 
#service dl.service dd {
 font-size:80%;
 padding:20px;
 line-height:20px;
 }
 
#service dl.aromabath {
 margin-top:10px;
 }
 
#service dl.aromabath dt {
 font-size:85%;
 padding-left:10px;
 border-bottom:1px solid #CCCCCC;
 margin-top:20px;
 font-weight:bold;
 }
 
#service dl.aromabath dd {
 font-size:80%;
 padding:20px;
 line-height:20px;
 }

ul.aromabath {
 list-style-position:inside;
 }
 
ul.aromabath li {
 font-size:80%;
 line-height:25px;
 list-style-type:none;
 }
 
dl#voice {
 width:650px;
 margin-top:10px;
 } 
 
dl#voice dt {
 font-size:85%;
 font-weight:bold;
 background-image:url(../img/comment.gif);
 background-repeat:no-repeat;
 line-height:16px;
 padding-left:20px;
 }
 
dl#voice dd {
 font-size:85%;
 line-height:20px;
 padding-top:10px;
 padding-bottom:10px;
 padding-left:30px;
 }

 
/*----->アクセス-----*/

#access {
 width:700px;
 margin-top:20px;
 }
 
/*----->FAQ-----*/

#faq p {
 line-height:20px;
 }
 
#faq dl.faq dt {
 font-size:85%;
 line-height:30px;
 border:1px solid #CCCCCC;
 background-image:url(../img/qicon.gif);
 background-repeat:no-repeat;
 padding-left:40px;
 margin-top:15px;
 margin-bottom:10px;
 }
 
#faq dl.faq dd {
 font-size:85%;
 line-height:30px;
 background-image:url(../img/aicon.gif);
 background-repeat:no-repeat;
 padding-left:40px;
 margin-bottom:20px;
 }
 
/*----->求人-----*/

table#recruit {
 width:650px;
 height:300px;
 margin-top:20px;
 margin-bottom:20px;
 }
 
table#recruit th {
 width:150px;
 height:30px;
 background-color:#CCCCCC;
 font-weight:normal;
 font-size:80%;
 }
 
table#recruit td {
 width:500px;
 height:30px;
 font-size:80%;
 border:1px solid #CCCCCC;
 text-indent:1em;
 }
 
/*----->ゴールデンウィーク-----*/

#gw {
 width:550px;
 margin-top:20px;
 margin-left:10px;
 }
 
#gw p {
 font-size:80%;
 padding:15px;
 }
 
table#gw {
 width:506px;
 height:311px;
 margin:10px auto;
 }
 
table#gw td {
 width:100px;
 height:30px;
 font-size:75%;
 text-align:center;
 border:1px solid #CCCCCC;
 }
 
/*----->トピックス-----*/

#topix {
 width:550px;
 margin-top:20px;
 margin-left:10px;
 }
 
h3 {
 margin-top:20px;
 background-image:url(../img/hana2.gif);
 background-repeat:no-repeat;
 line-height:25px;
 padding-left:35px;
 }
 
#topix p {
 font-size:80%;
 padding-top:10px;
 }
 
#topix ul {
 margin-top:10pxl;
 }
 
#topix li {
 list-style-position:inside;
 list-style-type:square;
 font-size:80%;
 padding:10px;
 }
 
#topix form {
 font-size:80%;
 margin-top:30px;
 margin-left:225px;
 }
 
/*----->クーポン-----*/

.print_form {
 width:200px;
 height:50px;
 margin:10px auto;
 }

.print_form form {
 font-size:80%;
 } 

/*----->リクエスト-----*/

#request {
 width:780px;
 height:auto;
 margin-bottom:20px;
 }
 
/*----->フッター-----*/

#footer {
 clear:both;
 width:900px;
 height:30px;
 margin:10px auto;
 border-top:1px solid #CCCCCC;
 }
 
#footer address {
 font-size:75%;
 font-style:normal;
 line-height:30px;
 text-align:right;
 }
