@charset "utf-8";

/* CSS Document */
body{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bkline.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#C96;
}
/*Left_menuside---------------------------------*/
#topic{
	width:800px;
	height:350px;
	margin:0 auto;
	background-image:url(images/top.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#logo_set{
	height:70px;
	background-image:url(images/logoindex.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#463026;
}
#topnav{
	width:200px;
	position:relative;
	top:40px;
	left:600px;
}
#topnav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#topnav li{
	font-size:12px;
	float:left;
	padding:5px;
}
#topnav a{
	color:#999;
	text-decoration:none;	
}
#topnav a:hover{
	color:#FFF;
	text-decoration:underline;
}
/*Basic page set--------------------------------*/
#page{
	width:800px;
	margin:0 auto;
	background-color:#463026;
}
/*Navgation-------------------------------------------*/
#nav{
	width:800px;
	height:46px;
	margin:0 auto;
}
#navlist{
	width:720px;
	margin:0 auto;
}
#navlist ul{
	list-style:none;
	margin:0;
	padding:0;
}
#navlist li{
	color:#000;
	font-size:13px;
	float:left;
	text-align:center;
	margin:0;
}
#navlist li a{
	width:90px;
	height:46px;
	display:block;
	cursor:pointer;
	color:#ccc;
	text-decoration:none;
}
#navlist li a:hover{
	width:90px;
	height:46px;
	color:#FC0;
	text-decoration:none;
}
.navtxt_en{
	color:#666;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
.nactxt_ex{
	display:block;
	padding-top:10px;
	background:transparent url(images/btn.png);
	background-repeat:no-repeat;
	background-position:right center;
}
/*Index_news_set*/
#index_content{
	width:88%;
	margin:10px auto;
}

#Indexnews{
	float:left;
	width:720px;
	color:#ddd;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
#Indexnews h2{
	font-size:14px;
	color:#777;
	border-bottom:1px dotted #666;
	padding:5px 0 2px;
	margin:0;
}
#Indexnews ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#Indexnews li{
	line-height:1.5em;
	padding:2px 0;
}
.moreset{
	font-size:10px;
	padding-left:500px;
}
.moreset a{
	padding:0;
	color:#777;
	text-decoration:none;
}
.moreset a:hover{
	color:#fc0;
	text-decoration:underline;
}
.news_cube{
	margin:2px auto;
}
.news_time{
	float:left;
	width:80px;
}
.news_info{
	float:left;
	width:620px;
	padding:0 5px;
	border-left:1px dotted #CCC;
}
.news_info a{
	padding:0;
	color:#FFF;
	text-decoration:none;
}
.news_info a:hover{
	color:#fc0;
	text-decoration:underline;
}
#roomintro{
	float:right;
	width:300px;
}
#roomintro h2{
	font-size:14px;
	color:#777;
	padding:5px 0 2px;
	margin:0;
}
.roomphoto{
	padding:10px;
	margin:0 auto;
}
.roomphoto img{
	border:2px solid #38261F;
	padding:3px;
	background-color:#3C2722;
}
.roomphotocolum{
	padding:3px 0;
}
.moreroom{
	font-size:10px;
	padding-left:130px;
}
.moreroom a{
	padding:0;
	color:#777;
	text-decoration:none;
}
.moreroom a:hover{
	color:#FC0;
	text-decoration:underline;
}
/*footer---------------------------------------*/
#footer{
	width:100%;	
	border-top:1px dashed #fc0;
}
.footerspaceindex{
	margin:25px auto 0;
	padding:10px 0 10px;	
}
#footercontent{
	width:800px;
	color:#777;
	font-size:12px;
	margin:0 auto;
}
#footer a{
	color:#777;
	text-decoration:none;
}
#footer a:hover{
	color:#ccc;
	text-decoration:underline;
}
.fc{
	float:left;
	width:500px;
	margin-left:15px;
}
.fd{
	float:right;
	width:260px;
}
/*All style-----------------------------------------------*/
.hidden{
	display:none;
}
.clearboth{
	clear:both;
}
.test{
	width:552px;
	height:250px;
	margin:0 auto;
	background-color:#093;
	}
