/*
版本：	ver 0.1.040324
路徑：	\css\
作用：	新版網頁的 CSS 檔案，並所有一般網頁的 CSS 設定
使用檔案(完全更新後刪除項目)：
<Award>目錄內所有檔案
*/

body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif","新細明體";
	background-color: #FFF;		/*深紅色底*/
	}

/*p {
	LINE-HEIGHT: 100pt;
	}*/

a {
	color: #900;
	}

/* 深紅色table標題 */
th {
	background-color: GREEN;			/*深紅色底*/
	color: #FFF;					/*白色字*/
	font-weight: 700;				/*中粗體*/
	padding: 3px;					/**/
	line-height: 45px;				/**/
	font-size: 16pt;				/*字體大小*/
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif","新細明體";
	}

td,tbody {
	background-color: #FDA;
	font-size: 12pt;
	font-style: normal;
	color: #000;
	padding: 10px;
	line-height: 20pt;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif","新細明體";
	}

img {
	border: 0px solid;
	}

/* ------------------------------- 自訂 ------------------------------ */ 

/*分享文章*/
.sharepost {
	background-color: #FFF;
	line-height: 18pt;
	text-align: justify;
	}

/*table 中使用淡橙紅色*/
.title {
	background-color: #FC9;
	font-weight: 600;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif","新細明體";
	}

/*table 之間的分隔*/
.PauseRow {
	background-color: #900;
	font-style: normal;
	line-height: normal;
	padding: 5pt;
	}

/**/
.head {
	background-color:#999;
	color:#fff;
	line-height: 40pt;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 10pt;
	}

/**/
.flat {
	background-color:#999;
	color:#fff;
	line-height: 16pt;
	padding: 3pt 10pt;
	text-align: right;
	vertical-align: middle;
	}

/**/
.mainboby {
	background-color: #FDA;
	}