
/*--網頁捲軸----------------------------------------------------------*/
body{
scrollbar-face-color:#DCDCDC;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#EBEBEB;
scrollbar-shadow-color:#9C9C9C;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#E0E0E0;

/*--網頁內容設定-----------------------------------------------------*/
	background-color: #FFFFFF;                       /*背景色*/
	background-image:url(../images/ui/bg_rp.gif) ;      /*背景圖*/
	/*background-attachment:fixed;                     /*背景圖不動*/
	background-repeat:repeat;                     /*背景圖不重覆*/
	font-family: "Arial", "Helvetica", "sans-serif"; /*字型*/
	font-size: 9pt;                                  /*字大小*/
	line-height: 14pt;                               /*行距*/
	letter-spacing:1pt;                              /*字距*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*(overflow-x:hidden;                               /*不會出現橫拉把，x改成y的話就不會出現直拉把*/
	}


/*--表格字型、大小、行距設定(同body設定即可----------------------------*/
td{
	font-family: "Arial", "Helvetica", "sans-serif"; /*字型*/
	font-size: 9pt;                                  /*字大小*/
	/*line-height: 12pt;                               /*行距*/
	/*letter-spacing:1pt;                              字距*/
	color:#073972;
}

/*--縮排-----------------------------*/
.textquak{
	text-indent:10pt;
}





/*--連結設定-----------------------------------------------------------*/
a:link    {  color: #073972;text-decoration: none}      /*一般連結*/
a:visited {  color:#073972; text-decoration: none}      /*參觀過的連結*/
a:hover   {  color: #0097E8;text-decoration: underline;} /*當滑鼠移到連結上*/
/*a:hover {  color: #9A0000; text-decoration: underline;position:relative;top:-1px;right:1px;}當滑鼠移到連結上會往上跳一下*/

/*會員*/
.mem:link    {  color: #FFFFFF;text-decoration: none;line-height: 12pt;}      /*一般連結*/
.mem:visited {  color:#FFFFFF; text-decoration: none;line-height: 12pt;}      /*參觀過的連結*/
.mem:hover   {  color: #C0F2FF;text-decoration: underline;line-height: 12pt;} /*當滑鼠移到連結上*/


.index_fla:link    {  color: #073972;text-decoration: underline}      
.index_fla:visited {  color:#073972; text-decoration: underline}      
.index_fla:hover   {  color: #0097E8;text-decoration:none ;} 


/*--把字改成直行-------------------------------------------------------*/
.wordstraight{writing-mode:tb-rl}

/*--立體字-------------------------------------------------------------*/
.Ltable01 { filter: DropShadow(Color=#DCF4FE, OffX=1, OffY=1)}
.Lword0101 {
	color: #000000;
}
.Lword0102 {
	color: #060860;
}
.Ltable02 { filter: DropShadow(Color=#FFE4E5, OffX=1, OffY=1)}
.Lword0201 {
	color: #9D080D;
}
.Ltable03 { filter: DropShadow(Color=#EEEEEE, OffX=1, OffY=1)}
.Lword0301 {
	color: #DD0202;
}

/*--陰影字和發光字只能使用其中一個，而且只能使用一次*/
/*--陰影字-------------------------------------------------------------*/
.wordshadow01{filter:shadow(color=#CEF0FD,direction=110);color:#000000} /*-shadow(color是陰影色，direction是陰影角度-*/

/*--發光字-------------------------------------------------------------*/
.wordlight01{filter:glow(color=#0000FF,strength=2); color:#FFFFFF}     /*-白字外色glow(color是發光的色，strength是發光大小-*/
.wordlight02{filter:glow(color=#48F850,strength=2); color:#000000}     /*-黑字外色glow(color是發光的色，strength是發光大小-*/
.glword {filter: Glow(Color=#A4FB7F, Strength=1);color:#1A7404;FONT-SIZE: 12px;letter-spacing:2pt;} 


/*--設定form不會有高度-------------------------------------------------*/
.form{margin-top: 0; margin-bottom: 0}


/*--按鈕設定（顏色按鈕）-----------------------------------------------*/
.submit01{FONT-SIZE: 12px;padding-left:1px;padding-right:1px;padding-top:1px;padding-bottom:2px;height:20;background-color:#C5DEFD;color:#04305E;border: 2 solid #D1E6FD;}
/*--按鈕設定（顏色按鈕-虛線按鈕）--*/
.submit02{FONT-SIZE: 12px;padding-left:1px;padding-right:1px;padding-top:1px;padding-bottom:2px;height:22	;background-color:#C5DEFD;color:#04305E; border: 2 solid #D1E6FD; width:80px}
/*--按鈕設定（圖片按鈕）-----------------------------------------------*/
.input02 {FONT-WEIGHT: normal; FONT-SIZE: 12px; border: 0 solid #4E8A1B;color:#003565;padding-left:1px;background-image:url("images/bt_mem.gif");padding-right:1px;padding-top:1px;padding-bottom:1px; height:27px; width:66px; cursor:pointer}

.input01 {FONT-WEIGHT: normal; FONT-SIZE: 12px; border: 0 solid #4E8A1B;color:#003565;padding-left:1px;background-image:url("image/bt_bg.gif");padding-right:1px;padding-top:1px;padding-bottom:1px; height:16px; width:27px; cursor:pointer}


/*--設定下拉式選單-------------------------------------------------*/
.option01{BACKGROUND-COLOR:#E2F3FD;COLOR:#000066;}
.option02{BACKGROUND-COLOR:#EEFDEC;COLOR:#127305;}


/*--填寫欄位設定-------------------------------------------------*/
.inputkeyword0
{
BORDER-RIGHT: 1px inset; BORDER-TOP: 1px inset; BORDER-LEFT: 1px inset; BORDER-BOTTOM: 1px inset
}
.inputkeyword01{
line-height:12pt;
color:#000000;
background-color:#FFFFFF; 
border-width:1px; 
border-style:solid;
border-color:#275E89;
	SCROLLBAR-3DLIGHT-COLOR:    #FFFFFF; /*左上外框邊緣*/
	SCROLLBAR-HIGHLIGHT-COLOR:  #FFFFFF; /*左上外框內綠*/
	SCROLLBAR-ARROW-COLOR:      #275E89; /*箭頭*/
	SCROLLBAR-BASE-COLOR:       #FFFFFF; /*不知作用*/
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; /*右下外框邊緣*/ 
	SCROLLBAR-SHADOW-COLOR:     #FFFFFF; /*右下外框內綠*/
	SCROLLBAR-FACE-COLOR:       #FFFFFF; /*面板*/ 
	SCROLLBAR-TRACK-COLOR:      #FFFFFF; /*面板底色*/ 
}

.from_write{
color:#663300;
font-family:Arial, Helvetica, sans-serif;
BACKGROUND-COLOR:#FFFFFF;
BORDER:1 SOLID #CC804D;
line-height:10pt;
}

.from_epaper{
color:#888888;
font-family:Arial, Helvetica, sans-serif;
BACKGROUND-COLOR:#FFFFFF;
BORDER:1 SOLID #A1BA68;
line-height:10pt;
}



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


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


/*--各式字型大小--------------------------------------------------------*/
.style1 {color:#E60000;font-size: 8pt; }
.style2 {font-size: 10pt;color:#FF0000;}
.style3 {font-size: 12pt;color:#0000FF;}
.style4 {font-size: 9pt;color:#0000FF;}
.copytxt{font-size:10px;color:#999999;}
.text_hight { line-height:25px}
.text02{color:#666666;}
.contact_end_txt{color:#48C8F6;font-size: 13pt}
#title_n{
color:#E81C00;
font-size:13px;
padding-bottom:5px;
padding-left:10px;
font-weight:bolder;
border-width:0px 0 1px 0px;
border-style:solid;
border-color:#E81C00;
position:relative;
left:10px;
}
#title2{
font-size:12px;
color:#E81C00;
font-weight:bolder;
letter-spacing:1px;
}
.title3{
background-color:#FFFFFF;
font-size:12px;
color:#FF9900;
font-weight:bolder;
letter-spacing:1px
}
#gotop{
width:95%; height:35px; text-align:right; padding-top:5px;
}






/*---背景用-----------------------------------------------------------------------------------*/
.bg_norp{background-repeat:no-repeat;}
.bg_rpx{background-repeat:repeat-x;}
.bg_rpy{background-repeat:repeat-y;}
.bg_left{background-position:left top;}
.bg_right{background-position:right top;}
.bg_btm{background-position:bottom right;}
.bg_norp_btm{background-repeat:no-repeat;background-position:bottom}
.bg_norp_right{background-repeat:no-repeat;background-position:right bottom}
.bg_norp_left{background-repeat:no-repeat;background-position:left bottom}
.bg_norp_center{background-repeat:no-repeat;background-position:center}
.bg_norp_cright{background-repeat:no-repeat;background-position:right center}
.bg_norp_cleft{background-repeat:no-repeat;background-position:left center}
.bg_norp_ctop{background-repeat:no-repeat;background-position:top center}



/*---表格線用-----------------------------------------------------------------------------------*/
.form_line{
background-image:url(images/form_dot.gif);
background-repeat:repeat-x;
background-position:bottom;
}

.form_line_gray{
background-image:url(images/form_dot_gray.gif);
background-repeat:repeat-x;
background-position:bottom;
}

.form_line_dotted{
background-image:url(images/from_dotted.gif);
background-repeat:repeat-x;
background-position:bottom;
}

.form_line_download{
background-image:url(images/form_dot_blue.gif);
background-repeat:repeat-x;
background-position:bottom;
}

.form_line_news{
background-image:url(images/form_dot_news.gif);
background-repeat:repeat-x;
background-position:bottom;
color:#999999;
}

.form_line_dline{
background-image:url(images/form_dot_dline.gif);
background-repeat:repeat-x;
background-position:bottom;
}

.form_line_dline_up{
background-image:url(images/form_dot_dline.gif);
background-repeat:repeat-x;
background-position:top;
}

#flashcon{
	/*border:#CCCCCC solid 1px;*/
	position:absolute;
	top:0px;
	
}