body {
	margin: 0px;/*直接用*/
	background-color: #EEF1F4;/*背景顏色*/
	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設定*/
.textfield01 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	color: #749FB3;
	background-color: #FFFFFF;/*背景顏色*/
	border: 1px dashed #BBBBBB;/*邊框樣式ex:dashed(虛線)、寬度、顏色*/
	line-height: 14px;/*設定文字行列高度ex:10pt*/
}
/*按鈕、欄位CSS設定*/
.textfield02 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 12px;/*字體大小*/
	color: #454545;
	background-color: #FFFFFF;/*背景顏色*/
	border: 1px solid #CCCCCC;/*邊框樣式ex:dashed(虛線)、寬度、顏色*/
	line-height: 14px;/*設定文字行列高度ex:10pt*/
}
/*input按鈕CSS(按鈕、欄位CSS設定細節)*/
.input1  {
		 border-right: #555555 1px solid;/*右邊框樣式ex:dashed(虛線)、寬度、顏色*/
		 border-top: #555555 1px solid;/*上邊框樣式ex:dashed(虛線)、寬度、顏色*/
		 border-left: #555555 1px solid;/*左邊框樣式ex:dashed(虛線)、寬度、顏色*/
		 border-bottom: #555555 1px solid;/*下邊框樣式ex:dashed(虛線)、寬度、顏色*/
		 color: #454545; /*文字顏色*/
		 height: 11pt;/*高度*/
		 background-color: #FFFFFF;/*背景顏色*/
		 font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
		 font-size: 11px;/*字體大小*/
}
/*select下拉式選單CSS*/
.select{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	color: #000000;/*文字顏色*/
	background-color: #FFFFFF;/*背景顏色*/
	line-height: 11px;/*設定文字行列高度ex:10pt*/
}


/*Menu底圖變換選單*/
.leftmenu {
	width:142px;/*寬度*/
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	line-height:25px;/*設定文字行列高度ex:10pt*/
	float:left;/*設定浮動元件接續位置(none | left | right | both)*/

}
.leftmenu a{
	display:block;/*顯示*/
	text-align:left;/*文字對齊*/
	height:25px;/*高度*/
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 12px;/*字體大小*/
	font-weight: normal:;/*字體份量ex:bold*/
}
.leftmenu a:link {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 12px;/*字體大小*/
	text-align:left;/*文字對齊*/
	color:#6D6D6D;/*字體顏色*/
	background:url(../images/menu_bg.gif) no-repeat ;/*背景設定*/
	text-decoration:none;/*文字裝飾ex:underline*/ 
	padding-left:23px;/*左邊框補白*/
}
.leftmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 12px;/*字體大小*/
	text-align:left;/*文字對齊*/
	color:#6D6D6D;/*字體顏色*/
	background:url(../images/menu_bg.gif) no-repeat ;/*背景設定*/
	text-decoration:none;/*文字裝飾ex:underline*/
	padding-left:23px;/*左邊框補白*/ 
}
.leftmenu a:hover{
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	text-align:left;/*文字對齊*/
	font-size: 12px;/*字體大小*/
	color:#1C724B;/*字體顏色*/
	background:url(../images/menu_bg01.gif) no-repeat ;/*背景設定*/
	text-decoration:none;/*文字裝飾ex:underline*/
	padding-left:23px;/*左邊框補白*/
}
/*文繞圖CSS*/
.about01img {
	border: 1px solid #B0B0B0;/*圖邊框樣式顏色粗細*/
	float:left;/*圖置放位置right:bottom*/
	margin-bottom: 10px;/*圖下方間距*/
	margin-right: 20px;/*圖右方間距*/
	margin-left: none;/*圖左方間距*/
	margin-top: none;/*圖上方間距*/
}
/*table虛線*/
.AboutList01 {
	border-top: none;
	border-right: none;
	border-color: #ffffff;
	border-bottom: 1px dotted;
	border-left: none;
}
/*T連結設定-一般01*/
.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連結設定-一般01*/
.language {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0B3F88;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.language a:link {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0B3F88;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.language a:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0B3F88;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.language a:hover{
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0B3F88;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*連結設定-一般02*/
.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*/
}


.guid {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #868585;/*字體顏色*/
	font-size: 10px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.guid:link ,a.guidu:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #868585;/*字體顏色*/
	font-size: 10px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.guid:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #868585;/*字體顏色*/
	font-size: 10px;/*字體大小*/
	font-weight: normal;/*寬度*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
.guid02 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #868585;/*字體顏色*/
	font-size: 10px;/*字體大小*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*文字連結設定-連結使用-普通連結*/
.guid02 a:link {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #868585;/*字體顏色*/
	font-size: 10px;/*字體大小*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*文字連結設定-連結使用-拜訪連結*/
.guid02 a:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #868585;/*字體顏色*/
	font-size: 10px;/*字體大小*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*文字連結設定-連結使用-當滑鼠移到連結上*/
.guid02 a:hover{
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #868585;/*字體顏色*/
	font-size: 10px;/*字體大小*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
.foot {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #707070;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.foot:link ,a.foot:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #707070;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.foot:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #707070;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*寬度*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
.menu {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A40000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.menu:link ,a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A40000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A40000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*寬度*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/	
	text-decoration: underline;/*文字裝飾ex:underline*/
}
.menu02 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #9D9D9D;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.menu02:link ,a.menu02:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #9D9D9D;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.menu02:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A40000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*寬度*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/	
	text-decoration: underline;/*文字裝飾ex:underline*/
}
.menu03 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A40000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.menu03:link ,a.menu03:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A40000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.menu03:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A40000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*寬度*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/	
	text-decoration: underline;/*文字裝飾ex:underline*/
}
.tittle01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C01D1D;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}
a.tittle01:link ,a.tittle01:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #C01D1D;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
	line-height: 20px;
}
a.tittle01:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #C01D1D;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*寬度*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	line-height: 20px;
}
.tittle_news {
	font-family: Arial, Helvetica, sans-serif;
	color: #8D0909;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
a.tittle_news:link ,a.tittle_news:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #8D0909;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
	line-height: 20px;
}
a.tittle_news:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #8D0909;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	line-height: 20px;
}
.tittle_qa {
	font-family: Arial, Helvetica, sans-serif;
	color: #8D0909;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
a.tittle_qa:link ,a.tittle_qa:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #8D0909;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
	line-height: 20px;
}
a.tittle_qa:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #8D0909;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	line-height: 20px;
}
.con_index01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}
a.con_index01:link ,a.con_index01:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #3B3B3B5;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
	line-height: 20px;
}
a.con_index01:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #3B3B3B;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*寬度*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	line-height: 20px;
}
.con_index02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}
a.con_index02:link ,a.con_index02:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #3B3B3B5;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
	line-height: 15px;
}
a.con_index02:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #3B3B3B;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*寬度*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	line-height: 15px;
}
.con_news01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0D2C9F;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}
a.con_news01:link ,a.con_news01:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0D2C9F;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
	line-height: 15px;
}
a.con_news01:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0D2C9F;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*寬度*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	line-height: 15px;
}
.con_news02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}
a.con_news02:link ,a.con_news02:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
	line-height: 20px;
}
a.con_news02:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*寬度*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	line-height: 20px;
}
.con_01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5822;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}
a.con_01:link ,a.con_01:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #5D5822;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
	line-height: 15px;
}
a.con_01:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #5D5822;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*寬度*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	line-height: 15px;
}
.con_02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #807505;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}
a.con_02:link ,a.con_02:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #807505;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
	line-height: 15px;
}
a.con_02:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #807505;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*寬度*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	line-height: 15px;
}
.tittle_pro01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #146899;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
a.tittle_pro01:link ,a.tittle_pro01:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #146899;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
	line-height: 20px;
}
a.tittle_pro01:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #146899;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	line-height: 20px;
}
.tittle_pro01A {
	font-family: Arial, Helvetica, sans-serif;
	color: #146899;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}
.tittle_pro02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0083E5;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
a.tittle_pro02:link ,a.tittle_pro02:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0083E5;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
	line-height: 20px;
}
a.tittle_pro02:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0083E5;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	line-height: 20px;
}
.con_pro01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
}
a.con_pro01:link ,a.con_pro01:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #ffffff;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
	line-height: 15px;
}
a.con_pro01:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #ffffff;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: bold;/*寬度*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	line-height: 15px;
}
.white {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #5E5E5E;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.white:link ,a.white:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #5E5E5E;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.white:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #5E5E5E;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
.content_fontstyle001 {
	font-family: Arial, Helvetica, sans-serif;
	color: #010DFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}
.content_fontstyle002 {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.content_fontstyle003 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}
.content_fontstyle004 {
	font-family: Arial, Helvetica, sans-serif;
	color: #001EFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
/*背景設定CSS*/
.MainBg001 {
	background-attachment: fixed;/*固定背景*/
	background-image: url(../images/faq_001.gif);/*背景圖案(不使用背景 none)*/
	background-repeat: repeat-x;/*在X軸重複排列*/
	background-position: center top;/*背景圖案X與Y軸的座標值(center | left | right | top | bottom)*/
}
/*文繞圖CSS*/
.about02img {
	border: 0px solid #B0B0B0;/*圖邊框樣式顏色粗細*/
	float:left;/*圖置放位置right:bottom*/
	margin-bottom: 4px;/*圖下方間距*/
	margin-right: 20px;/*圖右方間距*/
	margin-left: none;/*圖左方間距*/
	margin-top: none;/*圖上方間距*/
}
.about03img {
	border: 0px solid #B0B0B0;/*圖邊框樣式顏色粗細*/
	float:right;/*圖置放位置right:bottom*/
	margin-bottom: 5px;/*圖下方間距*/
	margin-right: none;/*圖右方間距*/
	margin-left: 20px;/*圖左方間距*/
	margin-top: none;/*圖上方間距*/
}