@charset "utf-8";
.news-bg{
	float:left;
	/*background:transparent url("news_bg.png") no-repeat center top;*/
	width:526px;
	height:306px;
	display:block;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;

}
.abgne_tab{
	clear:left;
	width:526px;
	margin:0 auto;
}
ul.tabs{
	height:35px;
	background:#222222;
}
ul.tabs li{
	background:#222222;
	float:left;
	height:35px;
	line-height:31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border-left: none;
	margin:0 2px;

}
ul.tabs li a{
	width:95px;
	height:35px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:4px 0 0 0;

	
}
ul.tabs li a:hover{
	background:transparent url("bnt_on.jpg") no-repeat center top;
	width:95px;
	height:35px;
}
ul.tabs li.active{
	background:transparent url("bnt_on.jpg") no-repeat center top;
	width:95px;
	height:35px;
}
ul.tabs li.active a:hover{
	background:transparent url("bnt_on.jpg") no-repeat center top;
	width:95px;
	height:35px;
}
.bnt-set{
	margin:20px 0 0 60px;
}
div.tab_container{
	clear: left;
	width: 100%;
	height:267px;
	border-top: none;
	margin:3px 0 0 0;
	overflow:hidden;
	background:#222;
}
div.tab_container ul.tab_content{
	padding:1px 8px;
}
div.tab_container ul.tab_content li{
	float:left;
	width:100%;
    line-height: 1.0;
	border-bottom:1px dotted #666;
	background:#222;
}
div.tab_container ul.tab_content li .newslist{
	float:left;
	width:82%;
	color:#fff;
	font-family:"微軟正黑體";
	font-size:15px;
	line-height:31px;
}
div.tab_container ul.tab_content li .date{
	float:right;
	color:#fff;
	font-family:"微軟正黑體";
	line-height:29px;
	font-size:12px;
}

a:link {
	font-family:"微軟正黑體";
	color:#fff;
	text-decoration:none;
	font-size:16px;
}
a:visited {
	font-family:"微軟正黑體";
	color:#fff;
	text-decoration:none;	
	font-size:16px;
 }
a:active {
	font-family:"微軟正黑體";
	color:#eed78f;
	text-decoration:none;	  
	font-size:16px;
  }
a:hover  {
	font-family:"微軟正黑體";
	color:#eed78f;
	text-decoration:none;
	font-size:16px;
}