﻿@charset "utf-8";
body{
/*--網頁內容設定-----------------------------------------------------*/
	SCROLLBAR-HIGHLIGHT-COLOR:  #ffffff; /*左上外框內綠*/
	SCROLLBAR-DARKSHADOW-COLOR: #d9ecb0; /*右下外框邊緣*/
	SCROLLBAR-3DLIGHT-COLOR:    #d9ecb0; /*左上外框邊緣*/
	SCROLLBAR-SHADOW-COLOR:     #ffffff; /*右下外框內綠*/
	SCROLLBAR-ARROW-COLOR:      #528743; /*箭頭*/
	SCROLLBAR-FACE-COLOR:       #eff8dc; /*面板*/
	SCROLLBAR-TRACK-COLOR:      #eff8dc; /*面板底色*/
	SCROLLBAR-BASE-COLOR:       #eff8dc; /*不知作用*/
	background-color: #ffffff;
    color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

/*--連結設定-----------------------------------------------------------*/
a:link    {color:#4b7c18;text-decoration: none;}/*一般連結*/
a:visited {color:#636363;text-decoration: none;}/*參觀過的連結*/
a:hover   {color:#e86110;text-decoration: underline;}/*當滑鼠移到連結上*/

.eztrust:link    {color:#ffffff;font-size:xx-small;}/*藝誠科技l*/
.eztrust:visited {color:#ffffff;font-size:xx-small;}/*藝誠科技v*/
.eztrust:hover   {color:#ffffff;font-size:xx-small;font-weight:bold;text-decoration: none;}/*藝誠科技o*/

.dlink{color:#636363;}/*下方連結l*/
.dlink a:link    {color:#636363;text-decoration:none;letter-spacing:1.5pt;padding:3px 2px 1px 5px;}/*下方連結l*/
.dlink a:visited {color:#636363;text-decoration:none;letter-spacing:1.5pt;padding:3px 2px 1px 5px;}/*下方連結v*/
.dlink a:hover   {color:#bd0050;background-color:#fef0f3;}/*下方連結o*/

.news:link    {color:#ffffff;text-decoration:none;}
.news:visited {color:#ffffff;text-decoration:none;}
.news:hover   {color:#fff600;text-decoration:none;}

/*--底圖背景---------------------------------------------------------------------------------------*/
.bg1000{background-position:100% 0; background-repeat:no-repeat}
.bg0100{background-position:0 100%; background-repeat:no-repeat}
.bg00{background-position:0 0; background-repeat:no-repeat}
.bg100100{background-position:100% 100%; background-repeat:no-repeat}

/*--表格字型、大小、行距設定(同body設定即可----------------------------*/
td{
    color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
}
/*--直線設定------------------------------------------------------------*/
.lineb{background-image:url("images/lineb.gif");background-position:0 center; background-repeat:repeat-x}/*--中黑色虛線*/
.linew{background-image:url("images/linew.gif");background-position:0 center; background-repeat:repeat-x}/*--中白色虛線*/
.lineg{background-image:url("images/lineg.gif");background-position:0 center; background-repeat:repeat-x}/*--中灰色虛線*/

/*--圖外框--------------------------------------------------------------*/
.imageborder{border: 1px solid  #CCCCCC} /*--實線*/

/*--按鈕設定（圖片按鈕）-----------------------------------------------*/
.inputok {border: 0 solid #ffffff;background:url(../images/index/ok.gif) no-repeat 0 0; width:35px; height:21px;}

/*--填寫欄位設定-------------------------------------------------*/
.inputepaper {
border:0px solid #ffffff;background-color:#99cc00;
font-size:9pt;color:#ffffff;width:135px;height:15px;padding:2px 5px 0 5px;}

/*--各式字型大小--------------------------------------------------------*/
.texto {overflow:hidden;text-indent:-5000px;}
.copy{color:#acc0a1;letter-spacing:1pt;font-family:Tahoma;}
.epaper{color:#ffffff;line-height:100%; padding:0 10px 0 0}

.stylew{color:#ffffff;}