body{
margin:0px;
padding:0px;
text-align:center;
line-height:135%;
background-color:#ffffff;
background-position:center;
background-repeat:repeat-y;
font-size:90%;
}
address{
font-style:normal;
margin:0px;
padding:3px 5px;
}
div{
margin:0px;
padding:0px;
}
form{
padding:0px;
margin:0px;
}
img {
border:0px;
vertical-align:bottom;
}
input{
vertical-align : top;
}
a:hover{
color:red;
text-decoration:none;
}

/* ■■■■■大枠■■■■■ */
#body{
width:865px;
margin-left:auto;
margin-right:auto;
text-align:left;
background-color:#ffffff;
color:black;
}
.end{
clear:both;
font-size:1px;
}
/* ■■■■■ヘッダー■■■■■ */
#header{
background:url(../images/header-back.gif) top center no-repeat;
height:80px;
}
#header h1{
float:left;
margin:10px 20px;
padding:0px;
}

#head-sub{
float:right;
padding:5px;
}

#topswf{
clear:both;
height:200px;
}



#gl{
clear:both;
width:880px;
}
#gl ul{
list-style:none;
margin:0px 3px;
padding:0px 0px;
white-space:nowrap;
}
#gl ul li{
float:left;
margin:0px 1px;
padding:0px;
}




#top{
width:555px;
float:left;
margin-left:8px;
}
#top h2{
margin:2px 5px;
}
#top #tokushu{
margin:5px 0px;
}
#top #swf{
margin:5px 0;
}

#top #movie{
text-align:center;
float:left;
width:221px;
margin:2px 0;
color:white;
background:url(../images/movie-back.gif) bottom center repeat-y;
padding-bottom:5px;
}
#top #movie h2{
font-size:100%;
margin:0px;
padding:0 0 5px 0;
}
#top #movie p{
margin:3px;
padding:3px 10px ;
text-align:left;
}


#top #schedule{
width:320px;
float:left;
}

#top #schedule ul{
margin:5px 0px 5px 5px;
padding:3px;
list-style:none;
}
#top #schedule ul li{
margin:1px 5px 1px 5px;
padding:1px 0px 1px 15px;
border-bottom:dotted 1px silver;
background:url(../images/li-green.gif) 0px 0.3em no-repeat;
}

#top #whatsnew{
width:310px;
float:left;
}
#top #whatsnew ul{
margin:5px 0px 5px 5px;
padding:0px;
list-style:none;
}
#top #whatsnew ul li{
margin:1px 5px 1px 5px;
padding:1px 0px 1px 15px;
border-bottom:dotted 1px silver;
background:url(../images/li-green.gif) 0px 0.3em no-repeat;
}
#top #whatsnew h2{
margin-top:2px;
}



#left{
width:150px;
float:left;
margin-top:4px;
}
#left .box{
margin:2px;
padding:0px;
}
#left .navi{
background:url(../images/sub-navi-back.gif) top center no-repeat #9c9;
margin:3px;
width:143px;
}
#left .navi ul{
list-style:none;
margin:0px;
padding:3px;
}

#left .navi ul li{
float:left;
margin:3px;
padding:0px;
}
#left .navi .naviend{
clear:both;
height:3px;
background:url(../images/sub-navi-end.gif) bottom center no-repeat;
}
#left h2{
font-size:100%;
margin:2px;
padding:2px;
line-height:120%;
}

#left .leftsub{
clear:both;
}
#left .leftsub ul{
list-style:none;
margin:2px;
padding:0px;
}
#left .leftsub ul li{
margin:2px 1px;
padding:0px;
}

.other{
text-align:center;
border:solid 1px orange;
background:#ffd;
padding:2px;
margin:5px 0px;
}
.other img{
width:135px;
}

#right #weather{background:#ffc;border:solid 1px silver;margin:3px;}
#right #weather h2{
font-size:100%;
text-align:center;
margin:0px;
padding:0px;
}

#right #weather p{
margin:2px;
padding:0;
}
#right #weather .today{border:solid 1px silver;background:white;}




#right{
width:150px;
float:left;
margin-top:5px;
}
#right .box{
background:url(../images/yellow-back.gif) top left repeat-x white;
padding:5px;
margin:5px;
border:solid 1px orange;
}
#right #mokuteki{
text-align:center;
}
#right #mokuteki ul{
margin:0px 2px 2px 2px;
padding:5px 0 5px 0;
list-style:none;
background:url(../images/mokuteki-back.gif) bottom center no-repeat;
}
#right #mokuteki ul li{
margin:1px 1px 1px 1px;
padding:0 3px 2px 17px;
background:url(../images/list-star.gif) 0.2em 3px no-repeat;
}

#right .banner p{
margin:3px;
padding:0px;
}

#right .imgbox{
margin:5px;
}
#right .mobile h2{
font-size:90%;
text-align:center;
margin:0px;
padding:0px;
}
#right .mobile p{
font-size:85%;
line-height:120%;
margin:0px;
padding:0px;
}
#right .mobile img{
float:left;
margin:0 5px;
}
#right h2{
font-size:100%;
text-align:center;
margin:0px;
padding:0px;
}





#dropdown{
margin: 0px;
padding: 0px;
height:49px;
}
#dropdown ul{
white-space:nowrap;
}

#dropdown ul li {
font-size:13px;
width:100px;
display:block;
clear:both;
}
#dropdown a {
display: block;
padding: 0;
}
#dropdown a, #dropdown a:link, #dropdown a:hover, #dropdown a:visited {
color: #000;  /* 文字色 */
text-decoration: none;
}

#dropdown li {
display: block;
list-style: none;
margin:0px;
padding:0px;
position: relative;

}

#dropdown ul {
visibility: hidden;
margin:0px;
padding:0px;
position: absolute;

}
#dropdown li:hover ul {
visibility: visible;
}
#dropdown li ul li a{
background:#fff url(../images/star00.gif) center left no-repeat;
display:block;
padding:3px 0 3px 15px;
margin:0px;
border:solid 1px silver;
color:white;
width:110px;
}
#dropdown li ul li a:hover{
background:#ffc url(../images/star01.gif) center left no-repeat;
color:red;
border:solid 1px #390;
width:120px;
}

#weathernews_blog_parts{
text-align:center;
margin-top:5px;
}


#link{
clear:both;
background:#ffc;
padding:3px;
border:solid 1px silver;
text-align:center;
}
#foot{
background:url(../images/foot-back.jpg) bottom center no-repeat;
padding:3px;
text-align:center;
}
#copyright{
clear:both;
text-align:center;
padding-top:3px;
}



#contents{
float:left;
width:700px;
margin-left:8px;
margin-top:6px;
}
#contents .pankuzu{
font-size:80%;
padding:2px 2px 2px 6px;
background:#ffd;
}

#contents h1{
background:url(../images/h1-back.gif) center left no-repeat;
font-size:140%;
margin:5px 0 5px 0px;
padding:5px 3px 4px 15px;
border:solid 1px silver;
}
#contents h2{
font-size:130%;
margin:5px 0 5px 1px;
padding:3px 3px 2px 10px;
background:url(../images/h2-back.gif) center left no-repeat #cf9;
border:solid 1px silver;
clear:both;
}
#contents h3{
font-size:120%;
margin:3px 0 5px 1px;
padding:3px 3px 2px 8px;
background:#efc;
border:solid 1px silver;
clear:both;
}
#contents h4{
font-size:110%;
margin:2px 0 5px 3px;
padding:3px 3px 2px 8px;
background:#ffd;
border:solid 1px silver;
}
#contents h5{
font-size:120%;
margin:5px 0 5px 6px;
padding:2px 3px 2px 6px;
border-left:solid 3px silver;
border-bottom:solid 1px silver;
}
#contents h6{
font-size:100%;
margin:2px 0 5px 8px;
padding:5px 3px 0px 6px;
border-bottom:dotted 1px silver;
}
#contents p{
font-size:90%;
margin:2px 0 0 5px;
padding:0px 3px 3px 10px;
}
.center{text-align:center;}
.clear{clear:both;height:1px;}

/* Extend */
.pages { margin: 20px 0px; text-align: center; }

/* Lightbox */
#lightbox{position: absolute;left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;} 

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*　表組みの枠　*/
.tablewaku{
border-collapse: collapse;
border: 1px #666666 solid;
margin:3px 1px 1px 10px;
clear:both;
}
.tablewaku td{
border: 1px #666666 solid;
padding : 3px;
}
.tablewaku th{
border: 1px #666666 solid;
padding : 3px;
background-color:#ffffcc;
}
/*　表組みの枠ここまで　*/

div.imagebox {  
      float: right;
      font-size: 95%;
}

table.table_spa_photo {
  background: #f5deb3;
}
#content_table {
margin: 0px;
padding: 0px;
float: left;
}
table.table_spa_info {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
  float: left;
}
#content_text_gallery ul {
background-color: #C4FFC4;
list-style-type: none;
height: 190px;
width: 655px;
}
#content_text_gallery li {
display: block;
width: 180px;
text-decoration: none;
float: left;
padding: 10px;
}
#content_text_gallery img:hover {
list-style-type: none;
float: left;
text-decoration: none;
}
table.content_table {
  background: #FFFFFF;
}
table.table_spa_info caption {
  margin-top: 1em;
  text-align: right;
  width: 160px;
}

table.table_spa_info th,
table.table_spa_info td {
  padding: 4px 6px;
}

table.table_spa_info th {
  background: #4682B4;
  width: 160px;
  text-align: left;
  font-size: 92%;
  color: #FFF;
  white-space: nowrap;
}

table.table_spa_info td {
  background: #E5EAFF;
  width: 200px;
  text-align: left;
}

table.table_food_info caption {
  margin-top: 1em;
  text-align: right;
  width: 160px;
}

table.table_food_info th,
table.table_food_info td {
  padding: 4px 6px;
}

table.table_food_info th {
  background: #cc6633;
  width: 100px;
  text-align: left;
  font-size: 92%;
  color: #FFF;
  white-space: nowrap;
}

table.table_food_info td {
  background: #E5EAFF;
  width: 210px;
  text-align: left;
}

table.table_food_photo {
  background:#ddffbb;
  margin: 0px;
  padding:5px;
}
table.table_food_photo th,
table.table_food_info td { 
  margin: 4px;
  padding:6px;
}

#content_box {
background-color: #FFFACD;
position: relative;
height: 225px;
margin-bottom: 10px;
margin-left: 10px;
}

#content_box_left {
position: absolute;
top: 0;
left: 0;
width: 150px;
}

#content_box_right {
padding-top: 20px;
margin-left: 160px;
position: relative;
}

#content_box_right_left {
width: 50%;
margin-right: 50%;
margin-top: 10px;
}

#content_box_right_right {
width: 50%;
margin-left: 50%;
position: absolute;
left: 1px;
top: 54px;
margin-top: 10px;
}

#spa_googlemap {
  margin-top: 0.2em;
  loat:right;
}
#carouselWrap{
    margin:100px auto;
    width:620px;
    height:135px;
    padding:5px;
    background:url("./images/background.gif");
    position:relative;
}
#carouselPrev{
    position:absolute;
    top:65px;
    left:-8px;
    cursor:pointer;
}
#carouselNext{
    position:absolute;
    top:65px;
    right:-8px;
    cursor:pointer;
}
#carouse{
    width:100%;
    height:100%;
    overflow:hidden;
}
#carouselInner ul.column{
    width:605px;
    height:105px;
    padding:15px 0 15px 15px;
    list-style-type:none;
    float:left;
}
#carouselInner ul.column li{
    float:left;
    margin-right:10px;
    display:inline;
}
#carouselInner ul.column li img{
    border:none;
}

