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

<style type="text/css">

html {
	height: 100%;
}

<!--
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	height: 100%;
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}
h1{
	margin-top: 0;	 /* 移除上方邊界可以解決邊界可能從其包含的 Div 逸出的問題。剩餘的下方邊界可以保持 Div 不與接在後面的元素接觸。 */
	padding-right: 15px;
	padding-left: 15px; /* 將欄位間隔加入至 Div 內元素的兩側 (而不是 Div 本身)，即可不需執行任何方塊模型的計算作業。具有側邊欄位間隔的巢狀 Div 也可當做替代方法。*/
	color: #006F23;
	
}

h2, h3, h4, h5, h6 {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
		color: #006F23;
}

#pagenav {
	text-align: center;
}

p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
	text-align:justify;
}

a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: none;
	

}
a:visited {
	color: #42413C;
	text-decoration: none;

}
a:hover, a:active, a:focus { 
	color: #42413C;
	text-decoration: underline;

}



.container {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto; 
	height: 100%;
}


.header {
	background-color: #FFFFFF;
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.navhead {
	background-image: url("bg4.jpg");
    background-repeat: repeat-x;
	background-size: 100% 100%;
	height: 40px;

}

.navhead a:link {
	color: #FFFFFF;
	text-height:font-size 20;
	text-decoration: none;
	display:block;
	font-weight: normal;
}
.navhead a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.navhead a:hover, a:active, a:focus { 
	text-decoration: none;
	font-weight: normal;
}


#navlist li
{
    display: table-cell;
    height: 40px;
	width: 192px; /* 960 divided by number of tabs */
/*    width: 160px;   */
    line-height: 40px;
    text-align: center;
    border-right: solid #fff;
    white-space: nowrap;
	padding: 0 10px;
}

#navlist li:hover
{
	background-color: #333333
}


.sidebar1 {
	float: right;
	width: 270px;
	height: 100%;
	background-color: #FFFFFF;
	padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
	
}

#news ul {
	list-style-type:none;
	
}

.feature {

	
	width: 660px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
	font-size:x-large;
	color:#006F23;
	
}

.indexgraph {

	padding: 10px 0;
	width: 660px;
	float: left;
	background-color: #FFFFFF;
	height: 480px;
	padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
	font-size: large;
	color:#006F23;
}

/* ~~ 這個群組選取器會在 .content 區域空間中提供清單 ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* 這個欄位間隔反映出上方標題和段落規則中的右方間隔。當欄位間隔位於下方時，便可將清單中的其他元素間隔開來；當位於左方時，則可藉此建立縮排。這些動作均可依需要進行調整。 */
}


/* ~~ 頁尾 ~~ */
.footer {
	padding: 10px 0;
	background-color: #006F23;
	position: relative;
	clear: both; 
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover, a:active, a:focus { 
	text-decoration: underline;
}



/* ~~ 其他 float/clear 類別 ~~ */
.fltrt {  /* 這個類別可用來讓元素在頁面中浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓元素在頁面左方浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.frame {
	background-color: #FFFFFF;
	height:800px;
	width:100%;
	padding-top: 0px;
    padding-bottom: 30px;
}

.indexhr { 
    display: block;
    margin-top: 0.1em;
    margin-bottom: 0.3em;
    margin-left: auto;
    margin-right: auto;
    border-style: outset;
    border-width: 1px;
} 

hr { 
    display: block;
	margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 200px;
    margin-right: 200px;
    border-style: outset;
    border-width: 1.5px;
} 

.foothr { 
    display: block;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    margin-left: auto;
    margin-right: auto;
    border-style: outset;
    border-width: 1px;
} 

.contentframe {
	padding-top: 0px; 
	padding-bottom: 50px; 
	padding-left: 50px; 
	padding-right: 50px;
	background-color: #FFFFFF;
}