@charset "utf-8";
/* 共用 */
TABLE { font-family: "細明體", "新細明體"; font-style: normal; font-size: 10pt;}	/* 表格內容 */
BODY {	/* 網頁本文 */
	FONT-SIZE: 10pt;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #454545;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

a {color: #FFFFFF; font:normal 10pt 細明體; text-decoration:underline;}
a:hover {color: #CCFF66; font:normal 10pt 細明體; text-decoration:underline;}

/* 連結 */
a.top_menu:link {color: #ffffff; font:normal 10pt 細明體; text-decoration:none;}
a.top_menu:active {color: #ffffff; font:normal 10pt 細明體; text-decoration:none;}
a.top_menu:visited {color: #ffffff; font:normal 10pt 細明體; text-decoration:none;}
a.top_menu:hover {color: #000000; font:normal 10pt 細明體; text-decoration:underline;}
a.sublnk:link {color: #A81728; font:normal 10pt 細明體; text-decoration:underline;}
a.sublnk:active {color: #A81728; font:normal 10pt 細明體; text-decoration:underline;}
a.sublnk:visited {color: #A81728; font:normal 10pt 細明體; text-decoration:underline;}
a.sublnk:hover {color: #A81728; font:normal 10pt 細明體; text-decoration:underline;}


/* 字型 */
font.subtitle {color: #ffffff; FONT-SIZE: 12pt;LINE-HEIGHT: 15pt;}

/* 按鈕 */
.button {
	BORDER-RIGHT: 1px ridge #000066;
	PADDING-RIGHT: 1px;
	BORDER-TOP: 1px ridge #D8EAFE;
	PADDING-LEFT: 1px;
	FONT-SIZE: 10pt;
	PADDING-BOTTOM: 1px;
	BORDER-LEFT: 1px ridge #D8EAFE;
	COLOR: #333333;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: 1px ridge #000066;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #D4D0C8;
	cursor: hand;
}

/* 文字欄位 */
.upbutton {
	BACKGROUND: #F2F2F2 scroll repeat 0% 0%;
	BORDER-BOTTOM-COLOR: #B7B7B7;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-COLOR: #B7B7B7; 
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #B7B7B7; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-TOP-COLOR: #B7B7B7; 
	BORDER-TOP-WIDTH: 1px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Helvetica; 
	FONT-SIZE: 10pt;
	HEIGHT: 20px;
}

.text {
	BACKGROUND: #F2F2F2 scroll repeat 0% 0%;
	BORDER-BOTTOM-COLOR: #B7B7B7;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-COLOR: #B7B7B7; 
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #B7B7B7; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-TOP-COLOR: #B7B7B7; 
	BORDER-TOP-WIDTH: 1px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Helvetica; 
	FONT-SIZE: 10pt;
	HEIGHT: 20px;
}

.textarea {
	BACKGROUND: #F2F2F2 scroll repeat 0% 0%;
	BORDER-BOTTOM-COLOR: #B7B7B7;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-COLOR: #B7B7B7; 
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #B7B7B7; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-TOP-COLOR: #B7B7B7; 
	BORDER-TOP-WIDTH: 1px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Helvetica; 
}

select {BACKGROUND: #F2F2F2;}

/* 其他 */
.hand1 {CURSOR: hand;}	/* 顯示滑鼠手指圖樣 */
.footer {
	color: #FFFFFF;
	text-align: center;
	clear:both;
	margin: 0px;
}
.header {
	color: #FFFFFF;
	position: absolute;
	top:20px;
	text-decoration: none;
	margin-left: 150px;
}
#topwidth {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}

.header2 {
	color: #FFFFFF;
	position: absolute;
	top:20px;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:160px;
}
#body {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

.header a:link {
	text-decoration: none;
}
.header  a:visited  {
	text-decoration: none;
}
#bottomBg {
	background-image: url(../image/bottom.jpg);
	background-repeat: no-repeat;
}
