@charset "utf-8";
/*底圖*/
.container02 {
	width: 1024px;
	height: 1350px;
	margin: 0 auto;
	background-image: url(../image/bg02.jpg);
	border: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000;
}

map > area,map > area:active,map > area:focus {outline: none; border:0; }
a,area {blr:expression(this.onFocus=this.blur()) }
 /* for IE */:focus { -moz-outline-style: none; }
 /* for Firefox */a { outline:none; }
 /* for FF Chrome */	a {cursor:pointer;}
a hef{outline: none; }
img {border: 0px}
/* ~~ 元素/標籤選取器 ~~ */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 也可當做替代方法。 */border: 0;}
a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */border: none;text-align: center;}
/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {color:#414958;text-decoration: underline; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */}
a:visited {color: #4E5869;text-decoration: underline;}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */text-decoration: none;text-align: left;}
/* ~~ 這個容器環繞著所有其他的 Div，並依百分比設定其寬度 ~~ */.container {width: 95%;max-width: 1024px;min-width: 780px;margin: 0 auto;background-image: url(../image/bg01.jpg);background-repeat:no-repeat;border: 0;position: relative;}
.header {text-align: right;color: #000;}
.content {padding:2px 0;margin-left:80px;text-align: left;}

.contef1{border: 0;padding: 0px 0;margin:10px;}
/* ~~ 這個群組選取器會在 .content 區域空間中提供清單 ~~ */.content ul, .content ol { padding: 0 15px 15px 40px; /* 這個欄位間隔反映出上方標題和段落規則中的右方間隔。當欄位間隔位於下方時，便可將清單中的其他元素間隔開來；當位於左方時，則可藉此建立縮排。這些動作均可依需要進行調整。 */}
/* ~~ 頁尾 ~~ */.footer {}
/* ~~ 其他 float/clear 類別 ~~ */.fltrt {  /* 這個類別可用來讓元素在頁面中浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */float: left;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;}
#contem03 {margin-left:130px;}
.container02 #contem03 table tr th {text-align: center;}
.container02 #contem03 table tr th {text-align: right;}
.container02 #contem03 table {text-align: left;}
.container02 .footer {text-align: center;}
.apdiv {margin-left:50px;}
.container02 .header {font-weight: bold;}
.font14{ font-size:14px}


/* 未連結 */
a:link.blue{color: #66FFFF;}
/* 已連結過 */
a:visited.blue{color: #FF0000;}
/* 滑鼠移至連結 */
a:hover.blue{color: #00FF00;}
/* 選擇的連結 */
a:active.blue{color: #0000FF; }

/*按鈕*/

/*--------------------------------------------------按鈕區a標籤按鈕----------------------------------------------------*/
.url_receive a{width: 417px;height: 79px;background-image: url(../image/icon-1a.png);}
.url_receive a:hover{background-image: url(../image/icon-1b.png);}

.url_doc a{width: 349px;height: 54px;background-image: url(../image/icon-2a.png);}
.url_doc a:hover{background-image: url(../image/icon-2b.png);}
/*按鈕隱藏連結文字*/
.url_receive a,.url_doc a,.url_doc2 a{
	text-indent: -9999;
	display: block;
	cursor: pointer;
}


.url_doc2 a{width: 225px;height: 34px;background-image: url(../image/icon-3a.png);}
.url_doc2 a:hover{background-image: url(../image/icon-3b.png);}

#apDiv1{
	position: absolute;
	left: 50px;
	top: 390px;

}
.apDiv2{
	position: relative;	height: 376px;
	width: 672px;
}
.url_doc2{	position: absolute;
	left: 426px;
	top: 80px;}

.footer{position: absolute;top: 820px;width: 100%;}
.footer2{margin-right: auto;margin-left: auto;text-align: center;}
/*序號字體的大小*/
.cash_ticker{font-weight: bold;color: #900;font-size: 12px;text-align: center;}
.ap_div01 {padding:2px 0;margin-left:110px;text-align: left;}

/*表格1PX邊框 邊線不累加寬度*/
.table_1px{border-collapse: collapse;border: 2px solid #CFCFCF;}
.table_1px td{border: 1px solid #D2D2D2;padding: 5px;}

.table01 caption{
	font-family: "微軟正黑體", "Adobe 繁黑體 Std B", "Arial Black";
	font-size: 18px;
	color: #999;
}
.table01 td,.table01 th{
	color: #FFF;
}
.none{
	display: none;
}