@charset "utf-8";
body{
	margin:0;
	padding:0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #EDAE2B;
	font-family:"微軟正黑體";
}


img{
	border: 0;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none; 
}
a:hover {
	text-decoration: none; 
}
a:active {
	text-decoration: none; 
}



#header {
	width: 1024px; 
	margin: auto;
	height: 174px;
	padding: 0 
}

#logo{
	width:317px;
	height: 174px;
	float: left;
	
}
.menu{
	height: auto;
	float: left;
	background: url(../images/mbg.png) no-repeat;
	width:650px;
	
}
.home{
	float:right;
	padding-right: 80px;
	margin-bottom:-30px;
	padding-top: 5px;
	position:relative;
	z-index: 8;
	
}

.home a:hover{
filter:alpha(opacity=80);
opacity: 0.8;
	
}

#banner {
	margin: auto;
	width: 980px;
	padding-left: 44px;
	padding-right: 0px;
	height: 328px;
	position: relative;
	z-index:2
}

.news{
	width:60%;
	margin-top: -30px;
	position:relative;
	z-index:11;
	padding-left:10px;
	background-image: url(../images/icon_news.gif);
	background-repeat: no-repeat;
	background-color:#F8F8F8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#abgne_marquee {
		position: relative;
		overflow: hidden;	/* 超出範圍的部份要隱藏 */
		width: 415px;
		height: 25px;
		border: 0px solid #ccc;
	}
	div#abgne_marquee ul, div#abgne_marquee li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	div#abgne_marquee ul {
		position: absolute;
		left: 30px;			/* 往後推個 30px */
	}
	div#abgne_marquee ul li a {
		display: block;
		overflow: hidden;	/* 超出範圍的部份要隱藏 */
		font-size:17px;
		height: 25px;
		line-height: 25px;
		text-decoration: none;
		color: #00C;
	}
	div#abgne_marquee div.marquee_btn {
		position: absolute;
		cursor: pointer;
	}
	div#abgne_marquee div#marquee_next_btn {
		left: 5px;
	}
	div#abgne_marquee div#marquee_prev_btn {
		right: 5px;
	}




#rotator {
	WIDTH: 981px; HEIGHT: 328px; TEXT-ALIGN: left;
	display:block;
	margin:0 auto;
}

#contant {
	margin: auto;
	width: 1024px;
	height: auto; 
	line-height:24px; 
	background: url(../images/main_bg_17.png) repeat-y;
}

#main {
	height: auto;
	min-height: 250px; 
	width: 824px; 
	padding-left: 70px;
	padding-right: 30px;
	margin-top: -30px;
	position: relative;
	line-height: 33px;
	z-index:3;
	padding-bottom: 15px;
}
.tit{
	color:#009999;
	font-size: 20px;
	font-weight:bold;
	height: 75px;
	width: 100%;
	margin-top: -25px;
	
	
}

#side {
	float: left;
	width: 220px; 
	height: auto;
	min-height: 300px; 
}


#footer {
margin: auto;
    width: 924px;
    height: 66px;
    clear: both;
    text-align: left;
    font-size: 13px;
    color: #FEFDE7;
    background: url(../images/footer_19.png) no-repeat;
    padding-left: 100px;
}
