@charset "utf-8";

/**********************************
		最新消息&歷史消息
***********************************
1.內文
	1-1.表格標題
	1-2.表格內容
	1-3.表格寬度
	1-4.選擇項目
	1-5.超連結
	1-6.水平線
***********************************
***********************************/

/** 1.內文
**********/
#main {
	float:           left;
	padding-left:    25px;
	width:           710px;
	}

	/** 1-1.表格標題
	***************/	
	.font-A{
		margin:          0;
		font-size:       2.4em;
		font-weight:     bold;
		color:           #6094BF;
		border-top:		 0px solid #6094BF;
		border-right:	 0px solid #6094BF;
		border-left:	 15px solid #6094BF;
		border-bottom:	 1px solid #6094BF;
		padding:	 	 1px 3px 0 3px;
		}

	/** 1-2.表格內容
	***************/	
	.table-A  {
		width: 			 680px;
		border-collapse: collapse;
		filter:			 Alpha(opacity=90, finishOpacity=60, style=1) 
		}
	.table-A tr {
		border-left:	 0px;
		height:			 30px;
		background: 	 #E6F3FF;
		}
	.table-A th {
		font-size:      1.6em;
		background:		#6094BF;
		height:			29px;
		padding:	 	0 11px;
		color:			#ffffff;
		text-align: 	center;
		border-left: 	solid 1px #ffffff;
		border-bottom: 	solid 2px #ffffff;
		}
	.table-A td {
		font-size:      1.5em;
		line-height:	1.5em;
		padding: 	    7px 11px;
		border-left:	solid 1px #ffffff;
		border-bottom:  solid 1px #ffffff;
		}


	/** 1-3.表格寬度
	***************/
	.col-A { width: 5em ;} /*** 發佈時間 ***/
	.col-B { width: 4.5em ;} /*** 公告對象 ***/
	.col-C { width: 4.7em ;} /*** 　類別　 ***/
	

	/** 1-5.選擇項目
	**************/
	.list {
		font-size:       1.8em;
		padding:		 0 0 0 1.2em;
		}
	.list a:link, .list a:active, .list a:visited {
		text-decoration: underline;
		color:           #336699;
		}
	.list a:hover {
		text-decoration: none;
		}
		
		
	/** 1-4.超連結
	*************/	
	.table-A a:link, table-A a:active, table-A a:visited{
		text-decoration: underline;
		color:           #006699;
		}
	.table-A a:hover {
		text-decoration: none;
		}		
	h3 {
		margin:          0;
		padding:		 0 0 0 0.5em;
		font-size:       2.4em;
		font-weight:     bold;
		color:           #94C258;
		}
	h3 a:link, h3 a:active, h3 a:visited {
		color:			 #94C258;
		text-decoration: underline;
		}
	h3 a:hover {
		text-decoration: none;
		}		
		
		
	/** 1-6.水平線
	*************/
	hr {
		border-style:	 dotted;
		border-color:	 #CCCCCC;
		}	
