﻿/* CSS Document */
body {
	background-color: #F6EEEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*連結設定CSS*/
/*T連結設定-一般*/
.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #777777;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.foot a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #777777;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.foot a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #777777;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.foot a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #010DFF;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing:normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.menu001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #FFFFFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.menu001 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #FFFFFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.menu001 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #FFFFFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.menu001 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #FFFFFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.guide {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #7F6200;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.guide a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #7F6200;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.guide a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #7F6200;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.guide a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #8B0102;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0113FF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 22px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink001 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0113FF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 22px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink001 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0113FF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 22px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink001 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #0113FF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 22px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink002 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A25E00;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink002 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A25E00;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink002 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #A25E00;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink002 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #1F01FF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink003 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #B40001;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink003 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #B40001;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink003 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #B40001;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink003 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #B40001;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Tlink004 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #666666;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink004 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #004EFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink004 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #004EFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink004 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #004EFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}


/*T連結設定-一般*/
.Tlink005 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #777777;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Tlink005 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #777777;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Tlink005 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #777777;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Tlink005 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #004EFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Media_Tlink001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #010DFF;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Media_Tlink001 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #B10102;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Media_Tlink001 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #B10102;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Media_Tlink001 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #B10102;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: 1px;/*文字間距normal*/
	line-height: 20px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.Media_Tlink002 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #FF5A00;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.Media_Tlink002 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #FF5A00;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.Media_Tlink002 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #FF5A00;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.Media_Tlink002 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #FF5A00;/*字體顏色*/
	font-size: 11px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
.menubg001 {
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.content001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.content002 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #8B0102;
}
.content003 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #454545;
}
.content004 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #454545;
}
.content005 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #A2763A;
}
.content006 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #8B0102;
}
.content007 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}


.Media_ContentDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #0024FF;
}
.Media_Content001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #727272;
}
/*文繞圖CSS*/
.about001img {
	border: 1px solid #B0B0B0;/*圖邊框樣式顏色粗細*/
	float:left;/*圖置放位置right:bottom*/
	margin-bottom: 5px;/*圖下方間距*/
	margin-right: 20px;/*圖右方間距*/
	margin-left: none;/*圖左方間距*/
	margin-top: none;/*圖上方間距*/
}
.about002img {
	border: 0px solid #B0B0B0;/*圖邊框樣式顏色粗細*/
	float:right;/*圖置放位置right:bottom*/
	margin-bottom: 5px;/*圖下方間距*/
	margin-right: none;/*圖右方間距*/
	margin-left: 20px;/*圖左方間距*/
	margin-top: none;/*圖上方間距*/
}
.t001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #B38300;
}
.t002 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #454545;
}
.t003 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #8B0102;
}
.t004 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.t005 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #8B0102;
}
.t006 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #B38300;
}
.t007 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #B38300;
}
/*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: 13pt;/*高度*/
		 background-color: #FFFFFF;/*背景顏色*/
		 font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
		 font-size: 12px;/*字體大小*/
 }
 /*select下拉式選單CSS*/
.select001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	color: #454545;/*文字顏色*/
	background-color: #FFFFFF;/*背景顏色*/
	line-height: 10px;/*設定文字行列高度ex:10pt*/
}
/*textarea區域CSS*/
.textarea001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 12px;/*字體大小*/
	color: #454545; /*文字顏色*/
	background-color: #FFFFFF;/*背景顏色*/
	border: 1px solid #7a8c62;/*邊框樣式ex:dashed(虛線)、寬度、顏色*/
	/*background-image: url(設定背景圖片);*/
}

.news_text01 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #AB701B;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.news_text01:link ,a.news_text01:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #AB701B;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.news_text01:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #AB701B;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*寬度*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/	
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*背景設定CSS*/
.MainBg001 {
	background-attachment: fixed;/*固定*/
	background-image: url(../images/care2_002.jpg);/*設定背景圖片*/
	background-repeat: no-repeat;/*重複*/
	background-position: center top;/*對齊位置*/
}
.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*/
}
.textfield02 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	font-size: 11px;/*字體大小*/
	color: #333333;
	background-color: #FFFFFF;/*背景顏色*/
	border: 1px solid #C5C5C5;/*邊框樣式ex:dashed(虛線)、寬度、顏色*/
	line-height: 14px;/*設定文字行列高度ex:10pt*/
}

.staff01 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #9D0102;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.staff01:link ,a.staff01:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #9D0102;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.staff01:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #9D0102;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*寬度*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/	
	text-decoration: underline;/*文字裝飾ex:underline*/
}
.staff02 {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #D6BF77;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.staff02:link ,a.staff02:visited {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #D6BF77;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*字體份量ex:bold*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
a.staff02:hover {
	font-family: Arial, Helvetica, sans-serif;/*文字字型*/
	color: #B38300;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: bold;/*寬度*/
	line-height: 15px;/*設定文字行列高度ex:10pt*/	
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.bin_menu01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #971111;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.bin_menu01 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #971111;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.bin_menu01 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #971111;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.bin_menu01 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #971111;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.bin_menu02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #971111;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-普通連結*/
.bin_menu02 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #971111;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.bin_menu02 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #971111;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.bin_menu02 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;/*文字字型*/
	color: #971111;/*字體顏色*/
	font-size: 12px;/*字體大小*/
	font-weight: normal;/*字體份量ex:bold*/
	letter-spacing: normal;/*文字間距normal*/
	line-height: 17px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}
/*T連結設定-一般*/
.rule01 {
	font-family: Verdana, 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連結設定-連結使用-普通連結*/
.rule01 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: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-拜訪連結*/
.rule01 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: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: none;/*文字裝飾ex:underline*/
}
/*T連結設定-連結使用-當滑鼠移到連結上*/
.rule01 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: 18px;/*設定文字行列高度ex:10pt*/
	text-decoration: underline;/*文字裝飾ex:underline*/
}