@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#FFF0CC;}

#container02{
	width:auto;
	height:auto;
	background:url(img/bg.png) center top no-repeat;}

#container{
	width:960px;
	height:auto;
	padding:0;
	margin:0 auto;
	overflow:hidden;}	

#header{
	height:99px;
	background:url(img/title.png);
	padding-top:489px;}	

#header h1,h2,h3{
	display:none;}

#menu{
	width:960px;
	height:99px;
	}

#menu ul{
	margin:0;
	padding:0;}	
	
#menu ul li{
	list-style-type:none;
	float:left;
	}

#menu ul li.m1 a{
	width:480px;
	display:block;
	height:99px;
	float:left;
	background:url(img/menu.png);
	text-indent:-9999px;
	}
	
#menu ul li.m1 a:hover{
	background:url(img/menu-h.png);}
	
#menu ul li.m1-1 a{
	display:block;
	width:480px;
	height:99px;
	float:left;
	background:url(img/menu-a.png);
	text-indent:-9999px;
	}					

#menu ul li.m2 a{
	display:block;
	width:480px;
	height:99px;
	float:left;
	background:url(img/menu.png) -480px 0;
	text-indent:-9999px;}
	
#menu ul li.m2 a:hover{
	background:url(img/menu-h.png) -480px 0;}

#menu ul li.m2-1 a{
	display:block;
	width:480px;
	height:99px;
	float:left;
	background:url(img/menu-a.png) -480px 0;
	text-indent:-9999px;}	

/*重點說明區*/
#notic{
	width:890px;
	height:80px;
	margin:0 auto;
	font-size:13px;
    border-radius: 10px;
	padding:20px;
	line-height:20px;
	letter-spacing:1px;}

#notic .line{
	font-size:15px;
	font-weight:bold;
	line-height:24px;}

#notic .line strong{
	color:#ED0277;}		

#notic-hotel{
	width:890px;
	height:auto;
	margin:0 auto;
	font-size:13px;
    border-radius: 10px;
	padding:20px;
	line-height:20px;
	letter-spacing:1px;}

#notic-hotel .line{
	font-size:15px;
	font-weight:bold;
	line-height:24px;}

#notic-hotel .line strong{
	color:#ED0277;}	


/*地區選單*/
#nav{
	height:50px;}
#nav ul{
	margin:0;
	padding:0;}	

#nav ul li{
	width:220px;
	height:30px;
	line-height:30px;
	font-size:15px;
	letter-spacing:2px;
	float:left;
	list-style-type:none;
	margin-left:15px;
	text-align:center;
	margin-top:10px;
	border-bottom-style:solid;
	border-bottom-style:dotted;
	border-bottom-width:medium;
	border-bottom-color:#0EB3E1;
	}

#nav ul li a{
	display:block;
	width:220px;
	height:30px;
	text-decoration:none;
	color:#05297E;
	font-weight:bold;}		

#nav ul li a:hover{
	display:block;
	width:220px;
	height:30px;
	background-color:#0EB3E1;
	color:#FFFFFF;
	border-radius: 10px 10px 0px 0px;}

.content{
	width:960px;
	height:auto;
	overflow:hidden;
	padding-top:20px;
	padding-left:15px;}	

.area{
	display:block;
	width:960px;
	height:30px;
	color:#0EB3E1;
	font-size:17px;
	font-weight:bold;
	line-height:30px;
	padding-left:10px;
	border-left:5px solid #0EB3E1;
	margin-bottom:10px;
	clear:both;
	}	
/*--------------------------*/
/*錨點*/
.anchor {
	margin: 0;
	padding: 0;
	margin-top: -22px;
	display: block;
	visibility: hidden;
	float: left;
	margin-left: 200px;
}


#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 60px;     
    padding: 6px 12px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;    
    font-size: 16px;
    background:#d40f7d;
    color:#f4e6d0;
    cursor: pointer;
}			