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

*{
	margin:0;
	padding:0;
}
body{
	background-color:#000000;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url(../images/main.jpg);
	color:#ffffff;
	font-size:12px;
	font-family: "Verdana","Arial";
}
img{
	border-width:0;
}
a {
	color:#77d1ff;
}

#wrap{
	width:900px;
	margin:0 auto;
}
#mainstage{
	height:590px;
	overflow:hidden;
	font-size:10px;
}
#thumbnails{
	width:870px;
	margin:0 auto 50px auto;
}
#thumbnails .thumb{
	width:100px;
	height:75px;
	margin:0 10px 10px 0;
	float:left;
}
#thumbnails .thumb.exright{
	margin:0 0 10px 0;
}
#thumbnails .thumb a{
	background-color:#555555;
	padding:2px;
	display:block;
}
#thumbnails .thumb a:hover{
	background-color:#dddddd;
}
.row{
	clear:both;
	width:900px;
	margin-bottom:50px;
}
.row:after{
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
	display:block;
}
.rowbody{
	clear:both;
	width:100%;
	padding:20px 0;
}
.rowbody:after{
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
	display:block;
}
.subject{
	height:30px;
	background:url(../images/subject_bg.gif) left bottom repeat-x;
}
.subject h3{
	float:left;
}
#opendate{
	float:right;
	line-height:30px;
	margin-right:10px;
}
#reservation{
	width:530px;
	float:left;
}
#contact{
	width:350px;
	float:right;
}
dt{
	width:230px;
	float:left;
}
dd{
	width:660px;
	float:left;
}
ol{
	margin-left:30px;
}
ol li{
	padding:5px 0;
}
#contactline{
	border:1px solid #585858;
	background-color:#1a1a1a;
	padding:15px;
}
#footer{
	font-size:10px;
}
.totop{
	text-align:right;
}
.totop img{
	vertical-align:middle;
}
.totop a{
	color:#b3b3b3;
	text-decoration:none;
	display:block;
	padding:10px;
}
.totop a:hover{
	color:#ffffff;
}
#copyright{
	border-top:1px solid #4d4d4d;
	text-align:right;
	padding:10px;
}

#mainstage{
	width:900px;
	height:400px;
	overflow:hidden;
	margin:65px auto 0;
	background-color:#FFFFFF;
}
#mainstagearea{
	height:590px;
	overflow:hidden;
}
#imagetarget{
	float:left;
}
#detaildesc{
	float:left;
	color:#333333;
	width:280px;
	margin-left:10px;
	line-height:1.8em;
}
#description{
	margin-top:20px;
	line-height:1.5em;
}

#otherimages{
	width:280px;
	background-color:#eeeeee;
	clear:both;
	margin-top:10px;
}
#otherimages-inner{
	width:270px;
	clear:both;
	margin-left:10px;
	padding:10px 0 0;
}
#otherimages-inner:after{
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
	display:block;
}
.otherimage{
	width:80px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
}



.close{
	text-align:right;
}
.close img{
	vertical-align:bottom;
}
.close a{
	color:#333333;
	text-decoration:none;
	display:block;
	padding:10px;
}
.close a:hover{
	color:#666666;
}
.data-tbl{
	width:100%;
	border-bottom:1px solid #333333;
}
.data-tbl td{
	padding:5px;
	text-align:center;
}
.data-tbl thead td{
	background-color:#111111;
	padding:5px;
}
