@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg) repeat;
	color:#412210;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #c0ac80;
	text-decoration: none;
}
a:hover {
	color: #99FFFF;
	text-decoration: underline;
}

#header {
	margin-left: 28px;
}
/* marquee */
#marqBox_bg {
	width: 842px;
/*	height: 37px;	*/
	background: url(../images/marquee_bg.png) bottom left no-repeat;		
	font:13px Arial;
	color:#ffffff; 
	letter-spacing:2px;
}
#marqBox {
	position: relative;
	top: 10px;
}

/* newsBox */
#newsBox {
	position: relative;
	background: url(../images/newsBox.png) no-repeat;
	height: 176px;
	width: 468px;
}
#newsList {
	position:absolute;
	visibility:visible;
	top: 55px;
	left: 55px;
	width: 372px;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
}
#newsList a {
	color: #fff;
}
#newsList a:hover {
	color: #99FFFF;
	text-decoration: underline;
}
#footer {
	padding: 20px 0;
	background: url(../images/footer_bg01.png) no-repeat;
}
#bottomMenu {
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	color: #c0ac80;
}
#bottomLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.aMap {
	color: #53bea1;
}