﻿body {
	margin-left: 0px;/*設定文件內文與上下左右邊界距離可用(pt)或(px)*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	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 ; /*箭頭的顏色*/
}
.pr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
/*背景設定CSS*/
.MainBg001 {
	background-attachment: fixed;/*固定背景*/
	background-image: url(../images/bg_002.gif);/*背景圖案(不使用背景 none)*/
	background-repeat: repeat-x;/*在X軸重複排列*/
	background-position: center top;/*背景圖案X與Y軸的座標值(center | left | right | top | bottom)*/
}
.MainBg002 {
	background-attachment: fixed;/*固定背景*/
	background-image: url(../images/menu_001.jpg);/*背景圖案(不使用背景 none)*/
	background-repeat: repeat-x;/*在X軸重複排列*/
	background-position: center top;/*背景圖案X與Y軸的座標值(center | left | right | top | bottom)*/
}
.MainBg003 {
	background-attachment: fixed;/*固定背景*/
	background-image: url(../images/project1_001.gif);/*背景圖案(不使用背景 none)*/
	background-repeat: no-repeat;/*在X軸重複排列*/
	background-position: center top;/*背景圖案X與Y軸的座標值(center | left | right | top | bottom)*/
}
.MainBg004 {
	background-attachment: fixed;/*固定背景*/
	background-image: url(../images/project2_004.jpg);/*背景圖案(不使用背景 none)*/
	background-repeat: no-repeat;/*在X軸重複排列*/
	background-position: center top;/*背景圖案X與Y軸的座標值(center | left | right | top | bottom)*/
}
/*T連結設定-一般*/
.Tlink01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A0A0A0;/*字體顏色*/
	font-size: 10px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 22px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink01 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A0A0A0;/*字體顏色*/
	font-size: 10px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 22px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink01 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A0A0A0;/*字體顏色*/
	font-size: 10px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 22px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink01 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 10px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #727272;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink02 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #727272;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink02 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #727272;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink02 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink02a {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #004B8D;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink02a a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #004B8D;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink02a a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #004B8D;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink02a a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0171D3;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink02b {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #004B8D;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink02b a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #004B8D;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink02b a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #004B8D;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink02b a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #004B8D;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink02C {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0074C6;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink02C a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0074C6;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink02C a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0074C6;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink02C a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0D01FF;/*字體顏色*/
	font-size: 13px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink03 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink03 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink03 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink03A {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 8px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
	vertical-align: text-top;
}
/*T連結設定-連結使用-普通連結*/
.Tlink03A a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 8px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
	vertical-align: text-top;
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink03A a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 8px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
	vertical-align: text-top;
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink03A a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 8px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
	vertical-align: text-top;
}
/*T連結設定-一般*/
.Tlink04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink04 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #005AFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink04 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #005AFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink04 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #005AFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink04A {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink04A a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink04A a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink04A 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: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink04B {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #374496;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink04B a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #374496;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink04B a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #374496;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink04B a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0600FF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink04C {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000E66;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink04C a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000E66;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink04C a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000E66;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink04C a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0000FF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink04D {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #666666;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink04D 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: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink04D 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: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink04D 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: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink04E {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink04E a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink04E a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #000000;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink04E 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: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink05 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 16px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink05 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 16px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink05 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #454545;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 16px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink05 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0012FF;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 16px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.page {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #7E7E7E;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.page a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #7E7E7E;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.page a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #7E7E7E;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.page 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: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*文字連結-一般*/
.guide {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	line-height:15px;/*設定文字行列高度ex:10pt*/
	color: #0075B1;/*字體顏色*/
}
/*文字連結-連結使用-普通連結*/
.guide a{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	line-height:15px;/*設定文字行列高度ex:10pt*/
	color: #0075B1;/*字體顏色*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
.guide a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	line-height:15px;/*設定文字行列高度ex:10pt*/
	color: #0075B1;/*字體顏色*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*文字連結-連結使用-當滑鼠移到連結上*/
.guide a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	line-height:15px;/*設定文字行列高度ex:10pt*/
	color: #004C73;/*字體顏色*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*版權宣告-一般*/
.copyright1 {
	color: #B3B3B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 0px;
}
/*版權宣告-連結使用-普通連結*/
.copyright1 a{
	color: #B3B3B3;/*字體顏色*/
	font-size: 11px;/*字體大小10~12*/
	text-decoration: none;/*文字裝飾ex:underline*/
	letter-spacing: 0px;
}
/*版權宣告-連結使用-當滑鼠移到連結上*/
.copyright1 a:hover{
	color: #FFFFFF;/*字體顏色*/
	font-size: 11px;/*字體大小10~12*/
	text-decoration: none;/*文字裝飾ex:underline*/
	letter-spacing: 0px;
}
/*T連結設定-一般*/
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #292929;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 22px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.copyright a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #292929;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 22px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.copyright a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #292929;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 22px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.copyright 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: 22px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
.eng001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
.eng001A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #0071D0;
}
.eng002 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #454545;
}
.eng002_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 20px;
	color: #454545;
	vertical-align: text-top;
}
.eng002A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-weight:bold;
}
.eng002B {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #374496;
	font-weight:bold;
}
.eng002B1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 20px;
	color: #374496;
	vertical-align: text-top;
}
.eng002C {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration:underline;
}
.eng002D {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0036FF;
	font-weight:bold;
}
.eng003 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0071D0;
}
.eng003A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0060B0;
}
.eng003A_underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0060B0;
	text-decoration:underline;
}
.eng003A_Sunderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 20px;
	color: #0060B0;
	vertical-align: text-top;
}
.eng004 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #454545;
}
.eng005 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.eng006 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FF0101;
}
.slide{
    float:left;
	width:115px;
	height:160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
/*文繞圖CSS*/
.about01img {
	border: 0px solid #B0B0B0;/*圖邊框樣式顏色粗細*/
	float:left;/*圖置放位置right:bottom*/
	margin-bottom: 5px;/*圖下方間距*/
	margin-right: 15px;/*圖右方間距*/
	margin-left: none;/*圖左方間距*/
	margin-top: none;/*圖上方間距*/
}
.t001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	line-height:18px;
}
.t001_underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	line-height:18px;
	text-decoration:underline;
}
.t002 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	font-weight:bold;
	line-height:20px;
}
.t003 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-weight:bold;
	line-height:20px;
}
.t004 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #017BD0;
	font-weight:bold;
	line-height:20px;
}
.install_swf {
	border: 1px solid #cccccc;
}
/*select下拉式選單CSS*/
.select001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	color: #454545;/*文字顏色*/
	background-color: #FFFFFF;/*背景顏色*/
	line-height: 12px;/*設定文字行列高度ex:10pt*/
}
/*input按鈕CSS*/
.input1  {
		 border-right: #7F9DB9 1px solid;/*右邊框樣式ex:dashed(虛線)、寬度、顏色*/
		 border-top: #7F9DB9 1px solid;/*上邊框樣式ex:dashed(虛線)、寬度、顏色*/
		 border-left: #7F9DB9 1px solid;/*左邊框樣式ex:dashed(虛線)、寬度、顏色*/
		 color: #454545; /*文字顏色*/
		 border-bottom: #7F9DB9 1px solid;/*下邊框樣式ex:dashed(虛線)、寬度、顏色*/
		 height: 12pt;/*高度*/
		 background-color: #FFFFFF;/*背景顏色*/
		 font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
		 font-size: 12px;/*字體大小*/
 }
