@charset "utf-8";

html { width:100%; height:100%; overflow:hidden; }
body { width:100%; height:100%; margin:0px; padding:0px; background-color:#363636; color:#ffffff; font-size:14px; font-family:"Times New Roman", Times, serif; }
#container { width:100%; height:100%; margin:0px; padding:0px; }
img { border:0px; }


#flash { height:100%; position:absolute; top:0px; left:0px; }
table { width:100%; height:100%; border:0px; border-collapse:collapse; border-spacing:0; }
table tr td { margin:0px; padding:0px; }

.text { font-size:10px; color:#ffffff; font-family:Tahoma, Geneva, sans-serif; margin-top:20px; }

a { color:#ffffff; }

/* News */
	#news { width:100%; height:100%; display:none; margin-top:160px; *margin-top:0px; }
	#news_container { width:960px; height:500px; margin:auto; position:relative; }
	
	#news_list { width:560px; position:absolute; top:100px; *top:300px; left:30px; }
	#news_list table tr td { padding-bottom:14px; }
	#news_list table tr .title { }
	#news_list table tr .date { width:100px; }
	
	#news_paging { width:530px; position:absolute; top:357px; left:30px; }
	#news_paging div { float:left; }
	#news_paging .btn_prev { width:50px; }
	#news_paging .btn_next { width:50px; text-align:right; }
	#news_paging .list { width:430px; text-align:center; line-height:12px; }
	a { text-decoration:none; cursor:pointer; }
	a:hover { color:#999999; text-decoration:underline; }
	.selected { color:#999999; }
	
	#news_detail { position:absolute; top:25px; *top:225px; left:0px; width:980px; height:400px; }
	#news_detail .btn_prev { position:absolute; top:182px; left:0px; }
	#news_detail .btn_next { position:absolute; top:182px; left:515px; }
	#news_detail .btn_back { position:absolute; top:-13px; left:890px; }
	
	/* Thumbnail */
		#news_detail .photo_tn { list-style:none; margin:0px; padding:0px; position:absolute; top:37px; left:553px; width:500px; }
		#news_detail .photo_tn li { margin:0px; padding:0px; float:left; margin-right:2px; }
		#news_detail .photo_tn li img { border:1px solid #666666; }
		#news_detail .photo_tn li img:hover { border:1px solid #999999; }
	
	/* Info */
		#news_detail .info { position:absolute; top:146px; left:553px; width:405px; height:200px; font-size:13px; overflow:hidden; overflow-y:auto; }
		#news_detail .info .area {  width:405px; }
		#news_detail .info table { width:380px; height:auto; }
		#news_detail .info table tr td { vertical-align:top; }
		#news_detail .info table tr .title { width:305px; text-align:left; }
		#news_detail .info table tr .date { width:100px; text-align:right; }
		#news_detail .info table tr .content { line-height:22px; padding-top:5px; text-align:left; vertical-align:top; }
	
	/* Large Photo */
		#news_detail .large { position:absolute; top:27px; left:32px; }
		#news_detail table { width:470px; height:320px; }
		#news_detail tr td { vertical-align:middle; text-align:center; }
		#news_detail tr td img { border:10px solid #ffffff; }
	
	
	
	
	
	