@charset "UTF-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
img {
	border: 0 none;
  vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
  image-rendering:optimizeQuality;
}
html {
	background-color:#2A2A2A;
}
body {
	width:980px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	margin:0 auto;
	color:#333;
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000; /* Firefox用 */ 
    -webkit-box-shadow: 0px 0px 5px #000; /* Safari,Google Chrome用 */
}
#header {
	height:63px;
	background:url('../image/header_bg_img.gif') repeat-x;
	padding:0 40px;
	overflow:hidden;
	zoom:1;
}
#header h1 {
	float:right;
}
#header h2 {
	float:left;
}
#contents {
  clear: both;
	background-color:#F5F5F5;
	padding:25px 0 40px 40px;
	overflow:hidden;
}
#contents h3 {
	font-size:30px;
	text-shadow:#606060 1px 1px 2px;
    -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#606060,offx=1,offy=1)";
	margin-top:15px;
	font-weight:normal;
}
#contents .plan {
	padding-bottom:8px;
	overflow:hidden;
	zoom:1;
}
#contents .plan h4 {
	clear:both;
	width:870px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	box-shadow: 1px 3px 2px #C0C0C0;
	background-color: #444;
	-moz-box-shadow: 1px 3px 2px #C0C0C0; /* Firefox用 */ 
    -webkit-box-shadow: 1px 3px 2px #C0C0C0; /* Safari,Google Chrome用 */
	margin:25px 0 10px;
	font-size:20px;
	font-weight:bold;
	text-shadow:#888 0px 1px 1px;
	padding:4px 15px;
  color: #EEE;
  background: -webkit-gradient(linear, left top, left bottom, from(/*#e0e0e0*/#444), to(/*#ccc*/#888)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  /*#e0e0e0*/#444,  /*#ccc*/#888); /* for firefox 3.6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#444444, endcolorstr=#888888);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#444444, endcolorstr=#888888)";
  zoom: 1;
}
div.roomplan {
  min-width: 200px;
  min-height: 50px;
  float: left;
  background-color: #FFFFFF;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  border: 3px solid #D0C0C0;
  box-shadow: 3px 3px 5px #D0D0D0;
    -moz-box-shadow: 3px 3px 5px #D0D0D0;
    -webkit-box-shadow: 3px 3px 5px #D0D0D0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#D0D0D0', Direction=145, Strength=5);
  margin-bottom: 20px;
  margin-right: 14px;
  padding: 4px;
  zoom: 1;
}
div.roomplan a {
  background-color: #FFFFFF;
  display: block;
  color: #000000;
  text-decoration:none;
  background-image: url('../image/hover_off.png');
  background-position: left bottom;
  background-repeat: no-repeat;
}
div.roomplan-header {
  max-width: 200px;
  width: 200px;
  border-bottom: 1px solid #D0C0C0;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
div.roomplan h5 {
  display: inline;
  font-size: 22px;
  font-weight: bold;
}
div.roomplan span.area {
  vertical-align: top;
  float: right;
  margin-left: 8px;
}
div.roomplan-rooms {
  word-break: break-all;
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  max-width: 180px;
}

div.roomplan nobr {
  font-weight: normal;
  font-size: 18px;
  white-space: nowrap;
}

div.roomplan-price {
  border-top: #F0F0F0 1px solid;
  font-size: 14px;
  margin-top: 4px;
  padding-top: 4px;
  margin-left: 20px;
  text-align: right;
}

.roomplan a:link,.roomplan a:visited {
	color:#333;
}
.roomplan a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#a6b1bf), to(#d3ddeb)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #a6b1bf,  #d3ddeb); /* for firefox 3.6+ */
  background-color: #a6b1bf;
  background-image: none;
  color: #444444;
  zoom: 1;
}
table.sold-out-background {
  background-color: #AAAAAA;
  position: absolute;
  width:200px;
  z-index: 1;
}
table.sold-out-background td {
  vertical-align: middle;
  text-align: center;
  font-size: 42px;
  color: #FFFFFF;
  font-weight: bold;
}
hr {
	border-color:#9A9A9A;
}
#plus {
	width:894px;
	background-color:#E0E0E0;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	margin-top:30px;
	padding:3px;
	overflow:hidden;
	zoom:1;
}
#plus-left {
  text-align: center;
  background-color:#ccc;
  margin-right: 20px;
  width: 190px;
  font-size:20px;
  padding:10px;
  float: left;
  line-height: 60px;
}
#plus-right {
	width:640px;
	padding: 10px;
	overflow: hidden;
}
td#plus-right div {
	float:left;
	font-size:14px;
	margin-right:20px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
p#cap {
	width:900px;
	height:53px;
	font-size:24px;
	letter-spacing:1px;
	text-align:center;
	text-shadow:#000 1px 1px 1px;
	color:#F5F5F5;
	margin-top:40px;
}
#show {
	clear:both;
	width:840px;
	background-color:#FFFFFF;
	padding:30px 30px 15px;
	position:relative;
}
div#tab-container-1 ul {
	height:38px;
	margin-left:20px;
	position:relative;
}
div#tab-container-1 ul li {
	float:left;
	border-top-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-right-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	margin-right:8px;
	position:relative;
	z-index:1;
	behavior:url(ie-css3.htc);
	font-size: 90%;
}
div#tab-container-1 ul li a:link, div#tab-container-1 ul li a:visited {
	-moz-transition: background-color 0.3s linear 0s;
	border-top-left-radius:2px;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-right-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	color: #E0E0E0;
	display: block;
	float: left;
	height: 38px;
	font-weight:bold;
	line-height: 40px;
	letter-spacing:1px;
	outline: medium none;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 1em;
  background: -moz-linear-gradient(center top, #C0C0C0, #909090 60%) repeat scroll 0 0 #F2F2F2;/* Firefox用 */
  background: -webkit-gradient(linear, center bottom, center top, from(#C0C0C0), to(#909090));/* Safari,Google Chrome用 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#C0C0C0, endcolorstr=#909090);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#C0C0C0, endcolorstr=#909090))";
  zoom: 1;
}
div#tab-container-1 ul li a:hover {
	background-color:#D0D0D0;
	-moz-box-shadow:inset 1px 4px 10px #000;
	-webkit-box-shadow:inset 1px 4px 10px #000;
	box-shadow:inset 1px 1px 25px #000;
}
div#tab-container-1 ul li.activeli a:hover {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
div#tab-container-1 ul li.activeli {
  font-size: 120%;
	z-index:3;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
}
div#tab-container-1 ul li.activeli a:link, div#tab-container-1 ul li.activeli a:visited {
	background: -moz-linear-gradient(center top, #D1D1D1, #FFF 80%) repeat scroll 0 0 #F2F2F2;/* Firefox用 */
	background: -webkit-gradient(linear, center bottom, center top, from(#FFF), to(#D1D1D1));/* Safari,Google Chrome用 */
	color: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFF, endcolorstr=#D1D1D1);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFF, endcolorstr=#D1D1D1))";
  zoom: 1;
}
div#tab-container-1-cont {
	border:1px solid #808080;
	border-top-left-radius:2px;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-right-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	padding:30px 25px;
	box-shadow: 2px 2px 3px #EAEAEA;
	-moz-box-shadow: 2px 2px 3px #EAEAEA; /* Firefox用 */ 
    -webkit-box-shadow: 2px 2px 3px #EAEAEA; /* Safari,Google Chrome用 */
}

div#tab-container-1-cont p.tab div {
  margin: 0 auto;
}

#show a#all {
	display:block;
	width:260px;
	background: -webkit-gradient(linear, left top, left bottom, from(#0051a3), to(#001e54)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #0051a3,  #001e54); /* for firefox 3.6+ */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	color: #FFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	letter-spacing:2px;
	padding:8px 0;
	position:absolute;
	top:20px;
	right:30px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0051a3, endcolorstr=#001e54);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0051a3, endcolorstr=#001e54))";
  zoom: 1;
}
#show a#all:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#001e54), to(#0051a3)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #001e54,  #0051a3); /* for firefox 3.6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#001e54, endcolorstr=#0051a3);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#001e54, endcolorstr=#0051a3))";
  zoom: 1;
}
#show #roomtype_img {
	clear:both;
	width:918px;
	border:1px solid #E0E0E0;
	text-align:center;
	padding:20px 0;
}

p#print a {
  display:block;
  margin: 20px auto 0;
  width:200px;
  height: 47px;
  background-image: url('../image/print_button.png');
  filter: alpha(opacity=100);
}
p#print a:hover {
  background-position: top right;
  filter: alpha(opacity=100);
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.mt_20 {
	margin-top:20px;
}
.mr_12 {
	margin-right:12px;
}
#footer {
	background-color:#F5F5F5;
	font-size:11px;
	padding:5px 0 20px 50px;
}
#footer #inner_foot {
	width:900px;
	border-top:1px solid #A0A0A0;
	padding-top:3px;
	overflow:hidden;
	zoom:1;
}
#footer #inner_foot a {
	color:#0088cc;
}
#footer #inner_foot a:hover {
	text-decoration:none;
}

div.align-center {
  text-align: center;
}

h6 {
  font-size: 1.4em;
  color: #EEE;
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#444444, endcolorstr=#888888))";
  background-color: #444;
  background: -webkit-gradient(linear, left top, left bottom, from(/*#e0e0e0*/#444), to(/*#ccc*/#888)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  /*#e0e0e0*/#444,  /*#ccc*/#888); /* for firefox 3.6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#444444, endcolorstr=#888888);
  zoom: 1;
  padding: 0.2em 0.4em;
  margin-bottom: 0.4em;
}

div.tipsy {
  font-size: 28px;
  width: 300px;
  max-width: 300px;
}
div.tipsy div.border {
  padding-bottom: 4px;
  border-bottom: 2px solid white;
  margin-bottom: 2px;
}
div.tipsy div#sold-out {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 18px;
  margin: 2px;
}
div.tipsy span.roomplan-area {
  font-size: 28px;
}
div.tipsy hr {
  display: none;
}
div.tipsy div.roomplan-rooms {
  clear: both;
}
