@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
img {
	border:none;
}
div, h1, ul, li, a, h2, h3 {
	margin: 0px;
	padding: 0px;
}
#area {
	margin: 0px auto;
	max-width:600px;
}
/* 表頭 */
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	position:relative;
}
#header h1 {
	display: none;
}
#header .link {
	display: none;
	position:absolute;
	display:block;
	width:100%;
	height:100%;
}
/* 內容 */
#content {
	font-size: 13px;
	line-height: 18px;
	position: relative;
}
.txt {
	margin: 5px auto 10px auto;
	width: 92%;
}
#default .txt {
	margin: 0px auto 0px auto;
	width: 92%;
}
.txt a {
	color: #000;
	text-decoration: underline;
}
#content .pic {
	text-align: center;
	height: auto;
}
#content h1 {
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	background-image: url(images/title_icon.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 5px auto 5px auto;
	padding: 0px 0px 0px 10px;
	width: 92%;
	overflow: hidden;
	display: block;
}
#content h2 {
	font-size: 13px;
	line-height: 20px;
	color: #003366;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	width: 100%;
	overflow: hidden;
	display: block;
}
#content ul {
	margin: 5px auto;
	padding: 0px 20px;
}
#content h2.r {
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	background-image: url(images/r_h2.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin: 5px auto 0px auto;
	padding: 5px 0px 0px 24px;
	width: 92%;
	overflow: hidden;
	display: block;
}
#content .rooms {
	border-top:1px solid #DDD;
}
#content .news {
	border-top:1px solid #DDD;
}
#content .list {
	position: relative;
	background:#FFF;
	border-bottom:1px solid #DDD;
	overflow:hidden;
}
#content .list .roomtype, #content .list .name {
	font-size:16px;
	line-height:20px;
	color:#000;
	display:block;
	font-style:normal;
	font-weight:bold;
	margin:0px 30px 0px 0px;
}
#content .list .price {
	font-size:15px;
	line-height:20px;
	color:#C00;
	display:block;
	font-style:normal;
	font-weight:bold;
	overflow:hidden;
	min-width:150px;
}
#content .list .txt {
	font-size:13px;
	line-height:20px;
	color:#444;
	display:block;
	font-style:normal;
	overflow:hidden;
	min-width:150px;
	margin:0;
}
#content .list .block {
	background:url(images/step2_list_r.gif) repeat-y right top;
	width:100%;
	overflow:hidden;
	display:block;
}
#content .list .block a {
	background-position:right center;
	display:block;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:8px 25px 8px 15px;
}
#content .list .next {
	line-height:30px;
	display:block;
	width:15px;
	overflow:auto;
	position:absolute;
	top:50%;
	margin:-14px 0px 0px 0px;
	position:absolute;
	text-align:right;
	right:5px;
	font-weight:bolder;
	background:url(images/step2_list_c.png) no-repeat left top;
	height:23px;
	width:15px;
}
#content .googlemap {
	margin: 0px auto;
	width:90%;
	text-align: center;
}
#content ul.room_btn {
	margin:0 auto;
	overflow:hidden;
	width:300px;
	list-style:none;
}
#content ul.room_btn li {
	border:1px solid #FFF;
	list-style:none;
	float:left;
	width:48.8%;
	text-align:center
}
#content ul.room_btn li a, #content ul.room_btn li.btnoff a {
	background-color:#6ac;
	border-radius:8px;
	color:#FFF;
	padding:12px;
	text-decoration:none;
	display:block
}
#content ul.room_btn li.btnon a {
	font-weight:bold;
	background-color:#28c
}
.summary_list {
	margin:5px auto 8px;
	list-style-type:decimal;
	padding-left: 28px
}
.summary_list li {
	margin-bottom:5px
}
#content ul.road_list {
	margin:5px 0;
	padding:0
}
#scenic_ss {
	font-size: 13px;
	margin: 0px auto;
	width: 95%;
	text-align:right;
}
#scenic_ss a {
	color: #036;
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-right:1px solid #999;
}
#scenic_scenic .pic img {
	width: 320px;
}
#scenic_scenic .scenic_tt {
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	margin: 0px auto;
	width: 95%;
}
#scenic_scenic h4 {
	margin:10px 0px 5px 0px;
}
.red {
	color:#C00;
	font-size: 13px;
	margin: 0px auto;
	line-height: 20px;
	text-align: center;
}
#content .booking a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	background: url(images/booking.png) no-repeat center top;
	display: block;
	margin: 5px auto 25px auto;
	width:100px;
}
#content .booking2 a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	background: url(images/booking2.png) no-repeat center top;
	display: block;
	margin: 5px auto 25px auto;
	width:120px;
}
.gotothe_right {
	text-align: center;
	margin: 0px 0px 25px 0px;
}
.gotothe_right a {
	font-size: 15px;
	color: #003366;
	text-decoration: none;
}
/* 選單 */
/* 選單基本 */
nav {
}
nav ul {
	list-style-type: none;
	overflow: hidden;
}
/* 首頁選單 */
#menu_1 {
}
#menu_1 li {
	border-bottom:1px solid #FFF;
}
#menu_1 li a {
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	line-height: 60px;
	text-decoration: none;
	height: 60px;
	display: block;
	text-align: left;
	color: #000;
	background-color:#c1d564;
	background-repeat:no-repeat;
	background-position:right top;
}
#menu_1 li.no1 a {
	background-image:url(images/menu_a01.gif);
}
#menu_1 li.no2 a {
	background-image:url(images/menu_a02.gif);
}
#menu_1 li.no3 a {
	background-image:url(images/menu_a03.gif);
}
#menu_1 li.no4 a {
	background-image:url(images/menu_a04.gif);
}
#menu_1 li.no5 a {
	background-image:url(images/menu_a05.gif);
}
#menu_1 li.no6 a {
	background-image:url(images/menu_a06.gif);
}
#menu_1 li.no7 a {
	background-image:url(images/menu_a07.gif);
}
#menu_1 li.no8 a {
	background-image:url(images/menu_a08.gif);
}
/* 內頁小選單 */
#menu_2 {
	background:#ff9e5d;
	left:0px;
	right:0px;
	border-top:2px solid #e46649;
}
#menu_2 nav ul {
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
	text-align: center;
}
#menu_2 li {
	margin:5px 0px 0px 0px;
	display:inline-block;
}
#menu_2 li a {
	padding: 30px 0px 0px 0px;
	font-size: 12px;
	line-height: 21px;
	text-decoration: none;
	width:65px;
	height: 21px;
	display: block;
	text-align: center;
	color: #000;
	background-color: #c1d564;
	background-image: url(images/menu_b1.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}
#menu_2 li.no1 a {
	background-position: 0px top;
}
#menu_2 li.no2 a {
	background-position: -65px top;
}
#menu_2 li.no3 a {
	background-position: -130px top;
}
#menu_2 li.no4 a {
	background-position: -195px top;
}
#menu_2 li.no5 a {
	background-position: -260px top;
}
#menu_2 li.no6 a {
	background-position: -325px top;
}
#menu_2 li.no7 a {
	background-position: -390px top;
}
#menu_2 li.no8 a {
	background-position: -455px top;
}
#about #menu_2 li.no1 a {
	background-position: 0px bottom;
}
#rooms #menu_2 li.no2 a {
	background-position: -65px bottom;
}
#facilities #menu_2 li.no3 a {
	background-position: -130px bottom;
}
#location #menu_2 li.no5 a {
	background-position: -260px bottom;
}
#attractions #menu_2 li.no6 a {
	background-position: -325px bottom;
}
#news #menu_2 li.no7 a {
	background-position: -390px bottom;
}
#promotions #menu_2 li.no8 a {
	background-position: -455px bottom;
}
/* down */
.down {
	padding: 5px 0px;
	overflow: hidden;
	color: #000;
	text-align: center;
	font-size:12px;
	background-color: #e77321;
}
.down a {
	color: #000;
	text-decoration: underline;
}
.copyright {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background: url(images/bg_b.gif) #FFF repeat-x left top;
	color: #000;
	text-align: left;
	font-size:12px;
}
.copyright img {
	vertical-align: middle;
}
.copyright a {
	color: #000;
	text-decoration:underline;
}
.copyright .left {
	float:left;
}
.copyright .right {
	float:right;
}
#language {
	background: url(images/header.jpg) #fff no-repeat center top;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	padding:0;
}
#language ul {
	padding:120px 0 0 0;
	margin:0px;
	overflow:hidden;
}
#language li {
	margin:0;
	padding:0;
}
#language a {
	border-radius:10px;
	display:block;
	margin:0px auto 20px auto;
	width:100px;
	background:#d2e3ff;
	text-align:center;
	text-decoration:none;
	color:#036;
	padding:5px;
	font-weight:bold;
}
#rooms h3 {
	padding:0;
	position:relative;
	z-index:2;
}
#rooms h3 a {
	color:#FFF;
	text-decoration:none;
	padding:12px 0 13px 27px;
	display:block;
	background:url(images/icon.png) no-repeat 8px -25px;
}
#rooms .b {
	position:relative;
	top:-35px;
	margin:0 0 -29px 0;
	overflow: hidden;
}
#rooms .rooms {
	border:0px;
}
#rooms .rooms .list {
	background:url(images/r_listbg.gif) #ffe2c2 repeat-x left 0px;
	border-bottom:1px solid #FFF;
}
#rooms .rooms .booking {
	position:relative;
	float:right;
	z-index:3;
	margin:0 5px 0 0;
}
#rooms .rooms .booking a {
	padding:0;
	margin:0;
}
#rooms .list .txt {
	margin: 5px auto 37px;
}
#rooms .close {
	background:url(images/icon.png) no-repeat 0 9px;
	width:20px;
	height:25px;
	margin:0 auto;
	top:0px;
	right:100px;
	z-index:3
}
