﻿/*--網頁捲軸及內容設定-----------------------------------------------------------------------------------------------------*/
body
{
	scrollbar-highlight-color :#858585;   /*左上外框內緣*/
	scrollbar-3dlight-color   :#000000;   /*左上外框邊緣-深色*/
	scrollbar-darkshadow-color:#FFFFFF;   /*右下外框邊緣-同面板底色*/ 
	scrollbar-shadow-color    :#000000;   /*右下外框內緣-深色*/
	scrollbar-arrow-color     :#acacac;   /*箭頭*/
	scrollbar-face-color      :#1d1d1d;   /*面板*/ 
	scrollbar-track-color     :#FFFFFF;   /*面板底色*/ 
/*	scrollbar-base-color      :#FDF2B7;     一次設定整個捲軸的基底色彩，顏色設定為網站風格色系即可*/

	margin-left  :0px;
	margin-top   :1px;
	margin-right :0px;
	margin-bottom:0px;

	background-color:#FFFFFF;                /*背景色*/
/*	background-image:url(../images/bg.jpg);  背景圖*/
/*	background-attachment:fixed;             背景圖不動*/
/*	background-repeat:no-repeat;               背景圖不重覆*/
/*	background-repeat:repeat-x;              背景圖水平重覆*/
/*	background-repeat:repeat-y;                背景圖垂直重覆*/
 
	overflow-x:hidden;                               /*不會出現橫拉把，x改成y的話就不會出現直拉把*/

}



td,th
{
	font-family: Arial, Helvetica, sans-serif;  /*字型*/
	color:#1b1b1b;                              /*字色*/
	font-size:9pt;                              /*字大小*/
	line-height:14pt;					        /*行距*/
/*	letter-spacing:1pt;                           字距*/
}



/*--連結設定---------------------------------------------------------------------------------------------------------------*/
a:link     {color:#023b8a;text-decoration:none;}                                           /*一般連結*/
a:visited  {color:#002b67;text-decoration:none;}                                           /*參觀過的連結*/
a:hover    {color:#a61501;text-decoration:underline;}                                      /*當滑鼠移到連結上*/
/*a:hover  {color:#9A0000;text-decoration:underline;position:relative;top:-1px;right:1px;}  當滑鼠移到連結上會往上跳一下*/

.link_01:link     {color:#6a6a6a;font-size:8pt;text-decoration:none;font-family:Tahoma;}  /*版權宣告mail連結*/
.link_01:visited  {color:#6a6a6a;font-size:8pt;text-decoration:none;font-family:Tahoma;}      
.link_01:hover    {color:#000000;font-size:8pt;text-decoration:underline;font-family:Tahoma;}

.link_02:link     {color:#ffffff;font-size:7.5pt;text-decoration:none;}  /*右上方連結*/
.link_02:visited  {color:#ffffff;font-size:7.5pt;text-decoration:none;}      
.link_02:hover    {color:#ffe401;font-size:7.5pt;text-decoration:underline;}

.link_03:link     {color:#dedede;text-decoration:none;letter-spacing:1pt;}  /*下方選項連結*/
.link_03:visited  {color:#dedede;text-decoration:none;letter-spacing:1pt;}      
.link_03:hover    {color:#ffe401;text-decoration:underline;letter-spacing:1pt;}

.link_04:link     {color:#fa7e00;text-decoration:none;letter-spacing:1pt;font-weight: bold;}  /*最新消息連結*/
.link_04:visited  {color:#fa7e00;text-decoration:none;letter-spacing:1pt;font-weight: bold;}      
.link_04:hover    {color:#d80b00;text-decoration:underline;letter-spacing:1pt;font-weight: bold;}

.link_05:link     {color: #ffffff;letter-spacing:1pt;font-family:Tahoma;font-size:8pt;font-weight: bold;text-decoration:none}  /*藝誠連結*/
.link_05:visited  {color: #ffffff;letter-spacing:1pt;font-family:Tahoma;font-size:8pt;font-weight: bold;text-decoration:none}      
.link_05:hover    {color: #ffd800;letter-spacing:1pt;font-family:Tahoma;font-size:8pt;font-weight: bold;text-decoration:none}


.eztrust:link { font-size:xx-small;color:#6a6a6a;text-decoration:none;}/*藝誠科技l*/
.eztrust:visited { font-size:xx-small;color:#6a6a6a;text-decoration:none;}/*藝誠科技v*/
.eztrust:hover { font-size:xx-small;color:#000000;text-decoration:underline;}/*藝誠科技o*/ 

/*底圖、字變色連結*/
#bt01 a {
		width:201px; height:38px;
		padding: 11px 0px 0 0px;
		text-align:center; 
		display:inherit;/*加這個位置可能會跑掉，但按鈕長度才會正常，所以視情況加*/
		color:#FFFFFF;
		font-size:10pt;letter-spacing:8pt;
		background: url("../images/news/bt_bg01.gif") 0 0 no-repeat;
		}
#bt01 a:hover {	
		color: #FFFFFF;
		background: url("../images/news/bt_bg01o.gif") 0 0 no-repeat;
		text-decoration:none;
		}

#bt02 a {
		width:201px; height:38px;
		padding: 11px 0px 0 0px;
		text-align:center; 
		display:inherit;/*加這個位置可能會跑掉，但按鈕長度才會正常，所以視情況加*/
		color:#FFFFFF;
		font-size:10pt;letter-spacing:3pt;
		background: url("../images/news/bt_bg01.gif") 0 0 no-repeat;
		}
#bt02 a:hover {	
		color: #FFFFFF;
		background: url("../images/news/bt_bg01o.gif") 0 0 no-repeat;
		text-decoration:none;
		}
	

.link_bt01  /*底圖變色連結*/
{
	border-width: 0;
    background-color: #e7e6e6;
	cursor: hand;
	color:#FFFFFF;
} 


/*滑鼠移過效果，但不使用js*/
P.bt01 A {
	DISPLAY: block; FLOAT: none; BACKGROUND-IMAGE: url(../images/home/bg_bt.gif); WIDTH: 108px; HEIGHT: 40px; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none;
}
P.bt01 A:hover {
	DISPLAY: block; FLOAT: none; BACKGROUND-IMAGE: url(../images/home/bg_bto.gif); WIDTH: 108px; HEIGHT: 40px; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none;
}




/*--設定form不會有高度-----------------------------------------------------------------------------------------------------*/
.form{margin:0px;}
/*.form{margin-top:5;margin-bottom:5;margin-right:5;margin-left:5;}



/*--按鈕設定（顏色按鈕）---------------------------------------------------------------------------------------------------*/
.bt10   /*立體*/
{
	font-size:9pt;color:#ffffff;
	background-color:#b40707;height:18pt;
	display:inherit;
	padding-top:4px;padding-bottom:3px;padding-left:3px;
	border: 1px outset #FFFFFF;
}

.bt11   /*平面*/
{
	font-size:9pt;color:#ffffff;
	background-color:#b40707;height:16pt;
	display:inherit;
	padding-top:4px;padding-bottom:3px;padding-left:3px;padding-right:2px;
	border: 0px inset #FFFFFF;
}

/*--按鈕設定（顏色按鈕-虛線按鈕）--*/
/*.bt20
{
	font-size:9pt;color:#ffffff;
	background-color:#b40707;height:18pt;
	display:inherit;
	padding-top:4px;padding-bottom:3px;padding-left:3px;padding-right:2px;
	border: 1 dotted #05257e;
}
*/

/*--按鈕設定（圖片按鈕上下頁）---------------------------------------------------------------------------------------------*/
.submit10  {border: 0px solid #7D85A2;background-image:url(../css/images/submit_first.gif);font-size: 9pt; cursor: pointer;}
.submit11  {border: 0px solid #7D85A2;background-image:url(../css/images/submit_back.gif);font-size: 9pt; cursor: pointer;}
.submit12  {border: 0px solid #7D85A2;background-image:url(../css/images/submit_next.gif);font-size: 9pt; cursor: pointer;}
.submit13  {border: 0px solid #7D85A2;background-image:url(../css/images/submit_end.gif);font-size: 9pt; cursor: pointer;}
.submit20  {border: 0px solid #7D85A2;background-image:url(../css/images/submit_first2.gif);font-size: 9pt; cursor: pointer;}
.submit21  {border: 0px solid #7D85A2;background-image:url(../css/images/submit_back2.gif);font-size: 9pt; cursor: pointer;}
.submit22  {border: 0px solid #7D85A2;background-image:url(../css/images/submit_next2.gif);font-size: 9pt; cursor: pointer;}
.submit23  {border: 0px solid #7D85A2;background-image:url(../css/submit_end2.gif);font-size: 9pt;}

/*--按鈕設定（圖片按鈕）---------------------------------------------------------------------------------------------------*/
.input01   {background-image:url(../css/images/inpbg01.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:5px;padding-right:3px;padding-top:4px;padding-bottom:0px;font-size: 9pt; width:42px; height:21px; cursor: pointer;display:inherit;}
.input02   {background-image:url(../css/images/inpbg02.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:5px;padding-right:3px;padding-top:4px;padding-bottom:0px;font-size: 7.5pt; width:48px; height:20px; cursor: pointer;display:inherit;letter-spacing:5pt;}
.input03   {background-image:url(../css/images/inpbg03.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:1px;padding-right:1px;padding-top:4px;padding-bottom:0px;font-size: 9pt; width:51px; height:21px; cursor: pointer;display:inherit;}
.input04   {background-image:url(../css/images/inpbg04.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:1px;padding-right:1px;padding-top:4px;padding-bottom:0px;font-size: 7.5pt; width:61px; height:20px; cursor: pointer;display:inherit;letter-spacing:1pt;}
.input0402 {background-image:url(../css/images/inpbg0402.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:1px;padding-right:1px;padding-top:4px;padding-bottom:0px;font-size: 9pt; width:69px; height:21px; cursor: pointer;display:inherit;}
.input05   {background-image:url(../css/images/inpbg05.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:1px;padding-right:1px;padding-top:4px;padding-bottom:0px;font-size: 9pt; width:87px; height:21px; cursor: pointer;display:inherit;}
.input06   {background-image:url(../css/images/inpbg06.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:1px;padding-right:1px;padding-top:4px;padding-bottom:0px;font-size: 9pt; width:105px; height:21px; cursor: pointer;display:inherit;}
.input07   {background-image:url(../css/images/inpbg07.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:1px;padding-right:1px;padding-top:4px;padding-bottom:0px;font-size: 9pt; width:123px; height:21px; cursor: pointer;display:inherit;}
.input08   {background-image:url(../css/images/inpbg08.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:1px;padding-right:1px;padding-top:4px;padding-bottom:0px;font-size: 9pt; width:153px; height:21px; cursor: pointer;display:inherit;}
.input09   {background-image:url(../css/images/inpbg09.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:1px;padding-right:1px;padding-top:4px;padding-bottom:0px;font-size: 9pt; width:177px; height:21px; cursor: pointer;display:inherit;}

.bt_cart   {background-image:url(../images/product/bt_cart.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:1px;padding-right:1px;padding-top:4px;padding-bottom:0px;font-size: 9pt; width:84px; height:23px; cursor: pointer;display:inherit;}

.bt_pag01   {background-image:url(../images/product/bt_pag01.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:1px;padding-right:1px;padding-top:4px;padding-bottom:0px;font-size: 9pt; width:99px; height:34px; cursor: pointer;display:inherit;}
.bt_pag02   {background-image:url(../images/product/bt_pag02.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:1px;padding-right:1px;padding-top:4px;padding-bottom:0px;font-size: 9pt; width:99px; height:34px; cursor: pointer;display:inherit;}
.bt_pag03   {background-image:url(../images/product/bt_pag03.gif); background-color:transparent; border: 0 solid #4E8A1B;color:#FFFFFF;padding-left:1px;padding-right:1px;padding-top:4px;padding-bottom:0px;font-size: 9pt; width:159px; height:34px; cursor: pointer;display:inherit;}

/*--設定下拉式選單---------------------------------------------------------------------------------------------------------*/
.option01{background-color:#f6f6f6;color:#383838;font-size:9pt;letter-spacing:1pt;}



/*--設定下拉式選單(外部載入selectbox.htc，但網頁要在同一層才能作用)--------------------------------------------------------*/
.selectBox {behavior: url(../css/selectbox.htc);}
.selectBox2 {behavior: url(../css/selectbox2.htc);}


/*--填寫欄位設定-----------------------------------------------------------------------------------------------------------*/
.inputkeyword
{
border-right: 1px inset; border-top: 1px inset; border-left: 1px inset; border-bottom: 1px inset;
padding-right:3px;padding-left:3px;padding-top:2px;padding-bottom:2px;
background-color:#f6f6f6; 
color:#1e1e1e;font-size:9pt;
line-height:12pt;height:14pt;
display:inherit;
}

.inputkeyword01
{
border-right: 0px inset; border-top: 0px inset; border-left: 0px inset; border-bottom: 0px inset;
padding-right:3px;padding-left:3px;padding-top:3px;padding-bottom:2px;
background-color:#000000; 
color:#ffffff;font-size:8pt;
line-height:9pt;height:13pt;
display:inherit;
}

.inputkeyword02
{
border-right: 0px inset; border-top: 0px inset; border-left: 0px inset; border-bottom: 0px inset;
padding-right:3px;padding-left:3px;padding-top:5px;padding-bottom:2px;
background-color:#000000; 
color:#b2b4b6;font-size:7.5pt;
line-height:9pt;height:15pt;
display:inherit;
}


.inputkeyword03
{
border-right: 1px inset; border-top: 1px inset; border-left: 1px inset; border-bottom: 1px inset;
padding-right:3px;padding-left:3px;padding-top:1px;padding-bottom:2px;
background-color:#f6f6f6; 
color:#1e1e1e;font-size:9pt;
line-height:11pt;height:14pt;
border-style:solid;border-color:#000000;border-width:1px;
display:inherit;
}

.inputkeyword04
{
border-right: 0px inset; border-top: 0px inset; border-left: 0px inset; border-bottom: 0px inset;
padding-right:3px;padding-left:3px;padding-top:5px;padding-bottom:2px;
background-color:#000000; 
color:#ffffff;font-size:9pt;
line-height:9pt;height:16pt;
display:inherit;
}

.inputkeyword05
{
border-right: 2px inset; border-top: 1px inset; border-left: 1px inset; border-bottom: 2px inset;
padding-right:3px;padding-left:3px;padding-top:2px;padding-bottom:2px;
background-color:#FFFFFF; 
color:#000000;font-size:9pt;
line-height:12pt;height:17pt;
display:inherit;
}


.inputkeyword10
{
border-right: 1px inset; border-top: 1px inset; border-left: 1px inset; border-bottom: 1px inset;
padding-right:3px;padding-left:3px;padding-top:2px;padding-bottom:2px;
background-color:#f6f6f6; 
font-size:9pt;
color:#1e1e1e;
line-height:12pt;
	scrollbar-highlight-color   :#f6f6f6;  /*左上外框內綠*/
	scrollbar-shadow-color      :#f6f6f6;  /*右下外框內綠*/
	scrollbar-darkshadow-color  :#f6f6f6;  /*右下外框邊緣*/ 
	scrollbar-3dlight-color     :#f6f6f6;  /*左上外框邊緣*/
	scrollbar-arrow-color       :#275E89;  /*箭頭*/
	scrollbar-face-color        :#f6f6f6;  /*面板*/ 
	scrollbar-track-color       :#f6f6f6;  /*面板底色*/ 
/*	scrollbar-base-color        :#818181;    一次設定整個捲軸的基底色彩，顏色設定為網站風格色系即可*/
display:inherit;
}

.inputkeyword11
{
border-right: 1px inset; border-top: 1px inset; border-left: 1px inset; border-bottom: 1px inset;
padding-right:3px;padding-left:3px;padding-top:2px;padding-bottom:2px;
background-color:#f6f6f6; 
color:#1e1e1e;font-size:9pt;
line-height:12pt;
display:inherit;
}

.inputkeyword12
{
border-right: 1px inset; border-top: 1px inset; border-left: 1px inset; border-bottom: 1px inset;
padding-right:3px;padding-left:3px;padding-top:2px;padding-bottom:2px;
background-color:#f6f6f6; 
font-size:9pt;
color:#1e1e1e;
line-height:12pt;
border-style:solid;border-color:#CCCCCC;border-width:1px;
	scrollbar-highlight-color :#dadada;   /*左上外框內緣*/
	scrollbar-3dlight-color   :#f5f5f5;   /*左上外框邊緣-深色*/
	scrollbar-darkshadow-color:#f5f5f5;   /*右下外框邊緣-同面板底色*/ 
	scrollbar-shadow-color    :#dadada;   /*右下外框內緣-深色*/
	scrollbar-arrow-color     :#000000;   /*箭頭*/
	scrollbar-face-color      :#f5f5f5;   /*面板*/ 
	scrollbar-track-color     :#f5f5f5;   /*面板底色*/ 
display:inherit;
}

.inputkeyword13
{
border-right: 2px inset; border-top: 1px inset; border-left: 1px inset; border-bottom: 2px inset;
padding-right:3px;padding-left:3px;padding-top:2px;padding-bottom:2px;
background-color:#ffffff; 
font-size:9pt;
color:#1e1e1e;
line-height:12pt;
	scrollbar-highlight-color :#dadada;   /*左上外框內緣*/
	scrollbar-3dlight-color   :#f5f5f5;   /*左上外框邊緣-深色*/
	scrollbar-darkshadow-color:#f5f5f5;   /*右下外框邊緣-同面板底色*/ 
	scrollbar-shadow-color    :#dadada;   /*右下外框內緣-深色*/
	scrollbar-arrow-color     :#000000;   /*箭頭*/
	scrollbar-face-color      :#f5f5f5;   /*面板*/ 
	scrollbar-track-color     :#f5f5f5;   /*面板底色*/ 
display:inherit;
}



/*--直線設定---------------------------------------------------------------------------------------------------------------*/
.line01{border: 1px solid  #000000;}  /*實線*/
.line02{border: 1px dotted #000000;}  /*虛線*/



/*--圖外框-----------------------------------------------------------------------------------------------------------------*/
.imageborder{border: 1px solid  #ffffff;} 



/*--底圖背景---------------------------------------------------------------------------------------------------------------*/
.bg01_lefttop   {background-position:0 0;      background-repeat:no-repeat;}   /*底圖不重覆靠左置上*/
.bg02_leftdown  {background-position:0 100%;   background-repeat:no-repeat;}   /*底圖不重覆靠左置下*/
.bg03_righttop  {background-position:100% 0;   background-repeat:no-repeat;}   /*底圖不重覆靠右置上*/
.bg04_rightdown {background-position:100% 100%;background-repeat:no-repeat;}   /*底圖不重覆靠右置下*/
.bg05_centertop {background-position:50% 0;    background-repeat:no-repeat;}   /*底圖不重覆置中置上*/
.bg06_centerdown{background-position:50% 100%; background-repeat:no-repeat;}   /*底圖不重覆置中置下*/
.bg07_center    {background-position:50% 50%; background-repeat:no-repeat;}    /*底圖不重覆置中置中*/

.bg10_xlefttop  {background-position:0 0;      background-repeat:repeat-x;}    /*底圖水平重覆靠左置上*/
.bg11_xleftdown {background-position:0 100%;   background-repeat:repeat-x;}    /*底圖水平重覆靠左置下*/
.bg12_ylefttop  {background-position:0 0;      background-repeat:repeat-y;}    /*底圖垂直重覆靠左置上*/
.bg13_yleftdown {background-position:0 100%;   background-repeat:repeat-y;}    /*底圖垂直重覆靠左置下*/

.bg20_xrighttop {background-position:100% 0;   background-repeat:repeat-x;}    /*底圖水平重覆靠右置上*/
.bg21_xrightdown{background-position:0 0;      background-repeat:repeat-x;}    /*底圖水平重覆靠右置下*/
.bg22_yrighttop {background-position:100% 0;   background-repeat:repeat-y;}    /*底圖垂直重覆靠右置上*/
.bg23_yrightdown{background-position:0 0;      background-repeat:repeat-y;}    /*底圖垂直重覆靠右置下*/



/*--表格-------------------------------------------------------------------------------------------------------------------*/
.table01
{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.td10
{
	background-color: #245F96;
	color: #FFFFFF;
	font-size: 9pt;
	line-height: 16pt;letter-spacing:1pt;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	text-align:center;
}

.td11
{
	background-color: #5894BF;
	color: #FFFFFF;
	font-size: 9pt;
	line-height: 16pt;letter-spacing:1pt;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	text-align:center;
}

.td16
{
	background-color: #daeaf1;
	color:#0d124a;
	font-size: 9pt;
	line-height: 16pt;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}

.td17
{
	background-color: #cee4ea;
	color: #0d124a;
	font-size: 9pt;
	line-height: 16pt;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}

.td20
{
	background-color: #454545;
	color: #FFFFFF;
	font-size: 9pt;
	line-height: 16pt;letter-spacing:1pt;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	text-align:center;
}

.td21
{
	background-color: #787878;
	color: #FFFFFF;
	font-size: 9pt;
	line-height: 16pt;letter-spacing:1pt;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	text-align:center;
}

.td26
{
	background-color: #eeeeee;
	color:#242424;
	font-size: 9pt;
	line-height: 16pt;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}

.td27
{
	background-color: #e5e5e5;
	color: #242424;
	font-size: 9pt;
	line-height: 16pt;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}



/*--各式字距---------------------------------------------------------------------------------------------------------------*/
.letter01 {letter-spacing:2pt;}
.letter02 {letter-spacing:4pt;color: #011380;font-size:11pt;font-weight: bold;}
.letter10 {padding-right:8px;padding-left:8px;padding-top:8px;padding-bottom:8px;}



/*--標題-------------------------------------------------------------------------------------------------------------------*/
.title01   {color: #c60a01;font-size:11pt;letter-spacing:1pt;font-weight: bold;}
.title02   {color: #ffffff;font-size:10pt;letter-spacing:1pt;font-weight: bold;}


/*--各式字型大小-----------------------------------------------------------------------------------------------------------*/
.style_del {text-decoration:line-through;}/*--數字刪除線---*/

.style01   {color: #ffffff;}
.style02   {color: #cc0000;}
.style03   {color: #002d94;}
.style04   {color: #6a6a6a;font-size:7.5pt;letter-spacing:1pt;}
.style05   {color: #fa7e00;font-size:9pt;letter-spacing:1pt;font-weight: bold;}
.style06   {color: #636363;}
.style07   {color: #000be9;font-size:10pt;letter-spacing:3pt;font-weight: bold;}
.style08   {color: #fa7e00;}
.style09   {color: #002d94;font-weight: bold;}


.style100  {letter-spacing:1pt;font-family:絡遺;font-size:8pt;}
.style101  {color: #cc0000;letter-spacing:1pt;font-family:絡遺;font-size:8pt;}
.style102  {color: #002d94;letter-spacing:1pt;font-family:絡遺;font-size:8pt;}

.style200  {color: #b7b7b7;line-height:9pt;font-family:Tahoma;font-size:8pt;}
.style201  {color: #ff0000;line-height:10pt;font-family:Tahoma;font-size:11pt;letter-spacing:0pt;font-weight: bold;}
.style202  {color: #ffe401;font-family:Tahoma;font-size:8pt;}
.style203  {color: #ffffff;font-family:Tahoma;font-size:7.5pt;letter-spacing:1pt;}
.style204  {color: #793d00;font-family:Tahoma;font-size:8pt;letter-spacing:1pt;}  /*最新消息連結*/
.style205  {color: #ff0000;line-height:10pt;font-family:Tahoma;font-size:8pt;letter-spacing:0pt;font-weight: bold;}
.style206  {color: #bcbcbc;letter-spacing:1pt;font-family:Tahoma;font-size:8pt;font-weight: bold;}
.style207  {color: #ffffff;letter-spacing:1pt;font-family:Tahoma;font-size:8pt;font-weight: bold;}
