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

@font-face{
	font-family: "微軟正黑體";
    src: url(msjh.tif);
}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.both {
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family: "微軟正黑體", Arial, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
	background-color: #041d32;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 74px;
	position: relative;
}
#header .topmenu {
	position: absolute;
	left: 707px;
	top: 9px;
}
#menu {
	background-image: url(../images/menu-bg.png);
	height: 56px;
}
#menu ul {
	padding-top: 18px;
	padding-left: 37px;
}
#menu ul li {
	float: left;
	text-indent: -999em;
	margin-right: 45px;
	margin-left: 22px;
}
#menu ul li a {
	display: block;
	height: 18px;
	width: 66px;
}
#menu ul li .menu01 {
	background-image: url(../images/menu01-1.png);
	background-repeat: no-repeat;
}
#menu ul li .menu01:hover {
	background-image: url(../images/menu01-2.png);
}
#menu ul li .menu02 {
	background-image: url(../images/menu02-1.png);
	background-repeat: no-repeat;
}
#menu ul li .menu02:hover {
	background-image: url(../images/menu02-2.png);
}
#menu ul li .menu03 {
	background-image: url(../images/menu03-1.png);
	background-repeat: no-repeat;
}
#menu ul li .menu03:hover {
	background-image: url(../images/menu03-2.png);
}
#menu ul li .menu04 {
	background-image: url(../images/menu04-1.png);
	background-repeat: no-repeat;
}
#menu ul li .menu04:hover {
	background-image: url(../images/menu04-2.png);
}
#menu ul li .menu05 {
	background-image: url(../images/menu05-1.png);
	background-repeat: no-repeat;
}
#menu ul li .menu05:hover {
	background-image: url(../images/menu05-2.png);
}
#menu ul li .menu06 {
	background-image: url(../images/menu06-1.png);
	background-repeat: no-repeat;
}
#menu ul li .menu06:hover {
	background-image: url(../images/menu06-2.png);
}
#menu ul li .menu07 {
	background-image: url(../images/menu07-1.png);
	background-repeat: no-repeat;
}
#menu ul li .menu07:hover {
	background-image: url(../images/menu07-2.png);
}
#main {
	background-color: #FFF;
}
.slideshow {
	position: relative;
	height: 430px;
	width: 980px;
	float: left;
	}
	.slideshow li {
		position: absolute;
	}
	.slideshow a img{
	display: block;
	padding: 0;
	border: none;
	height: 430px;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	.slideshow li a{
		display: block;
	}
	.slideshowController {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.slideshowController a {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 60px;
	bottom: 0;
	z-index: 9999;
	outline: none;	/* 去除超連結虛線 */
	background-color: transparent;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	.slideshowController .next{
		background-position: -30px 0;
		right: 0;
	}
	.slideshowController .play{
		background-position: -60px 0;
		right: 30px;
	}
	.slideshowController .pause{
		background-position: -90px 0;
	}
#main .indexcon {
	background-image: url(../images/room-bg2.jpg);
}

#abgneBlock {
	width: 980px;
	height: 430px;
	position: relative;
	overflow: hidden;
	}
	#abgneBlock ul.list {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		width: 9999px;
		height: 100%;
	}
	#abgneBlock ul.list li {
	float: left;
	width: 980px;
	height: 100%;
	}
	#abgneBlock .list img{
		width: 100%;
		height: 100%;
		border: 0;
	}
	#abgneBlock ul.playerControl {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		bottom: 5px;
		right: 5px;
		height: 14px;
	}
	#abgneBlock ul.playerControl li {
	float: left;
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin: 0px 2px;
	background-image: url(../images/cir_ctrl.png);
	background-repeat: no-repeat;
	background-position: -10px 0;
	}
	#abgneBlock ul.playerControl li.current { 
		background-position: 0 0;
	}


#news {
	background-color: #FFF;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 80px;
	padding-left: 50px;
	color: #EEE;
	background-image: url(../images/room-bg2.jpg);
}
#news .title {
	float: left;
	width: 280px;
	margin-right: 80px;
}
#news .title h2 {
	font-size: 19px;
	text-align: center;
	color: #FFF;
}
#news .title .line {
	margin-bottom: 15px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#news .title ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 7px;
}
#news .title ul li a {
	text-decoration: none;
	color: #EEE;
}
#news .title ul li a:hover {
	color: #FC0;
}



#news .content {
	float: left;
	width: 500px;
	padding-top: 10px;
}
#news .content h3 {
	font-size: 17px;
	margin-bottom: 25px;
	color: #FFDE00;
	font-weight: normal;
}
#news .content p {
	line-height: 21px;
}
#about {
	background-image: url(../images/body_bg.jpg);
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 70px;
	color: #EEE;
}
#about .top {
	margin-bottom: 18px;
	color: #EEE;
}
#about .top .img {
	float: left;
	width: 450px;
	text-align: center;
}
#about .top .con {
	float: left;
	width: 340px;
	margin-left: 30px;
	margin-top: 30px;
	color: #333;
}
#about h2   {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
	font-size: 19px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-color: #FFCC00;
}
#about .top .con p {
	font-size: 15px;
	color: #EEE;
	line-height: 21px;
	margin-bottom: 20px;
}
#about h3  {
	color: #FFF;
	font-size: 19px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding-bottom: 5px;
}
#about .bot p {
	font-size: 15px;
	color: #EEE;
	line-height: 21px;
	margin-bottom: 10px;
}
#about table {
	color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/room-bg2.jpg);
}
#about table tr td {
	line-height: 24px;
}


#plan {
	background-image: url(../images/room-bg2.jpg);
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 150px;
	color: #EEE;
	font-size: 15px;
}
#plan .con table {
}
#plan .con table th {
	font-weight: normal;
	color: #FC0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#plan .con table td {
	height: 24px;
}
#plan .con table tr .line123 {

}
#plan ul li .con table .lili td {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}




#plan ul {
}
#plan ul li {
	margin-bottom: 10px;
}
#plan ul li .img {
	float: left;
}
#plan ul li .con {
	float: left;
	margin-left: 30px;
	width: 540px;
}
#plan ul li .con h3 {
	color: #FC0;
	margin-bottom: 5px;
	font-size: 15px;
}
#plan ul li .con p {
	margin-bottom: 15px;
	line-height: 21px;
}
#plan ul li .con .p2 {

}
#plan ul li .line {
	height: 1px;
	width: 680px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC0;
	padding-bottom: 20px;
}









#room {
	position: relative;
	height: 580px;
	background-image: url(../images/room-bg2.jpg);
}
#room .title01 {
	position: absolute;
	left: 70px;
	top: 38px;
}
#room .roomA {
	position: absolute;
	left: 220px;
	top: 37px;
}

#room .roomA ul {
}
#room .roomA ul li {
	width: 140px;
	float: left;
}
#room .roomA ul li .img {
	margin-bottom: 3px;
	border: 1px none #CCC;
}
#room .roomA ul li a {
	color: #FFF;
	text-decoration: none;
}
#room .roomA ul li a:hover {
	text-decoration: underline;
}
#room .title02 {
	position: absolute;
	left: 40px;
	top: 308px;
	color: #FFF;
	font-size: 12px;
}
#room .roomB {
	position: absolute;
	left: 190px;
	top: 309px;
}

#room .roomB ul {
}
#room .roomB ul li {
	width: 140px;
	float: left;
}
#room .roomB ul li .img {
	margin-bottom: 3px;
	border: 1px none #CCC;
}
#room .roomB ul li a {
	color: #FFF;
	text-decoration: none;
}
#room .roomB ul li a:hover {
	text-decoration: underline;
}
#room .title03 {
	position: absolute;
	left: 498px;
	top: 308px;
	color: #FFF;
	font-size: 12px;
}
#room .roomC {
	position: absolute;
	left: 648px;
	top: 309px;
}
#in_room {
	background-image: url(../images/body_bg.jpg);
	position: relative;
	color: #EEE;
	padding-bottom: 40px;
}
#in_room .bar {
	background-image: url(../images/bar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 525px;
	position: absolute;
	left: 435px;
	top: 5px;
	z-index: 50;
}
#in_room .bar ul {
	padding-top: 13px;
	padding-left: 20px;
}
#in_room .bar ul li {
	float: left;
	color: #FFF;
	margin-right: 10px;
}
#in_room .bar ul li a {
	color: #FFF;
	text-decoration: none;
}
#in_room .bar ul li a:hover {
	color: #FC0;
}

#in_room .bar ul li h3 {
	color: #FC0;
	margin-right: 5px;
}
#in_room .left {
	float: left;
	width: 285px;
	padding-top: 45px;
	padding-left: 35px;
}
#in_room .left h4 {
	font-size: 19px;
	color: #FFF;
	width: 255px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#in_room .left .ul1 {
	padding-right: 30px;
	height: 310px;
	margin-bottom: 30px;
}
#in_room .left .ul1 li {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 15px;
	line-height: 19px;
	text-align: center;
}
#in_room .left ul li p {
	padding-left: 14px;
	line-height: 24px;
	font-size: 15px;
}
#in_room .left .view {
	background-image: url(../images/roomview-bg.png);
	height: 72px;
	width: 271px;
	float: right;
	position: relative;
}
#in_room .left .view .button {
	position: absolute;
	top: -16px;
	z-index: 50;
}

#in_room .left .view ul {
	padding-right: 5px;
	padding-top: 30px;
}
#in_room .left .view ul li {
	float: right;
	margin-right: 2px;
	margin-left: 2px;
}
#in_room .roomcon {
	padding-top: 30px;
	padding-left: 150px;
}
#in_room .roomcon table {
	line-height: 21px;
	background-color: #FFF;
}

#in_room .roomcon table tr td {
	height: 25px;
	background-color: #292A2E;
}
#in_room .roomcon table tr th {
	padding-right: 15px;
	background-color: #292A2E;
	padding-top: 5px;
}

#in_room .right {
	float: left;
	width: 650px;
	padding-top: 55px;
	height: 450px;
	position: relative;
}
#in_room .line123 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}

#in_room #abgne-block-20120110 {
	width: 937px;
	height: 450px;
	position: absolute;
	overflow: hidden;
	top: 55px;
	right: 0px;
	}
#in_room #abgne-block-20120110 ul, #abgne-block-20120110 ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
#in_room #abgne-block-20120110 a {
		outline: none;
	}
#in_room #abgne-block-20120110 img {
		height: 100%;
		width: 100%;
		border: none;
		vertical-align: middle;
	}
#in_room #abgne-block-20120110 .link li {
	float: right;
	margin-right: 2px;
	margin-left: 2px;
}

#in_room #abgne-block-20120110 .link li a {
	position: relative;
	display: block;
	width: 35px;
	}
#in_room #abgne-block-20120110 .link li a img {
	width: 35px;
	height: 35px;
	}
#in_room #abgne-block-20120110 .link {
	position: absolute;
	left: 78px;
	top: 405px;
	width: 203px;
	}
#in_room #abgne-block-20120110 .showbox {
	height: 450px;
	width: 650px;
	float: right;
	}
#in_room #abgne-block-20120110 .link li.on a img {

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


#traffic {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 60px;
	color: #EEE;
	background-image: url(../images/room-bg2.jpg);
	background-color: #0D0D0D;
	background-repeat: no-repeat;
}

#traffic h2  {
	font-size: 19px;
	text-align: center;
	color: #FFF;
}
#traffic .line  {
	margin-bottom: 15px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#traffic .title {
	float: left;
	width: 500px;
	margin-right: 50px;
}
#traffic .title h3 {
	color: #FC0;
	margin-bottom: 10px;
}
#traffic .title h4 {
	color: #FF9;
	margin-bottom: 5px;
}
#traffic .title h4 a {
	color: #FF9;
}

#traffic .title p {
	margin-bottom: 10px;
	line-height: 19px;
}
#traffic .bot {
	padding-top: 15px;
}

#traffic .bot h3 {
	color: #FC0;
	margin-bottom: 10px;
}
#traffic .bot h4 {
	color: #FF9;
	margin-bottom: 5px;
}
#traffic .bot p {
	margin-bottom: 10px;
	line-height: 19px;
}



#traffic .content {
	float: left;
	width: 300px;
}
#traffic .content h2 {
	font-size: 19px;
	text-align: center;
	color: #FFF;
}
#traffic .content .line {
	margin-bottom: 15px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#traffic .content h3 {
	color: #FC0;
	margin-bottom: 10px;
}
#traffic .content h4 {
	color: #FF9;
	margin-bottom: 5px;
}
#traffic .content h4 a {
	color: #FF9;
}

#traffic .content p {
	margin-bottom: 10px;
	line-height: 19px;
}


#ticket {
	background-image: url(../images/room-bg2.jpg);
	color: #EEEEEE;
	font-size: 15px;
	line-height: 21px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}
#ticket .left {
	float: left;
	width: 380px;
	margin-left: 20px;
}
#ticket .right {
	float: left;
	width: 470px;
}


#ticket h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
}
#ticket ul {
}
#ticket ul li {
	margin-bottom: 10px;
	padding-left: 30px;
	text-align: left;
}
#ticket ul .li2 {
	text-align: center;
	padding-right: 30px;
}


#board {
	padding-right: 120px;
	padding-left: 120px;
	padding-top: 20px;
	background-image: url(../images/body_bg.jpg);
	padding-bottom: 20px;
}
#board .bgbg {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-repeat: repeat-y;
	background-image: url(../images/board-bg.jpg);
}

#board h2 {
	font-size: 17px;
	color: #36F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 3px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
}


#board p {
	font-size: 15px;
	color: #39F;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 21px;
	width: 680px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#board .bb3 {
	color: #333;
	margin-bottom: 10px;
}

#board .bb3 th {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#board .bb3 td  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 40px;
}
#board .bb3 .td2 {
	padding-left: 10px;
}
#board .bb3 table .aa td{
	color: #06F;
	border-bottom-color: #000;
	height: 40px;
}
#board .bb3 table .aa .td2 .noline td{
	border-bottom-style: none;
}




#board .bb1 {
	color: #CCC;
	margin-bottom: 10px;
}
#board .bb1 .qq td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 30px;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
}
#board .bb1 ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 680px;
}
#board .bb1 .qq .con {
	color: #333;
}
#board .bb1 .qq .con2 {
	color: #999;
}


#board .bb1 .aa td {
	padding-right: 5px;
	padding-left: 5px;
}




#board .bb2 {
	padding-top: 15px;
}
#board .bb2 table{
	color: #333;
	border: 1px solid #333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #EEE;
}
#board .bgbg .bb2 table tr td {
	padding-right: 5px;
	padding-left: 5px;
}

#board .bb2 .button{
	width: 55px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 10px;
}
#board .page {
	margin-bottom: 30px;
}

#board .page a {
	color: #333;
	text-decoration: none;
}
#board .page a:hover {
	color: #36F;
}







#footer {
	background-color: #a9a9a9;
	height: 77px;
}
#footer .botlogo {
	padding-left: 38px;
	float: left;
	width: 176px;
}
#footer .copyright {
	width: 739px;
	float: left;
	padding-left: 20px;
	line-height: 19px;
	font-size: 12px;
	padding-top: 15px;
}
#header .top2 {
	position: absolute;
	left: 663px;
	top: 48px;
	width: 296px;
	text-align: right;
}
#header .top2 a {
	color: #FF6;
	text-decoration: none;
}
#header .top2 a:hover {
	text-decoration: underline;
}