@charset "utf-8";
/* CSS Document */

div#mid-text1 {
	height: 454px ;
	width: 510px ;
	padding-right: 25px ;
	overflow: auto ;
}

	ul#news01 {
		display: block ;
	}

	ul#news02 {
		display: none ;
	}

	ul#news03 {
		display: none ;
	}

	ul li {
		color: #444 ;
		font-size: 12px ;
	}
	
	ul#news_table {
		list-style: none ;
	}
	
	ul#news_table li a {
		height: 18px ;
		width: 466px ;
		display: block ;
		margin: 2px ;
		background-color: #f4f3f3 ;
		padding: 4px 0 0 5px ;
		text-decoration: none ;
		font-style: normal ;
		font-weight: normal ;
		color: #444 ;
	}
	
	ul#news_table li a.li2 {
		background-color: #e8e8e8 ;
	}
	
	ul#news_table li a:hover {
		background-color: #e28327 ;
		font-weight: bold ;
		color: #FFF ;
	}
	
	p.center {
		text-align: center ;
	}