@charset "utf-8";
/* CSS Document */
body {
	background-color:#dfe4f8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#003366;
	margin:0px;
}
h1, h2, h3, h4 {
	margin:0px;
}
#box {
	width:800px;
	height:auto;
	margin:auto;
}
#top {
	width:700px;
	height:35px;
	background:url(../images/index_01.gif) no-repeat scroll left top;
	float:left;
	position:relative;
	padding:10px 50px 0px 50px;
	color:#FFFFFF;
	text-align:center;
}
#top a {
	width:auto;
	padding:0px 10px;
	font-weight:bold;
	color:#FFFFCC;
	text-decoration:none;
}
#top a:hover {
	color:#FFFF33;
	text-decoration:underline;
}
#banner {
	width:800px;
	height:330px;
	background:url(../images/banner.JPG) no-repeat scroll left top;
	float:left;
	position:relative;
	margin:20px 0px;
}
#textbox {
	width:680px;
	height:270px;
	background:url(../images/index_05.gif) no-repeat scroll left top;
	float:left;
	position:relative;
	margin:5px 0px;
	padding:30px 60px;
}
#left {
	width:240px;
	height:auto;
	display:block;
	float:left;
	position:relative;
}
#left li {
	display:block;
	list-style-type:none;
	line-height:22px;
	background:url(../images/arrow.gif) no-repeat scroll 0px 1px;
	padding-left:10px;
}
#left li:hover {
	background-color:#FFFF66;
	color:#2b2b2b;
}
#right {
	width:420px;
	height:auto;
	float:right;
	position:relative;
	margin-left:10px;
}
#right a.more {
	width:72px;
	height:12px;
	background:url(../images/readmore.gif) no-repeat scroll 0px 0px;
	float:right;
}
#right a.more:hover {
	background:url(../images/readmoreh.gif) no-repeat scroll 0px 0px;
}
#right a.hotel {
	width:200px;
	height:60px;
	background:url(../images/lh.gif) no-repeat scroll 0px 0px;
	float:left;
}
#right a.service {
	width:200px;
	height:60px;
	background:url(../images/rh.gif) no-repeat scroll 0px 0px;
	float:left;
	margin-left:10px;
}
#right img {
	width:200px;
	height:60px;
	float:left;
	position:relative;
	margin-left:5px;
}
#right img a {
	text-decoration:none;
	display:block;
	width:200px;
	height:60px;
}
#footer {
	width:700px;
	height:auto;
	float:left;
	position:relative;
	padding:5px 50px; 
	text-align:center;
	margin:20px 0px;
	background:url(../images/foot.gif) repeat-x scroll left top;
}
#footer a {
	font-weight:bold;
	color:#FFFFCC;
	padding:0px 5px;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFF33;
	text-decoration:underline;
}
#spacer {
	width:100%;
	height:auto;
	clear:both;
}
.t1 {
	font-size:large;
	font-weight:bold;
	color:#006666;
}
