﻿/*--網頁捲軸及內容設定-----------------------------------------------------------------------------------------------------*/
body
{
	scrollbar-highlight-color :#8cc0e7;   /*左上外框內緣*/
	scrollbar-3dlight-color   :#000819;   /*左上外框邊緣-深色*/
	scrollbar-darkshadow-color:#ffffff;   /*右下外框邊緣-同面板底色*/ 
	scrollbar-shadow-color    :#000207;   /*右下外框內緣-深色*/
	scrollbar-arrow-color     :#8cc0e7;   /*箭頭*/
	scrollbar-face-color      :#061943;   /*面板*/ 
	scrollbar-track-color     :#ffffff;   /*面板底色*/ 
/*	scrollbar-base-color      :#FDF2B7;     一次設定整個捲軸的基底色彩，顏色設定為網站風格色系即可*/

	margin-left  :0px;
	margin-top   :0px;
	margin-right :0px;
	margin-bottom:0px;

	background-color:#ffffff;                /*背景色*/
	background-image:url(../images/index/bg_down_x.jpg);  /*背景圖*/
/*	background-attachment:fixed;               背景圖不動*/
/*	background-repeat:no-repeat;               背景圖不重覆*/
	background-repeat:repeat-x;                 /*背景圖水平重覆*/
/*	background-repeat:repeat-y;                 背景圖垂直重覆*/
	background-position:0 100%;                /*背景圖靠左置下*/ 
/*	overflow-x:hidden;                               不會出現橫拉把，x改成y的話就不會出現直拉把*/

}



td,th
{
	font-family: Arial, Verdana, "新細明體","微軟正黑體", 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_N01:link     {color:#343434;text-decoration:none;}  /*最新消息連結*/
.link_N01:visited  {color:#343434;text-decoration:none;}      
.link_N01:hover    {color:#b71b01;text-decoration:none;}
.style_N001  {color: #343434;line-height:13pt;font-size:11pt; font-family:Verdana, Arial, Helvetica, sans-serif; padding-top:2px;}
.style_N002  {color: #9a5a00;line-height:13pt;font-size:9pt; font-family:Verdana, Arial, Helvetica, sans-serif;}
.style_N003  {color: #636363;}

.link_P01:link     {color:#000000;text-decoration:none;line-height:11pt;}  /*商品連結*/
.link_P01:visited  {color:#000000;text-decoration:none;line-height:11pt;}      
.link_P01:hover    {color:#b71b01;text-decoration:underline;line-height:11pt;}

.link_01:link     {color:#8d8d8d;text-decoration:none;}  /*最新消息連結*/
.link_01:visited  {color:#8d8d8d;text-decoration:none;}      
.link_01:hover    {color:#eb6a00;text-decoration:none;}

.link_02:link     {color:#666666;text-decoration:none;}  /*檔案下載連結*/
.link_02:visited  {color:#666666;text-decoration:none;}      
.link_02:hover    {color:#e10000;text-decoration:underline;}

.link_03:link     {color:#424242;font-size:8pt;*font-size:7.5pt;text-decoration:none;}  /*下方選項連結*/
.link_03:visited  {color:#424242;font-size:8pt;*font-size:7.5pt;text-decoration:none;}      
.link_03:hover    {color:#e10000;font-size:8pt;*font-size:7.5pt;text-decoration:none;}

.eztrust:link { font-size:8pt;*font-size:7.5pt;color:#ffffff;text-decoration:none;}/*藝誠科技l*/
.eztrust:visited { font-size:8pt;*font-size:7.5pt;color:#ffffff;text-decoration:none;}/*藝誠科技v*/
.eztrust:hover { font-size:8pt;*font-size:7.5pt;color:#00fff6;text-decoration:underline;}/*藝誠科技o*/ 

.eztrust2:link { font-size:8pt;*font-size:7.5pt;color:#878787;text-decoration:none;}/*藝誠科技l*/
.eztrust2:visited { font-size:8pt;*font-size:7.5pt;color:#878787;text-decoration:none;}/*藝誠科技v*/
.eztrust2:hover { font-size:8pt;*font-size:7.5pt;color:#000000;text-decoration:underline;}/*藝誠科技o*/ 


/*底圖、字變色連結*/
#bt11 a {
		width:191px; height:27px;
		padding: 5px 0px 0px 38px;
		display:inherit;/*加這個位置可能會跑掉，但按鈕長度才會正常，所以視情況加*/
		color:#000000;
		font-size:10pt;letter-spacing:0pt;
		background: url("../images/home/bt_bg01.jpg") 0 0 no-repeat;
		}
#bt11 a:hover {	
		color: #FFFFFF;text-decoration:none; 
		background: url("../images/home/bt_bg01o.jpg") 0 0 no-repeat;
		}
	
#bt12 a {
		width:191px; height:27px;
		padding: 5px 8px 0px 38px;
		display:inherit;/*加這個位置可能會跑掉，但按鈕長度才會正常，所以視情況加*/
		color:#1b1b1b;
		font-size:10pt;letter-spacing:0pt;
		background: url("../images/home/bt_bg02.jpg") 0 0 no-repeat;
		}
#bt12 a:hover {	
		color: #FFFFFF;text-decoration:none; 
		background: url("../images/home/bt_bg02o.jpg") 0 0 no-repeat;
		}

#bt13 a {
		width:191px; height:27px;
		padding: 5px 0px 0px 38px;
		display:inherit;/*加這個位置可能會跑掉，但按鈕長度才會正常，所以視情況加*/
		color:#434343;
		font-size:10pt;letter-spacing:0pt;
		background: url("../images/home/bt_bg03.gif") 0 0 no-repeat;
		 background-color:#ebebeb;
		}
#bt13 a:hover {	
		color: #FFFFFF;text-decoration:none; 
		background: url("../images/home/bt_bg03o.gif") 0 0 no-repeat;
		background-color:#b0b0b0;
		}

#bt14 a {
		width:191px; height:27px;
		padding: 5px 0px 0px 38px;
		display:inherit;/*加這個位置可能會跑掉，但按鈕長度才會正常，所以視情況加*/
		color:#434343;
		font-size:10pt;letter-spacing:0pt;
		background: url("../images/home/bt_bg04.gif") 0 0 no-repeat;
		 background-color:#f5f5f5;
		}
#bt14 a:hover {	
		color: #014393;text-decoration:none; 
		background: url("../images/home/bt_bg04o.gif") 0 0 no-repeat;
		}

.link_bt01  /*底圖變色連結*/
{
	border-width: 0;
    background-color: #e7e6e6;
	cursor: hand;
	color:#FFFFFF;
} 


#bt01 ul{list-style:none;margin:0; padding:0;}
#bt01 ul li{ float:left;}
#bt01 ul li a{ color:#000000; display:block; width:191px; height:27px; background:url("../images/home/bt_bg01.jpg") no-repeat 0 0; font-size:10pt;text-decoration:none; text-align:left; padding:5px 0 0 38px;}
#bt01 ul li a:hover{ color:#FFFFFF;background:url("../images/home/bt_bg01o.jpg") no-repeat 0 0;}

#bt02 ul{list-style:none;margin:0; padding:0;}
#bt02 ul li{ float:left;}
#bt02 ul li a{ color:#1b1b1b; display:block; width:191px; height:27px; background:url("../images/home/bt_bg02.jpg") no-repeat 0 0; font-size:10pt;text-decoration:none; text-align:left; padding:5px 8px 0 38px;}
#bt02 ul li a:hover{ color:#FFFFFF;background:url("../images/home/bt_bg02o.jpg") no-repeat 0 0;}

#bt03 ul{list-style:none;margin:0; padding:0;}
#bt03 ul li{ float:left;}
#bt03 ul li a{ color:#434343; display:block; width:191px; height:27px; background:url("../images/home/bt_bg03.gif") no-repeat 0 0; background-color:#ebebeb; font-size:10pt;text-decoration:none; text-align:left; padding:5px 0 0 38px;}
#bt03 ul li a:hover{ color:#FFFFFF;background:url("../images/home/bt_bg03o.gif") no-repeat 0 0;background-color:#b0b0b0;}

#bt04 ul{list-style:none;margin:0; padding:0;}
#bt04 ul li{ float:left;}
#bt04 ul li a{ color:#434343; display:block; width:191px; height:27px; background:url("../images/home/bt_bg04.gif") no-repeat 0 0; background-color:#f5f5f5;  font-size:10pt;text-decoration:none; text-align:left; padding:5px 0 0 38px;}
#bt04 ul li a:hover{ color:#014393;background:url("../images/home/bt_bg04o.gif") no-repeat 0 0;}

/*滑鼠移過效果，但不使用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: 9pt; width:42px; height:21px; cursor: pointer;display:inherit;}
.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: 9pt; width:69px; height:21px; cursor: pointer;display:inherit;}
.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_go   {background-image:url(../css/images/bt_go.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:21px; height:20px; cursor: pointer;display:inherit;}
.bt_download   {background-image:url(../css/images/bt_download.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:31px; cursor: pointer;display:inherit;}
.bt_download_s   {background-image:url(../css/images/bt_download_s.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:31px; cursor: pointer;display:inherit;}
.bt_download_e   {background-image:url(../css/images/bt_download_e.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:31px; 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:#ffffff; 
color:#1e1e1e;font-size:9pt;
line-height:12pt;height:14pt;
display:inherit;
}

.inputkeyword01
{
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:#f6f6f6; 
color:#1e1e1e;font-size:9pt;
line-height:12pt;
display:inherit;
}

.inputkeyword02
{
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:#ffffff; 
color:#2b2b2b;font-size:9pt;
line-height:11pt;height:15pt;
border-style:solid;border-color:#4b4b4b;border-width:1px;
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:2px;padding-bottom:2px;
background-color:#f6f6f6; 
color:#1e1e1e;font-size:9pt;
line-height:12pt;
border-style:dotted;border-color:#000000;border-width:1px;
}
*/

.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:#ffffff; 
font-size:9pt;
color:#2b2b2b;
line-height:12pt;
	scrollbar-highlight-color   :#ffffff;  /*左上外框內綠*/
	scrollbar-shadow-color      :#ffffff;  /*右下外框內綠*/
	scrollbar-darkshadow-color  :#ffffff;  /*右下外框邊緣*/ 
	scrollbar-3dlight-color     :#ffffff;  /*左上外框邊緣*/
	scrollbar-arrow-color       :#2b2b2b;  /*箭頭*/
	scrollbar-face-color        :#ffffff;  /*面板*/ 
	scrollbar-track-color       :#ffffff;  /*面板底色*/ 
/*	scrollbar-base-color        :#818181;    一次設定整個捲軸的基底色彩，顏色設定為網站風格色系即可*/
border-style:solid;border-color:#4b4b4b;border-width:1px;
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;
	scrollbar-highlight-color   :#275E89;  左上外框內綠
	scrollbar-shadow-color      :#275E89;  右下外框內綠
	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;
}
*/

/*.inputkeyword13{
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:dotted;border-width:1px; border-color:#000000;
	scrollbar-highlight-color   :#275E89;  左上外框內綠
	scrollbar-shadow-color      :#275E89;  右下外框內綠
	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;
}
*/



/*--直線設定---------------------------------------------------------------------------------------------------------------*/
.line01{border: 1px solid  #000000;}  /*實線*/
.line02{border: 1px dotted #000000;}  /*虛線*/



/*--圖外框-----------------------------------------------------------------------------------------------------------------*/
.imageborder{border: 1px solid  #000000;} 



/*--底圖背景---------------------------------------------------------------------------------------------------------------*/
.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:1pt; line-height:17pt;}
.letter02 {letter-spacing:5pt;}
.letter10 {padding-right:8px;padding-left:8px;padding-top:8px;padding-bottom:8px;}



/*--標題-------------------------------------------------------------------------------------------------------------------*/
.title01   {color: #480b00;font-size:11pt;letter-spacing:1pt;font-weight: bold;}
.title02   {color: #13306e;font-size:11pt;letter-spacing:1pt;font-weight: bold;}
.title_N01   {color: #9a5a00;font-size:11pt;letter-spacing:1pt;}/*--最新消息標題--*/
.title_P01   {color: #ffffff;font-size:11pt;letter-spacing:1pt;}/*--商品名稱--*/


/*--各式字型大小-----------------------------------------------------------------------------------------------------------*/
.style_del {text-decoration:line-through;}/*--數字刪除線---*/
.style_h1 {font-size:7.5pt;line-height:11pt; font-weight:normal; margin:0;}

.style01   {color: #ffffff;}
.style02   {color: #cc0000;}
.style03   {color: #002d94;}
.style04   {color: #ffffff;font-size:8pt;*font-size:7.5pt;} 
.style05   {color: #878787;font-size:8pt;*font-size:7.5pt;} 


.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: #ffffff;font-family:Tahoma;font-size:8pt;}
.style203  {color: #000000;font-family:Tahoma;font-size:8pt;}
.style204  {color: #7f7f7f;font-family:Tahoma;font-size:8pt;}
.style205  {color: #878787;font-family:Tahoma;font-size:8pt;}


/*--商品、購物車字型---------------------------------------------------------------------------------------------------*/
.style_P01  {color: #bf0d0d;font-family:Tahoma;font-size:10pt;}
.style_P02  {color: #ff0090;letter-spacing:1pt;font-family:Tahoma;font-size:10pt;font-weight: bold;}
