@charset "utf-8";

legend {
  padding-left:18px;
  background:url("../img/arrow_bb.png") 0 2px no-repeat;
  color:#3399ff;
  font-weight:bold;
}
h5 {
  margin-bottom:12px;
}

.room-list-box {
  width:610px;
  margin:18px 0;
  padding-top:8px;
  border-top:solid 1px #cccccc;
}

.room-list-box-num {
  width:24px;
  float:left;
  text-align:right;
}
.room-list-box-detail {
  width:580px;
  float:right;
}
.room-list-box-text {
  width:448px;
  float:right;
}
.room-list-box-title {
  font-weight:bold;
}
.room-list-box-text p {
  margin:0;
}
.room-list-box-todetail {
  text-align:right;
}
.room-list-box-img {
  width:122px;
  float:left;
}
.room-list-box-img img {
  border:solid 1px #cccccc;
}

.area-south {
  padding-left:16px;
  background:url("../img/arrow_b.gif") 0 4px no-repeat;
}

#room-detail-header {
  width:610px;
  margin-top:12px;
}
#room-detail-title {
  width:310px;
  margin:0;
  float:left;
}
#room-detail-submenu {
  width:300px;
  margin:0;
  line-height:100%;
  list-style:none;
  float:right;
  text-align:right;
}
#room-detail-submenu li {
  display:inline;
  margin:0;
}
#room-detail-submenu img {
  vertical-align:bottom;
}
#room-excerpt, #room-map, #room-detail, #room-photos {
  margin:4px 0;
}
#room-excerpt {
  margin-top:-4px;
}
#room-map {
  width:608px;
  height:456px;
  border:solid 1px #cccccc;
}
#room-excerpt th, #room-excerpt td,
#room-detail th, #room-detail td {
  border:solid 1px #cccccc;
  padding:4px 8px;
}

td#room-layout {
  width:282px;
  padding:11px;
}
td#room-layout img {
  border:solid 1px #cccccc;
}
td#room-desctxt {
  height:300px;
}
#room-photos {
  width:584px;
  padding:12px;
  border:solid 1px #cccccc;
}

.room-reserve-links {
  margin:22px 0 0 0;
  text-align:center;
}
.room-reserve-links ul {
  margin:0;
  text-align:left;
}
.room-reserve-links li {
  margin-left:3em;
  list-style-type:disc;
}

#room-calendar {
  width:610px;
  margin:-4px 0 0 0;
  padding-top:6px;
  border-top:solid 1px #cccccc;
}
#room-calendar th, #room-calendar td {
  text-align:center;
  border-top:solid 1px #cccccc;
  border-bottom:solid 1px #cccccc;
}
#room-calendar th {
  font-weight:bold;
}
#room-calendar caption {
  text-align:center;
}
#room-calendar-leftwrap {
  width:402px;
  float:left;
  padding-left:100px; /* 2008.03.13 yasuda add */
}
#room-calendar-1, #room-calendar-2, #room-calendar-3 {
  width:195px;
}
#room-calendar-1 {
  float:left;
}
#room-calendar-2, #room-calendar-3 {
  float:right;
}
#room-calendar-move {
  text-align:center;
}
.rc-day td {
  background-color:#eeeeee;
}
.rc-sun {
  color:#990000;
}
.rc-sat {
  color:#999999;
}

/* for highslide ---------------------------------------------------------- */

.highslide {
  cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide-active-anchor img {
  visibility: hidden;
}
.highslide img {
  border: 2px solid gray;
}
.highslide:hover img {
  border: 2px solid white;
}

.highslide-wrapper {
  background: white;
}
.highslide-image {
  border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
  display: none;
  border: 2px solid white;
  border-top: none;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  padding: 5px;
  background-color: white;
}
.highslide-loading {
  display: block;
  color: black;
  font-size: 8pt;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
  border: 1px solid black;
  background-color: white;

  padding-left: 22px;
  background-image: url(/js/highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}

.highslide-move {
  cursor: move;
}

.highslide-overlay {
  display: none;
}

a.highslide-full-expand {
  background: url(/js/highslide/graphics/fullexpand.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px;
}


/* Controlbar example */
.controlbar {	
  background: url(/js/highslide/graphics/controlbar4.gif);
  width: 167px;
  height: 34px;
}
.controlbar a {	
  display: block;
  float: left;
    /*margin: 0px 0 0 4px;*/
  height: 27px;
}
.controlbar a:hover {
  background-image: url(/js/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
  width: 50px;
}
.controlbar .next {
  width: 40px;
  background-position: -50px 0;
}
.controlbar .highslide-move {
  width: 40px;
  background-position: -90px 0;
}
.controlbar .close {
  width: 36px;
  background-position: -130px 0;
}

/* Necessary for functionality */
.highslide-display-block {
  display: block;
}
.highslide-display-none {
  display: none;
}
