/* CSS Document */
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;	

}

.btn{height:25px; width:80px}

.txt_info{font-size:12px; color:#0080FF; font-weight:bold;}

.txt10{font-size:12px; color:#FFFFFF;line-height:130%;}
.txt12{	font-size:12px; 	color:#333333;	line-height:130%;}

h1{font-size:10px; color:#FFFFFF; font-weight:normal; padding-top:5px; padding-right:5px; padding-bottom:0px;}
h2{font-size:16px; color:#FFFFFF; font-weight:normal; padding-top:5px; padding-right:5px; padding-bottom:0px;}
h3{font-size:14px; color:#ff9900; font-weight:bold; padding-top:5px; padding-right:5px; padding-bottom:0px;}

.news{
	width:528px;
	height:130px;
	overflow:auto;
	background-color:#F5F1E3;
	scrollbar-3dlight-color:#F5F1E3;
	scrollbar-track-color:#F5F1E3;
	scrollbar-darkshadow-color:#F5F1E3;
	scrollbar-face-color:#C3BA9D;
	scrollbar-highlight-color:#F5F1E3;
	scrollbar-shadow-color:#F5F1E3;
	scrollbar-arrow-color:#F5F1E3;
	}
	
.p_news_title{
	padding:10px 0px;
	color:#fee96a;
	font-size:14px;
	text-align:left;
}
.p_news_txt{
	padding:5px 0px;
	color:#ffffff;
	font-size:12px;
	text-align:left;
}


/*---------
TOP‰æ‘œ‚ÌŽw’è
-------------------------------*/

#topimg {
	width: 767px;
	height: 330px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	background: url(../img/top_img3.jpg) no-repeat;
}

#topfla {
	width: 396px;
	height: 259px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 36px;
	background-color: #009900;
}
