@charset "utf-8";
body,td,th {
	font-family: "微軟正黑體";
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

/* CSS Document */

a.bgToggle{
	cursor:pointer;
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

.topArea{
	position:relative;}

.topArea .topBg{
	width: 100%;
	height: 51px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ddc16a;
	opacity: .5;
}

.newsArea{
	width: 980px;
	position: fixed;
	bottom: 89px;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	background-image: url(../images/white.png);
	background-repeat: repeat;
	border-radius: 10px;
	height: 174px;
	left: 1px;
	display: none;
}
.room_pic {
	float: left;
	height: 174px;
	width: 223px;
	margin-left: 22px;
}





.newsArea a.toggleNews{
	cursor: pointer;
	width: 86px;
	height: 24px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	right: -90px;
	background-image: url(../images/index_13.png);
	background-repeat: no-repeat;
}
.logo {
	float: left;
	height: 69px;
	width: 69px;
}
.font_white {
	color: #FFF;
	text-decoration: none;
}
.font_brown {
	color: #9f7a59;
	text-decoration: none;
}
.font_pink {
	color: #da2a4e;
	text-decoration: none;
}


#menu {
	height: 69px;
	width: 1100px;
	position: fixed;
	top: 13px;
	text-align: right;
	left: 17px;
}






#menu ul li{
	float: left;
	width: auto;
	height: 24px;
	display: inline;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	right: 0px;
	color: #41210f;
	background-image: url(../images/white.png);
	background-repeat: repeat;
	margin-top: 22px;
	margin-bottom: 23px;
	padding-right: 15px;
	padding-left: 15px;
}

#menu ul li a{
	display: block;
	height: 24px;
	width: auto;
	color: #41210f;
}
#menu ul li a:hover {
	display: block;
	color: #9f7a59;
}
.about {
	font-size: 15px;
	line-height: 24px;
	color: #666;
	text-decoration: none;
	background-image: url(../images/index_07.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 566px;
	padding-top: 120px;
	position: fixed;
	left: 18px;
	top: 138px;
}
.weather {
	height: 132px;
	width: 245px;
	position: fixed;
	right: 24px;
	bottom: 90px;
	opacity: .5;
}
.foot {
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	position: fixed;
	height: 72px;
	width: 783px;
	right: 24px;
	bottom: 0px;
}
