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

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	font-size: 15px;
	color: #333;
	background-color: #ecdcb8;
	background-image: url(../images/body-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "微軟正黑體", Arial, sans-serif;
	text-align: center;
}
.both {
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#wrapper {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 15px #000000;
	-moz-box-shadow: 0 0 15px #000000;
	box-shadow: 0 0 15px #000000;
}
#wrapper:nth-child(5) {
	
}
#banner {
	position: relative;
}
#banner .logo {
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 9000;
}

#banner .topimg {
	position: absolute;
	z-index: 8888;
	left: 0px;
	top: 0px;
}

#banner .slideshow {
	height: 432px;
	width: 1000px;
	}
#banner .slideshow li {
		position: absolute;
	}
#banner .slideshow img {
	display: block;
	padding: 0;
	border: none;
	height: 432px;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#menu {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 74px;
	margin-bottom: 15px;
}
#menu ul {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;

}
#menu ul li {
	height: 51px;
	width: 127px;
	font-weight: bold;
	float: left;
}
#menu ul li a {
	color: #222222;
	text-decoration: none;
	height: 51px;
	width: 127px;
	display: block;
	text-indent: -9999ex;
	background-repeat: no-repeat;
	background-position: center center;
}
#menu ul li .menu01 {
	background-image: url(../images/menu01-1.png);
}
#menu ul li .menu01:hover {
	background-image: url(../images/menu01-2.png);
}
#menu ul li .menu01.on {
	background-image: url(../images/menu01-2.png);
}
#menu ul li .menu02 {
	background-image: url(../images/menu02-1.png);
}
#menu ul li .menu02:hover {
	background-image: url(../images/menu02-2.png);
}
#menu ul li .menu02.on {
	background-image: url(../images/menu02-2.png);
}
#menu ul li .menu03 {
	background-image: url(../images/menu03-1.png);
}
#menu ul li .menu03:hover {
	background-image: url(../images/menu03-2.png);
}
#menu ul li .menu03.on {
	background-image: url(../images/menu03-2.png);
}
#menu ul li .menu04 {
	background-image: url(../images/menu04-1.png);
}
#menu ul li .menu04:hover {
	background-image: url(../images/menu04-2.png);
}
#menu ul li .menu04.on {
	background-image: url(../images/menu04-2.png);
}
#menu ul li .menu05 {
	background-image: url(../images/menu05-1.png);
}
#menu ul li .menu05:hover {
	background-image: url(../images/menu05-2.png);
}
#menu ul li .menu05.on {
	background-image: url(../images/menu05-2.png);
}
#menu ul li .menu06 {
	background-image: url(../images/menu06-1.png);
}
#menu ul li .menu06:hover {
	background-image: url(../images/menu06-2.png);
}
#menu ul li .menu06.on {
	background-image: url(../images/menu06-2.png);
}
#menu ul li .menu07 {
	background-image: url(../images/menu07-1.png);
}
#menu ul li .menu07:hover {
	background-image: url(../images/menu07-2.png);
}
#menu ul li .menu07.on {
	background-image: url(../images/menu07-2.png);
}



#right {
	position: relative;
}
#right h1 {
	margin-bottom: 20px;
	margin-left: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	margin-right: 70px;
	padding-bottom: 12px;
}
#right .nowpage {
	position: absolute;
	background-image: url(../images/yy.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 260px;
	left: 643px;
	top: 3px;
	font-size: 13px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	padding-right: 40px;
}
#right .nowpage a {
	color: #333;
	text-decoration: none;
}
#right .indextt {
	color: #2b4c70;
	font-size: 19px;
	margin-bottom: 5px;
	padding-left: 10px;
}

#right .indexbg {
	background-image: url(../images/index-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 10px;
	line-height: 21px;
}
#footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 54px;
	font-size: 13px;
	text-align: center;
	line-height: 21px;
	padding-top: 20px;
}
#footer a {
	color: #06F;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#right .about {
	padding-top: 20px;
	line-height: 24px;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 30px;
}
#right .about ul {
	float: right;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 320px;
	height: 300px;
}
#right .about ul li {
	float: left;
	height: 90px;
	width: 100px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#right .about h2 {
	font-size: 17px;
	color: #069;
	margin-bottom: 15px;
	font-weight: normal;
}
#right .about p {
	margin-bottom: 15px;
}
#right .news {
	line-height: 24px;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 70px;
}

#right .news ul {


}
#right .news ul li {
	background-image: url(../images/icon.jpg);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	padding-left: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;

}

#right .news ul li table tr td .dat {
	color: #09F;
}
#right .news ul li table tr td .con {

}
#right .news ul li table tr td .con a {
	text-decoration: none;
	color: #333;
}
#right .news ul li table tr td .con a:hover {
	color: #7290CE;
}

#right .news .in_news_title {
	width: 95%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	color: #F60;
	font-size: 17px;
}
#right .news .in_news_title table tr td .dat {
	color: #09F;
}
#right .news .in_news_con {
	line-height: 24px;
	padding-right: 10px;
}
#right .news .in_news_con h4 {
	font-size: 17px;
	color: #963;
	font-weight: normal;
	margin-bottom: 5px;
}
#right .news .in_news_con .nn {
	color: #C00;
}
#right .news .in_news_con .nnn {
	line-height: 24px;
	color: #09C;
}
#right .news .in_news_con .nnnn {
	font-size: 19px;
	line-height: 30px;
	color: #963;
}

#right .news .in_news_con .img {
	margin-bottom: 15px;
}
#right .news .in_news_con .back a {
	color: #666;
	font-size: 15px;
	text-decoration: none;
}
#right .news .in_news_con .back a:hover {
	color: #000;
}

#right .news .btn {
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	background-color: #0099FF;
	display: block;
	height: 30px;
	width: 70px;
	text-align: center;
}
#right .news .btn:hover {
	background-color: #0066CC;
}
#right .booking.traffic {
	background-image: url(../images/traffic-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#right .booking {
	line-height: 24px;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 70px;
	background-image: url(../images/booking-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#right .booking h3 {
	color: #06F;
	font-weight: normal;
}
#right .booking .orange {
	color: #F90;
}
#right .booking .red {
	color: #F00;
}
#right .booking h4 {
	color: #06F;
	font-size: 15px;
}
#right .contact {
	line-height: 24px;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 70px;
}


#right .room {
	display: block;
	z-index: 9990;
	background-image: url(../images/allbg.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
#right .room ul {
	margin-right: auto;
	margin-left: auto;
}
#right .room ul li {
	width: 300px;
	height: 390px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#right .room ul li .img {
	margin-bottom: 10px;
}

#right .room ul li h2 {
	font-size: 19px;
	width: 275px;
	margin-bottom: 13px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	margin-left: 10px;
}
#right .room ul li p {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#right .room ul li .btn {
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	background-color: #0099FF;
	text-align: center;
	display: block;
	height: 30px;
	width: 70px;
	margin-right: 10px;
	margin-left: 10px;
}
#right .room ul li .btn:hover {
	background-color: #0066CC;
}

#right .room ul li .img .room01 {
	background-image: url(../images/room/01-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 245px;
	width: 300px;
}
#right .room ul li .img .room01:hover {
	background-image: url(../images/room/01-2.png);
}
#right .room ul li .img .room02 {
	background-image: url(../images/room/02-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 245px;
	width: 300px;
}
#right .room ul li .img .room02:hover {
	background-image: url(../images/room/02-2.png);
}
#right .room ul li .img .room03 {
	background-image: url(../images/room/03-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 245px;
	width: 300px;
}
#right .room ul li .img .room03:hover {
	background-image: url(../images/room/03-2.png);
}
#right .room ul li .img .room04 {
	background-image: url(../images/room/04-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 245px;
	width: 300px;
}
#right .room ul li .img .room04:hover {
	background-image: url(../images/room/04-2.png);
}
#right .room ul li .img .room05 {
	background-image: url(../images/room/05-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 245px;
	width: 300px;
}
#right .room ul li .img .room05:hover {
	background-image: url(../images/room/05-2.png);
}
#right .room ul li .img .room06 {
	background-image: url(../images/room/06-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 245px;
	width: 300px;
}
#right .room ul li .img .room06:hover {
	background-image: url(../images/room/06-2.png);
}
#right .room ul li .img .room07 {
	background-image: url(../images/room/07-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 245px;
	width: 300px;
}
#right .room ul li .img .room07:hover {
	background-image: url(../images/room/07-2.png);
}
#right .room ul li .img .room08 {
	background-image: url(../images/room/08-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 245px;
	width: 300px;
}
#right .room ul li .img .room08:hover {
	background-image: url(../images/room/08-2.png);
}

#right .in_room {
	display: block;
	z-index: 9990;
	background-image: url(../images/allbg.jpg);
	background-repeat: repeat;
	line-height: 24px;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 70px;
}
#right .in_room h3 {
	font-size: 24px;
	color: #09F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: normal;
}

#right .in_room #abgne-block-20120110 {
	width: 100%;
	top: 55px;
	right: 0px;
	}
#right .in_room #abgne-block-20120110 ul, #abgne-block-20120110 ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

#right .in_room #abgne-block-20120110 .showbox {
	height: 500px;
	width: 95%;
	margin-bottom: 10px;
	padding-top: 10px;
	}
#right .in_room #abgne-block-20120110 a {
		outline: none;
	}
#right .in_room #abgne-block-20120110 img {
		height: 100%;
		width: 100%;
		border: none;
		vertical-align: middle;
	}
#right .in_room #abgne-block-20120110 .link {
	width: 95%;
	}
#right .in_room #abgne-block-20120110 .link ul {
	margin-bottom: 20px;
}

#right .in_room #abgne-block-20120110 .link li {
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
	height: 100px;
	width: 125px;
	margin-left: 5px;
}

#right .in_room #abgne-block-20120110 .link li a {
	position: relative;
	display: block;
	width: 35px;
	}
#right .in_room #abgne-block-20120110 .link li a img {
	width: 125px;
	height: 100px;
	}

#right .in_room #abgne-block-20120110 .link li.on a img {

	}
#right .in_room #abgne-block-20120110 .link li.on .triangle {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;	
	position: absolute;
	top: 37px;	
	}
#right .in_room #abgne-block-20120110 .link p {
	line-height: 30px;
}



#right .in_room p {
	font-size: 15px;
	line-height: 24px;
}
#right .in_room h3 {
	font-size: 24px;
	color: #09F;
	margin-bottom: 5px;
	font-weight: normal;
}
#right .in_room .red {
	color: #C00;
}
#right .in_room .orange {
	color: #F60;
	font-size: 15px;
}
#right .in_room .orange2 {
	color: #F60;
}

#right .in_room h4 {
	color: #09F;
	margin-bottom: 5px;
	font-size: 15px;
}
#right .in_room .green {
	color: #660099;
}
#right .in_room .green2 {
	font-size: 17px;
	color: #660099;
}

#right .in_room .btn {
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	background-color: #0099FF;
	text-align: center;
	display: block;
	height: 30px;
	width: 70px;
}
#right .in_room .btn:hover {
	background-color: #0066CC;
}
#right .in_room .intitle {
	font-size: 24px;
	font-weight: normal;
	color: #09F;
	background-image: url(../images/eeee.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 20px;
	width: 95%;
}
#right .in_room .intitle .tt {
	font-family: BlackJack;
	font-size: 21px;
	color: #999999;
}
#right .in_room .price {
	background-color: #666;
	margin-bottom: 5px;
}
#right .in_room .price tr th {
	background-color: #FFF;
	height: 40px;
}

#right .in_room .price tr td {
	background-color: #FFF;
	height: 40px;
}
