<!--
.mybig{font-size:140%}
.mymil{font-size:100%}
.mysmall{font-size:80%}
body {
	font: 100%/1.4 Microsoft JhengHei,Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	color: #000;
	height: auto;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510034241/https://www.th.gov.tw/new_site/images/background.png);
	background-attachment: fixed;
	height: 100%;
}

.firstGoTo-btn {
    height: 0px;
    padding: 0px;
    opacity: 0;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 5000;
    font-size: 0rem;
    color: #fff;
}
.firstGoTo-btn:focus{height:auto;display:inline-block;padding:8px 10px;margin-bottom:5px;font-size:1rem;line-height:1em;text-decoration:none;opacity:1;float:none;border-radius:5px;border-width:1px;border-color:#FFF0E9;border-style:solid;background-color:#4b443c;color:#fff}
#myfont {
	
	color: #555;
}
/* ~~ 元素/標籤選取器 ~~ */
ol{
	list-style-type: cjk-ideographic;
	list-style-position: outside;
}
ul, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	list-style-type:none;
	/*padding: 0;
	margin: 0;*/
	/*font-family: Microsoft JhengHei, sans-serif;*/
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 移除上方邊界可以解決邊界可能從其包含的區塊逸出的問題。剩餘的下方邊界可以保持區塊不與接在後面的元素接觸。 */
	padding-right: 15px;
	padding-left: 15px; /* 將欄位間隔加入至區塊內元素的兩側 (而不是區塊元素本身)，即可不需執行任何方塊模型的計算作業。具有側邊欄位間隔的巢狀區塊也可當做替代方法。 */
	font-family: Arial;
	color: #555;
	line-height: 1.5em;
}
a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}
/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {
	color: #000000;/*#41E359;*/
	font-weight: bold;
	text-decoration: none; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	/*color: #444444;
	font-weight: bold;*/
	text-decoration: none;
}
a:focus { border: 3px dotted;}

/* ~~ 這個固定寬度的容器環繞著所有其他區塊 ~~ */
.container {

	margin-left: auto;
	margin-right: auto;
	/*margin-top: -10px;*/
	/*padding-bottom: 150px;*/
	width: 1280px;
	height: auto;
	z-index: 10 \9;
	z-index: 10;
	/*font-family: Microsoft JhengHei, sans-serif;*/
	background: #ffffff \9;
	filter:alpha(opacity=50);
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.50) 15%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.50) 15%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.50) 15%);
}
img_hover {
	background: rgba(100%,100%,100%,0.5);
	position: relative;/* 這會為 IE6 提供 hasLayout 以進行適當的清除動作 */
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_ban
{
	height: 50px;
	background-color: #f39700;
	z-index: -1 \9;
	z-index: -1;
	filter:alpha(opacity=25);
	background-color: rgba(243,151,0,0.2);
	border-top-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #930;
}
.content_title {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin: 0 auto;
	font-size: xx-large;
	text-align: left;
	font-weight: bold;
	color: #462005;
	font-family: Times New Roman;

}
.content_info_title {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin: 0 auto;
	font-size: large;
	text-align: left;
	/*font-family: Microsoft JhengHei, sans-serif;*/
	font-weight: bold;
	color: #462005;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #462005;
}

/* ~~ 頁尾 ~~ */
footer {
	background: rgb(255,255,255);
	filter:alpha(opacity=50);
	background: rgba(255,255,255,.5);
	/*position: relative;*/
	/*position: fixed;*/
	bottom: 0px;
	/*position: absolute;*/
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	width: 100%;
	/*
	background: rgb(255,255,255);
	filter:alpha(opacity=50);
	background: rgba(100%,100%,100%,0.5);
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: -1;
	*/
}
footer.div {
	position: relative;
	width: 1280px;
	height: auto;
	top: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	bottom: 0;
}
footer_menu.div {
	position: relative;
	width: 1280px;
	height: auto;
	top: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
}
.footer_class {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 1280px;
	margin: 0 auto;
	font-size: small;
	text-align: center;
}

/* ~~ 其他 float/clear 類別 ~~ */
/*HTML 5 支援 – 設定新的 HTML 5 標籤以顯示區塊並使瀏覽器能夠正確顯示標籤。 */
header, section, footer, aside, article, figure {
	display: block;
}
#header {
	padding-top: 10px;
}

#apDiv1 {
	position: absolute;
	width: 200px;
	height: 328px;
	z-index: 1;
	left: 550px;
	top: 97px;
	background-color: #666666;
}
#footer_menu.div table tr td {
	font-size: medium;
}
#footer_menu.div table tr td {
	font-size: small;
}
#apDivBanr{
    position: absolute;
    width: 1280px;
    height: 339px;
    padding-top: -10px;
    z-index: -2 \9;
    z-index: -2;
    margin: 0 auto;
    text-align: center;

}
#apDivBanr_img {
	z-index: -2 \9;
    z-index: -2;
	margin-top: 0 auto;
	width: 640px;
	height: 169px;
}
#apDivBanr2 {
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 80% 0%;
	padding-top: 70px;
}

#apDivAttbg {
	position: relative;
	width: 300px;
	height: 320px;
	z-index: 0;
	top: 10px;
	left: 600px;
}
#apDivLeft {
	position: relative;
	z-index: 100;
	width: 0px;
	height: auto;

}
#apDivRight {
	position: relative;
	margin-left: 200px;
	width: 960px;
	/*height: auto;*/
	z-index: -1 \9;
	z-index: 0;
	margin-top: 10px;
}
#apconnav {
	position: relative;
	height: auto;
	z-index: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 30px;
}
@media screen and (min-width: 1290px) and (max-width: 1920px) {
	header {
		margin: auto;
		width: 1280px;
	}
	#apDivBanr {
		width: 1280px;
	}
} 
@media screen and (max-width: 1280px) {
	header {
		margin: auto;
		width: 100%;
	}
	#apDivBanr {
		width: 100%;
	}
}
-->





/*
     FILE ARCHIVED ON 3:42:41 五月 10, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 15:34:29 五月 24, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
