@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #23543F;
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 移除上方邊界可以解決邊界可能從其包含的 Div 逸出的問題。剩餘的下方邊界可以保持 Div 不與接在後面的元素接觸。 */
	padding-right: 15px;
	padding-left: 15px; /* 將欄位間隔加入至 Div 內元素的兩側 (而不是 Div 本身)，即可不需執行任何方塊模型的計算作業。具有側邊欄位間隔的巢狀 Div 也可當做替代方法。 */
}
.content p {
	font-size: 14px;
}
.content .tpc_table {
	margin-left: 40px;
	font-size: 14px;
}

.content .transportaion_table {
	font-size: 14px;
}
.content .transportaion_table tr .transportaion_item {
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.content .transportaion_table tr .transportaion_content {
	vertical-align: top;
	padding: 3px;
}



.container .container_top {
	background-color: #23543F;
}

.content .title {
	font-size: 17px;
	margin-left: 15px;
	font-weight: bold;
	color: #333;
}
.content .ul_committee {
	font-size: 14px;
}

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}

/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {
	color: #00F;
	text-decoration: none; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: underline;
	color: #00F;
}

/* ~~這個固定寬度的容器環繞著其他 Div~~ */
.container {
	width: 800px;
	background: #FFF; /* 兩側的自動值與寬度結合後，版面便會置中對齊 */
	box-shadow:0px 0px 16px 2px rgba(20%,20%,40%,0.5);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ 頁首沒有指定的寬度，而會橫跨版面的整個寬度。頁首包含影像預留位置，必須由您自己的連結商標加以取代 ~~ */
.header {
	background-color: #FFF;
	background-image: url(../../images/site/header.jpg);
	height: 165px;
	width: 800px;
	background-repeat: no-repeat;
}

/* ~~ 這是版面的欄位。~~ 

1) 欄位間隔只會置於 Div 的頂端或底部。這些 Div 內的元素在兩側會有欄位間隔，可讓您不需進行「方塊模型計算」。請記住，如果對 Div 本身加入任何側邊的欄位間隔或邊框，在計算「總」寬度時，就會將這些加入您定義的寬度。您也可以選擇移除 Div 中元素的欄位間隔，然後在其中放置沒有寬度的第二個 Div，並依設計所需放置欄位間隔。

2) 尚未為這些欄位提供邊界，因為它們全都是浮動的。如果必須加入邊界，請避免將其放在浮動方向的一側 (例如將右邊界放在設定為向右浮動的 Div 上)。在許多時候，您都可以改用欄位間隔。對於必須違反此規則的 Div，您應該在 Div 的規則中加入 "display:inline" 宣告，以防止某些版本的 Internet Explorer 將邊界加倍。

3) 因為可在文件中多次使用類別 (也可對單一的元素套用多個類別)，所以已為欄位指定類別名稱，而非 ID。例如，您可在必要時將兩個側邊列 Div 堆疊起來。如有需要，也可以將這些名稱輕鬆地變更為 ID (只要您在每份文件中只使用一次)。

4) 如果想要將導覽放在右方而非左方，只要將這些欄設定為往反方向浮動 (全部往右，而非全部往左)，它們就會以相反順序呈現。您不需要在 HTML 原始碼中移動 Div。

*/
.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	height: 900px;
}
.sidebar1 table tr th .nav_title {
	background-color: #41683E;
	color: #FFF;
	line-height: 32px;
	text-align: left;
	padding-left: 10px;
	font-size: 14px;
}
.sidebar1 table tr td .nav_data {
	background-color: #C6D580;
	text-align: left;
	padding-left: 10px;
}

/* .sidebar1 .nav_title {
	color: #FFF;
	padding: 0px;
	height: 24px;
	width: 100px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #41683E;
} */
.content {
	width: 580px;
	float: left;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.content #lastest_news {
	margin-left: 15px;
}
.content #lastest_news tr th {
	color: #FFF;
	background-color: #06F;
	font-size: 14px;
	padding: 2px;
	text-align: center;
}
.content #lastest_news tr td {
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.content .sponsor_table {
	margin-left: 15px;
}


.content .scopes_table {
	margin-left: 15px;
	font-size: 14px;
}


/* ~~ 這個群組選取器會在 .content 區域空間中提供清單 ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* 這個欄位間隔反映出上方標題和段落規則中的右方間隔。當欄位間隔位於下方時，便可將清單中的其他元素間隔開來；當位於左方時，則可藉此建立縮排。這些動作均可依需要進行調整。 */
}

.speech_table {
	border: 1px solid #e76f08;
	border-collapse:collapse;
	font-size: 13px;
	margin-left: 15px;
	width: 550px;
	color: #000;
}
.speech_table tr .speech_table_title   {
	text-align: center;
	color: #000;
	background-color: #f8af4b;
	line-height: 18px;
	border: 1px solid #e76f08;
}
.speech_table tr .speech_table_title2 {
	text-align: center;
	color: #990033;
	background-color: #f8af4b;
	line-height: 32px;
	border: 1px solid #e76f08;
	padding-left: 5px;
	font-size: 15px;
}

.speech_table tr .speech_table_item  {
	text-align: right;
	width: 80px;
	border: 1px solid #e76f08;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	height: 60px;
}
.speech_table tr .speech_table_content  {
	background-color: #FFF;
	width: 400px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #e76f08;
	text-align: justify;
}
.speech_table tr .speech_table_content p {
	font-size: 13px;
}

.speech_table tr .speech_table_content2 {
	background-color: #FFF;
	border: 1px solid #e76f08;
	padding: 0px;
}
.content .tutorial li {
	font-size: 13px;
}



.content .reg_fees_table {
	margin-left: 15px;
	width: 560px;
	border: 1px solid #00C;
}

.content .reg_fees_table tr .reg_fees_title {
	color: #FFF;
	background-color: #2D62FF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 13px;
	text-align: left;
	border: 1px solid #7575FF;
}

.content .reg_fees_table tr .reg_fees_item {
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	width: 90px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
}
.content .reg_fees_table tr .reg_fees_text {
	font-size: 13px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
	text-align: left;
}

.content .reg_fees_table tr .reg_fees_fees {
	font-size: 13px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
	text-align: right;
	width: 100px;
}
.content .reg_example_table {
	margin-left: 15px;
	width: 760px;
	border: 1px solid #00C;
}
.content .reg_example_table tr .reg_example_title {
	color: #FFF;
	background-color: #2D62FF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 13px;
	text-align: left;
	border: 1px solid #7575FF;
}
.content .reg_example_table tr .reg_example_text {
	font-size: 13px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
	text-align: left;
}
.content .reg_example_table tr .reg_example_fees {
	font-size: 13px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
	text-align: left;
}

.content .reg_fees_comm_table tr .reg_fees_comm_item {
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.content .reg_fees_comm_table tr .reg_fees_comm_text {
	font-size: 14px;
	text-align: justify;
	vertical-align: top;
	padding: 5px;
}


.content .reg_fees_comm_table {
	margin-left: 15px;
	width: 760px;
}


.content .visa_title1 {
	font-size: 15px;
	color: #C41A06;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.content .visa_title2 {
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}


.content .acc_table {
	margin-left: 15px;
	width: 560px;
	border: 1px solid #00C;
}



.content .acc_table tr .acc_title {
	color: #FFF;
	background-color: #2D62FF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}



.content .acc_table tr td img {
	margin: 10px;
	text-align: center;
}

.content .acc_table tr .acc_text_add {
	font-size: 14px;
	padding: 5px;
	vertical-align: middle;
}

.content .acc_table tr .acc_item {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
}

.content .acc_table tr .acc_text {
	font-size: 14px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
	text-align: justify;
}
.content .vender_table {
	width: 565px;
	margin-left: 15px;
}
.content .vender_table tr .item {
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	vertical-align: top;
	padding: 5px;
}
.content .vender_table tr .content {
	padding: 5px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
}



/* ~~ 導覽清單樣式 (如果選擇使用 Spry 之類的預製飛出選單，則可移除) ~~ */
ul.nav {
	list-style: none; /* 這會移除清單標記 */
	border-top: 1px solid #666; /* 這會在下方的內容上建立導覽間的間距 */
}
ul.nav li {
	font-size: 13px;
}
ul.nav a, ul.nav a:visited { /* 將這些選取器放入群組，即可確保您的連結即使在受到點擊後仍保有按鈕外觀 */
	display: block; /* 這會為連結提供區塊屬性，使連結能填滿包含它的整個 LI，讓整個區域都能回應滑鼠點按動作。 */
	width: 160px;  /*這個寬度使整個按鈕都可用於 IE6 的點按動作。如果不需要支援 IE6，就可將其移除。請從側邊列容器的寬度減去此連結的間距來計算適當的寬度。 */
	text-decoration: none;
	background: #C6D580;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #42413C;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* 這會同時變更滑鼠及鍵盤導覽器的背景及文字顏色 */
	background: #ADB96E;
	color: #000;
	font-weight: bold;
}

/* ~~ 頁尾 ~~ */
.footer {
	position: relative;/* 這會為 IE6 提供 hasLayout 以進行適當的清除動作 */
	clear: both; /* 這個 clear 屬性可以強制 .container 辨識欄結束於何處以及包含欄的位置 */
	background-color: #41683E;
	color: #FFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* ~~ 其他 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;
}
.content h3 {
	color: #048CDD;
}
