/*CSS Document*/
/*網頁頁面屬性設定*/
body {
	margin-left: 0px;/*設定文件內文與上下左右邊界距離可用(pt)或(px)*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4ECD4;/*背景顏色*/
	scrollbar-face-color: #FFFFFF ;  /*移動棒的顏色*/        
	scrollbar-shadow-color: #A6A7A1  ; /*按鈕邊框內層右邊與下面的顏色*/           
	scrollbar-highlight-color: #FFFFFF ;/*按鈕邊框內層左邊與上面的顏色及捲軸底部軌道網狀顏色(與track同時使用網狀會消失)*/
	scrollbar-3dlight-color: #A6A7A1  ;  /*按鈕邊框外層左邊與上面的顏色*/         
	scrollbar-darkshadow-color: #FFFFFF ;/*按鈕邊框外層右邊與下面的顏色*/ 
	scrollbar-track-color: #ffffff ;/*底部軌道顏色*/
	scrollbar-arrow-color: #A6A7A1 ; /*箭頭的顏色*/
}
/*背景設定CSS*/
.MainBg {
	background-attachment: fixed;/*固定背景*/
	background-image: none;/*背景圖案(不使用背景 none)*/
	background-repeat: repeat-x;/*在X軸重複排列*/
	background-position: center top;/*背景圖案X與Y軸的座標值(center | left | right | top | bottom)*/
}
/*連結設定CSS*/
/*T連結設定-一般*/
.Tlink01 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #75665D;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink01 a:link {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #75665D;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink01 a:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #75665D;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink01 a:hover{
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #75665D;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink02 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink02 a:link {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink02 a:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink02 a:hover{
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #CD0105;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink03 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #666666;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink03 a:link {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #666666;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink03 a:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #666666;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink03 a:hover{
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000CFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0125FF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink04 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0125FF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink04 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0125FF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink04 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0125FF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink05 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #5E2D2D;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink05 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #5E2D2D;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink05 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #5E2D2D;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink05 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #B20004;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink06 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #4C8100;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink06 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #4C8100;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink06 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #4C8100;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink06 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #4C8100;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink07 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 16px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink07 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 16px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink07 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 16px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink07 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 16px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink08 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #666666;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 16px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink08 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #666666;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 16px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink08 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #666666;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 16px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink08 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 16px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*連結設定-一般*/
.link01 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #070780;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*連結設定-連結使用-普通連結拜訪連結*/
a.link01:link ,a.link01:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #070780;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*連結設定-連結使用-當滑鼠移到連結上*/
a.link01:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #070780;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*寬度*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/	
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*版權宣告CSS*/
/*版權宣告-一般*/
.copyright {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	color: #717171;/*字體顏色*/
	text-decoration: none;/*文字裝飾ex:underline*/ 
	padding-left:14px;/*左邊框補白*/ 
}
/*版權宣告-一般*/
.design {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	color: #717171;/*字體顏色*/
	text-decoration: none;/*文字裝飾ex:underline*/ 
}
/*版權宣告-連結使用-普通連結拜訪連結*/
a.design:link ,a.design:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	color: #717171;/*字體顏色*/
	text-decoration: underline;/*文字裝飾ex:underline*/ 
}
/*版權宣告-連結使用-當滑鼠移到連結上*/
a.design:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	color: #000000;/*字體顏色*/
	text-decoration: underline;/*文字裝飾ex:underline*/ 
}
/*選單-需要menujs放置CSS*/
/*主選單-一般*/
.leftmenu {
	width:135px;/*寬度*/
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	line-height:18px;/*設定文字行列高度ex:10pt*/
	float:left;/*設定浮動元件接續位置(none | left | right | both)*/

}
.leftmenu a{
	display:block;/*顯示*/
	text-align:left;/*文字對齊*/
	height:19px;/*高度*/
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
}
.leftmenu a:link {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 12px;/*字體大小*/
	text-align:left;/*文字對齊*/
	color:#000000;/*字體顏色*/
	background:url(../images/bg.png) no-repeat ;/*背景設定*/
	text-decoration:none;/*文字裝飾ex:underline*/ 
	padding-left:14px;/*左邊框補白*/ 
}
.leftmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 12px;/*字體大小*/
	text-align:left;/*文字對齊*/
	color:#000000;/*字體顏色*/
	background:url(../images/bg.png) no-repeat ;/*背景設定*/
	text-decoration:none;/*文字裝飾ex:underline*/
	padding-left:14px;/*左邊框補白*/ 
}
.leftmenu a:hover{
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	text-align:left;/*文字對齊*/
	font-size: 12px;/*字體大小*/
	color:#ffffff;/*字體顏色*/
	background:url(../images/bg.png) no-repeat ;/*背景設定*/
	text-decoration:none;/*文字裝飾ex:underline*/
	padding-left:14px;/*左邊框補白*/
}
/*主選單子-一般*/
.leftmenu2 {
	width:135px;/*寬度*/
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	line-height:18px;/*設定文字行列高度ex:10pt*/	
	float:left;/*設定浮動元件接續位置(none | left | right | both)*/
}
.leftmenu2 a{
	display:block;/*顯示*/
	text-align:left;/*文字對齊*/
	height:19px;/*高度*/
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
}
.leftmenu2 a:link {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 12px;/*字體大小*/
	text-align:left;/*文字對齊*/
	color:#333333;/*字體顏色*/
	background:url(../images/bg3.png) no-repeat ;/*背景設定*/
	text-decoration:none;/*文字裝飾ex:underline*/
	padding-left:14px;/*左邊框補白*/
}
.leftmenu2 a:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 12px;/*字體大小*/
	text-align:left;/*文字對齊*/
	color:#333333;/*字體顏色*/
	background:url(../images/bg3.png) no-repeat ;/*背景設定*/
	text-decoration:none;/*文字裝飾ex:underline*/
	padding-left:14px;/*左邊框補白*/
}
.leftmenu2 a:hover{
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	text-align:left;/*文字對齊*/
	font-size: 12px;/*字體大小*/
	color:#ffffff;/*字體顏色*/
	background:url(../images/bg2.png) no-repeat ;/*背景設定*/
	text-decoration:none;/*文字裝飾ex:underline*/
	padding-left:14px;/*左邊框補白*/
}
.g12 {
	font-family: "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 12px;
	COLOR: #0A55A2;
	LINE-HEIGHT: 16px;
	filter: alpha(opacity=80);/*透明度*/
	}
a.g12:link  {
	font-family: "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 12px;
	COLOR: #0A55A2;
	LINE-HEIGHT: 16px;
	filter: alpha(opacity=80);/*透明度*/
	}	
a.g12:visited  {
	font-family: "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 12px;
	COLOR: #0A55A2;
	LINE-HEIGHT: 16px;
	filter: alpha(opacity=80);/*透明度*/
	}	
a.g12:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 12px;
	COLOR: #ea0000;
	LINE-HEIGHT: 16px;
	filter: alpha(opacity=80);
	}
/*現在位置-導覽列CSS*/
/*文字連結-一般*/
.guide {
	font-family: "Arial", "Helvetica", "sans-serif";/*文字字型*/
	color: #7A726E;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	border: 0px;/*邊框寬度*/
	letter-spacing: 0.02em;/*文字間距normal*/
	text-decoration:none;/*文字裝飾ex:underline*/ 
	line-height: 20px;/*設定文字行列高度ex:10pt*/	
}
/*文字連結-連結使用-普通連結拜訪連結*/
a.guide:link ,a.guide:visited {
	font-family: "Arial", "Helvetica", "sans-serif";/*文字字型*/
	color: #7A726E;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	border: 0px;/*邊框寬度*/
	letter-spacing: 0.02em;/*文字間距normal*/
	text-decoration:none;/*文字裝飾ex:underline*/ 
	line-height: 20px;/*設定文字行列高度ex:10pt*/	
}
/*文字連結-連結使用-當滑鼠移到連結上*/
a.guide:hover {
	font-family: "Arial", "Helvetica", "sans-serif";/*文字字型*/
	color: #070780;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	border: 0px;/*邊框寬度*/
	letter-spacing: 0.02em;/*文字間距normal*/
	text-decoration:none;/*文字裝飾ex:underline*/ 
	line-height: 20px;/*設定文字行列高度ex:10pt*/	
}
/*文字連結-一般當前位置*/
.guide2 {
	font-family: "Arial", "Helvetica", "sans-serif";/*文字字型*/
	color: #070780;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	border: 0px;/*邊框寬度*/
	letter-spacing: 0.02em;/*文字間距normal*/
	text-decoration:none;/*文字裝飾ex:underline*/ 
	line-height: 20px;/*設定文字行列高度ex:10pt*/	
}
/*上下頁設定CSS*/
/*文字連結-一般*/
.page {
	font-family: "Arial", "Helvetica", "sans-serif";/*文字字型*/
	color: #7A726E;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	border: 0px;/*邊框寬度*/
	letter-spacing: 0.02em;/*文字間距normal*/
	text-decoration:none;/*文字裝飾ex:underline*/ 
	line-height: 20px;/*設定文字行列高度ex:10pt*/
}
/*文字連結-連結使用-普通連結拜訪連結*/
a.page:link ,a.page:visited {
	font-family: "Arial", "Helvetica", "sans-serif";/*文字字型*/
	color: #7A726E;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	border: 0px;/*邊框寬度*/
	letter-spacing: 0.02em;/*文字間距normal*/
	text-decoration:none;/*文字裝飾ex:underline*/ 
	line-height: 20px;/*設定文字行列高度ex:10pt*/
}
/*文字連結-連結使用-當滑鼠移到連結上*/
a.page:hover {
	font-family: "Arial", "Helvetica", "sans-serif";/*文字字型*/
	color: #070780;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	border: 0px;/*邊框寬度*/
	letter-spacing: 0.02em;/*文字間距normal*/
	text-decoration:none;/*文字裝飾ex:underline*/ 
	line-height: 20px;/*設定文字行列高度ex:10pt*/
}
/*單圖片設定CSS*/
.pic01img {
	border: 1px solid #B0B0B0;/*邊框樣式ex:dashed(虛線)、寬度、顏色*/
	margin-right: 5px;/*右邊界*/
	margin-top: 9px;/*上邊界*/
	margin-bottom: 7px;/*下邊界*/
	margin-left: 5px;/*左邊界*/
}
/*圖片效果設定CSS*/
.on_mouseover1 img{
filter:Alpha(opacity=100,style=2,finishopacity=100)/*設定透明度程度、樣式0無1線2圓3矩形漸層*/
}

.on_mouseover1:hover img{
filter:Alpha(opacity=50,style=2,finishopacity=90)/*設定透明度程度、樣式0無1線2圓3矩形漸層*/
}
/*文繞圖CSS*/
.about01img {
	border: 1px solid #B0B0B0;/*圖邊框樣式顏色粗細*/
	float:left;/*圖置放位置right:bottom*/
	margin-bottom: 4px;/*圖下方間距*/
	margin-right: 10px;/*圖右方間距*/
	margin-left: none;/*圖左方間距*/
	margin-top: none;/*圖上方間距*/
}
/*Top設定CSS*/
.down-line {
	border-bottom-width: 1px;/*下邊框寬度*/
	border-bottom-style: dotted;/*下邊框樣式ex:dashed(虛線)*/
	border-bottom-color: #7D7D7D;/*下邊框顏色*/
	padding-top:10px;/*上邊框補白*/ 
	height:36px;/*高度*/
	margin-bottom: none;/*圖下方間距*/
	margin-right: 10px;/*圖右方間距*/
	margin-left: none;/*圖左方間距*/
	margin-top: none;/*圖上方間距*/
}
/*select下拉式選單CSS*/
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	color: #000000;/*文字顏色*/
	background-color: #FFFFFF;/*背景顏色*/
	line-height: 11px;/*設定文字行列高度ex:10pt*/
}
/*input按鈕CSS*/
.input1  {
		 border-right: #7a8c62 1px solid;/*右邊框樣式ex:dashed(虛線)、寬度、顏色*/
		 border-top: #7a8c62 1px solid;/*上邊框樣式ex:dashed(虛線)、寬度、顏色*/
		 border-left: #7a8c62 1px solid;/*左邊框樣式ex:dashed(虛線)、寬度、顏色*/
		 color: #000000; /*文字顏色*/
		 border-bottom: #7a8c62 1px solid;/*下邊框樣式ex:dashed(虛線)、寬度、顏色*/
		 height: 14pt;/*高度*/
		 background-color: #FFFFFF;/*背景顏色*/
		 font-family: "Arial", "Helvetica", "sans-serif";/*文字字型*/
		 font-size: 12px;/*字體大小*/
 }		 
/*textarea區域CSS*/
.textarea1{
	font-family: "Arial", "Helvetica", "sans-serif";/*文字字型*/
	font-size: 12px;/*字體大小*/
	color: #000000; /*文字顏色*/
	background-color: #FFFFFF;/*背景顏色*/
	border: 1px solid #BEBEBE;/*邊框樣式ex:dashed(虛線)、寬度、顏色*/
	/*background-image: url(設定背景圖片);*/
}
.word01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.word02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}
.word03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.word01_ch {
	font-family: "細明體", "標楷體";
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.word02_ch {
	font-family: "細明體", "標楷體";
	font-size: 12px;
	color: #333333;
}
.word03_ch {
	font-family: "細明體", "標楷體";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

.link2:link {
	font-family: "細明體", "標楷體";
	font-size: 12px;
	line-height: normal;
	color: #999999;
	text-decoration: none;/*文字裝飾ex:underline*/
}
.link2:visited {
	font-family: "細明體", "標楷體";
	font-size: 12px;
	color: #999999;
	text-decoration: none;/*文字裝飾ex:underline*/
}
.link2:hover {
	font-family: "細明體", "標楷體";
	font-size: 12px;
	color: #990000;
	text-decoration: none;/*文字裝飾ex:underline*/
}
.word04_ch {
	font-family: "細明體", "標楷體";
	font-size: 13px;
	color: #739F56;
	font-weight: bold;
}
.word05_ch {
	font-family: "細明體", "標楷體";
	font-size: 13px;
	color: #003300;
	font-weight: bold;
}
.word06_ch {
	font-family: "細明體", "標楷體";
	font-size: 12px;
	color: #993300;
	font-weight: normal;
}
.word07_ch {
	font-family: "細明體", "標楷體";
	font-size: 12px;
	color: #CC3300;
	font-weight: normal;
}
.leftbg {
	background-image: url(../images/about_27.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.leftbg1 {
	background-image: url(../images/lef_down1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.leftbg2 {
	background-image: url(../images/lef_down2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.leftbg3 {
	background-image: url(../images/lef_down3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.leftbg4 {
	background-image: url(../images/lef_down4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.leftbg5 {
	background-image: url(../images/lef_down5.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.toppc {
	background-image: url(../images/about_05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 118px;
	width: 727px;
}
.toppc1 {
	background-image: url(../images/top2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 118px;
	width: 727px;
}
.toppcQuality {
	background-image: url(../images/image_quality.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 118px;
	width: 727px;
}
.toppcNews {
	background-image: url(../images/image_news.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 118px;
	width: 727px;
}
.toppcPro {
	background-image: url(../images/image_product.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 118px;
	width: 727px;
}
.toppcknow {
	background-image: url(../images/image_know.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 118px;
	width: 727px;
}
.NewsBg {
	background-image: url(../images/news1_001.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 524px;
}
.blankBg {
	background-image: url(../images/know_004_001.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:190px;
}
.title01 {
	height: 38px;
	width: 594px;
	background-image: url(../images/about_10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.title02 {
	height: 38px;
	width: 594px;
	background-image: url(../images/title02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title03 {
	height: 38px;
	width: 594px;
	background-image: url(../images/title03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title14 {
	height: 38px;
	width: 594px;
	background-image: url(../images/title14.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title14 {
	height: 38px;
	width: 594px;
	background-image: url(../images/title14.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.eng001 {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #454545;
}
.eng001A {
	letter-spacing: normal;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #454545;
}
.eng001B {
	letter-spacing: normal;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #9A0004;
}
.eng001C {
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #454545;
}
.eng001D {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #8B6C00;
}
.eng001E {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.eng001F {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.eng001Small {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #454545;
}
.eng002 {
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0600FF;
}
.eng002A {
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.eng002B {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #004EB8;
}
.eng002C {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.eng003 {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #B29D42;
}
.eng004 {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #A8903E;
}
.eng005 {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration:underline;
}
.eng005A {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #454545;
	text-decoration:none;
}
.eng005B {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FF0107;
	text-decoration:none;
}
.t001 {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #454545;
	font-weight:bold;
}
.t001A {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #454545;
	font-weight:bold;
}
.t002 {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #269200;
	font-weight:bold;
}
.t003 {
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #B30408;
	font-weight:bold;
}
.t003A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #B30408;
	font-weight:bold;
}
.t004 {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0125FF;
	font-weight:bold;
}
.t005 {
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #FFFFFF;
	font-weight:bold;
}
/*T連結設定-一般*/
.Tlink01 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #269200;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
	letter-spacing: normal;
}
/*T連結設定-連結使用-普通連結*/
.Tlink01 a:link {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #269200;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
	letter-spacing: normal;
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink01 a:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #269200;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
	letter-spacing: normal;
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink01 a:hover{
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #012BFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
	letter-spacing: normal;
}
.Tlink02:link {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #333333;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
	letter-spacing: normal;
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink02:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #333333;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
	letter-spacing: normal;
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink02:hover{
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #009900;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
	letter-spacing: normal;
}
/*文繞圖CSS*/
.about01img {
	border: 1px solid #CCCCCC;/*圖邊框樣式顏色粗細*/
	float:left;/*圖置放位置right:bottom*/
	margin-bottom: 10px;/*圖下方間距*/
	margin-right: 15px;/*圖右方間距*/
	margin-left: none;/*圖左方間距*/
	margin-top: none;/*圖上方間距*/
}
/*文繞圖CSS*/
.about02img {
	border: 0px solid #CCCCCC;/*圖邊框樣式顏色粗細*/
	float:right;/*圖置放位置right:bottom*/
	margin-bottom: 10px;/*圖下方間距*/
	margin-right: none;/*圖右方間距*/
	margin-left: 15px;/*圖左方間距*/
	margin-top: none;/*圖上方間距*/
}
/*select下拉式選單CSS*/
.select{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 12px;/*字體大小*/
	color: #666666;/*文字顏色*/
	background-color: #FFFFFF;/*背景顏色*/
	line-height: 11px;/*設定文字行列高度ex:10pt*/
}