@charset "utf-8";
/* 基本設定 */
a:link, a:visited, a:active {
	color: #7b858a;
	text-decoration: none;
}
a:hover {
	color: #0c8dfc;
	text-decoration: underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	margin: 0;
}
img {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}
/*------------------------------------------外框區域-------------------------------------------*/

/* 背景09.03.30 */
.Bg {

}
/* 全內容背景09.03.30 */
.OutTable {
	text-align: center;
	vertical-align: top;
	width: 1000px;
	background-image: url(images/Bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/* 全內容外框左側 09.03.30 */
.OutTableLeft {
	background-image: url(images/OutTableLeft.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
/* 全內容外框右側 09.03.30 */
.OutTableRight {
	background-image: url(images/OutTableRight.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
* 全內容背景09.03.30 */
.OutPageTable {
	text-align: center;
	vertical-align: top;
	width: 1000px;
	background-image: url(images/OutPageTableRight.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* 全內容外框左側 09.03.30 */
.OutPageTableLeft {
	background-image: url(images/Bg.gif);
	background-repeat: repeat-x;
	background-position: right top;
		background-color: #eaeade;
}
/* 全內容外框右側 09.03.30 */
.OutPageTableRight {
	background-image: url(images/Bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #eaeade;
}
/* 網站尺寸09.03.30 */
.WebSize {

}
/*------------------------------------------下方區域-------------------------------------------*/
/* 下方區塊09.03.30 */
.Bot {
	text-align: center;
	/*background-image: url(images/Bot00.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	height: 50px;
}

/* 下方文字隔線 */
.BotLine01 {
	background-image: url(images/BotLine.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width: 29px;
}

/* 下方文字09.03.09 */
.BotText01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #424546;
	font-weight: bold;
	line-height: 1.6;
}
.BotText01 A:link, .BotText01 A:visited, .BotText01 A:active {
	color: #424546;
	text-decoration: none;
}
.BotText01 A:hover {
	color: #0079e9;
	text-decoration: underline;
}

/* 下方文字09.03.09 */
.BotText02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6a7175;
}
.BotText02 A:link, .BotText02 A:visited, .BotText02 A:active {
	color: #0077ff;
	text-decoration: underline;
}
.BotText02 A:hover {
	color: #3399FF;
	text-decoration: underline;
}

/*下方框架左上09.03.30 this web only*/
.BotTopL {
	font-size: 1px;
	letter-spacing: 1px;
	height: 11px;
	width: 11px;
	background-image: url(images/BotTopL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*下方框架中上09.03.30 this web only*/
.BotTopC {
	font-size: 1px;
	letter-spacing: 1px;
	height: 11px;
	background-image: url(images/BotTopC.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/*下方框架右上09.03.30 this web only*/
.BotTopR {
	font-size: 1px;
	letter-spacing: 1px;
	height: 11px;
	width: 11px;
	background-image: url(images/BotTopR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/*下方框架左中09.03.30 this web only*/
.BotMidL {
	font-size: 1px;
	letter-spacing: 1px;
	width: 11px;
	background-image: url(images/BotMidL.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/*下方框架中中09.03.30 this web only*/
.BotMidC {
	font-size: 1px;
	letter-spacing: 1px;
	background-image: url(images/BotMidL.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #dcdcdc;
}
/*下方框架右中09.03.30 this web only*/
.BotMidR {
	font-size: 1px;
	letter-spacing: 1px;
	width: 11px;
	background-image: url(images/BotMidR.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
/*下方框架左下09.03.30 this web only*/
.BotBotL {
	font-size: 1px;
	letter-spacing: 1px;
	height: 11px;
	width: 11px;
	background-image: url(images/BotBotL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*下方框架中下09.03.30 this web only*/
.BotBotC {
	font-size: 1px;
	letter-spacing: 1px;
	height: 11px;
	background-image: url(images/BotBotC.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*下方框架右下09.03.30 this web only*/
.BotBotR {
	font-size: 1px;
	letter-spacing: 1px;
	height: 11px;
	width: 11px;
	background-image: url(images/BotBotR.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}

/*---------------------------------------表單----------------------------------------------*/
/* 輸入欄位01 */
.FormBar01 {
	border: 1px solid #cbb89b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #9e937d;
	padding-right: 5px;
	padding-top: 3px;
	padding-left: 5px;
}

/* 按鈕01(全文檢索.表單管理.影片播放) */
.FormBut01 {
	font-size: 9pt;
	color: #4E4E4E;
	background-color: #FFFFFF;
	background-image: url(images/ButBg01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #D0D0D0;
	cursor: hand;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

/*---------------------------------------左側區域----------------------------------------------*/
/*左側區塊09.03.30*/
.LeftMod {
	width: 200px;
	vertical-align: bottom;
	padding-top: 25px;
}
/* 左側選單上左 09.03.30 */
.LeftMenuTopLeft {
	font-size: 1pt;
	letter-spacing: 1pt;
	width: 10px;
	height: 39px;
	background-image: url(images/LeftMenuTopLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* 左側選單上中 */
.LeftMenuTopCenter {
	font-size: 12px;
	letter-spacing: 1pt;
	height: 39px;
	background-image: url(images/LeftMenuTopCenter.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #cac5c5;
	vertical-align: middle;
	padding-top: 10px;
}
/* 左側選單上右 */
.LeftMenuTopRight {
	font-size: 1pt;
	letter-spacing: 1pt;
	width: 12px;
	height: 39px;
	background-image: url(images/LeftMenuTopRight.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* 左側選單中左*/
.LeftMenuMidLeft {
	font-size: 1pt;
	letter-spacing: 1pt;
	width: 10px;
	background-image: url(images/LeftMenuMidLeft.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* 左側選單中中 */
.LeftMenuMidCenter {
	background-color: #FFFFFF;
	padding-bottom: 17px;
	padding-top: 5px;
}
/* 左側選單中中列表 */
.LeftMenuMidList {
	background-color: #FFFFFF;
}
/* 左側選單中中線 */
.LeftMenuMidLine {
	font-size: 1px;
	letter-spacing: 1em;
	height: 3px;
}
/* 左側選單中右 */
.LeftMenuMidRight {
	font-size: 1pt;
	letter-spacing: 1pt;
	width: 12px;
	background-image: url(images/LeftMenuMidRight.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
/* 左側選單下左 */
.LeftMenuBotLeft {
	font-size: 1pt;
	letter-spacing: 1pt;
	width: 10px;
	height: 10px;
	background-image: url(images/LeftMenuBotLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* 左側選單下中 */
.LeftMenuBotCenter {
	font-size: 1pt;
	letter-spacing: 1pt;
	height: 10px;
	background-image: url(images/LeftMenuBotCenter.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/* 左側選單下右 08.12.05 */
.LeftMenuBotRight {
	font-size: 1pt;
	letter-spacing: 1pt;
	width: 10px;
	height: 10px;
	background-image: url(images/LeftMenuBotRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* 左側標題01 */
.LeftTitle01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #745e4c;
	font-weight: bold;
	background-image: url(images/LeftTitle01Bg.gif);
	background-repeat: no-repeat;
	height: 45px;
	background-position: right bottom;
	padding-right: 12px;
	padding-top: 10px;
}

/* 左側基本文字 */
.LeftText00 {
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
}
.LeftPro01{
	font-family: Arial, Helvetica, sans-serif;
	width: 1%;
}

/* 左側第一層文字 */
.LeftText01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #757575;
	font-weight: normal;
	filter:Progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#65C988', EndColorStr='#39A25E');
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 3px;
	font-size: 10pt;
}
.LeftText01 A:link, .LeftText01 A:visited, .LeftText01 A:active {
	position:relative;
	color: #ffffff;
	text-decoration: none;

		font-weight: normal;
}
.LeftText01 A:hover {
	position:relative;
	color: #ffffff;
	text-decoration: none;
		font-weight: bold;

}

/* 左側第二層文字 */
.LeftText02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6d6e;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b7d7e8;
	font-size: 10pt;
	background-image: url(images/Arrow02.gif);
	background-repeat: no-repeat;
	background-position: right 12px;
	padding-right: 12px;
}
.LeftText02 A:link, .LeftText02 A:visited, .LeftText02 A:active {
	position:relative; 
	color: #6b6d6e;
	text-decoration: none;
}
.LeftText02 A:hover {
	position:relative;
	color: #0c8dfc;
	text-decoration: underline;
}
/* 左側第三層文字 */
.LeftText03 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0c8dfc;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b7d7e8;
	font-size: 10pt;
}
.LeftText03 A:link, .LeftText03 A:visited, .LeftText03 A:active {
	position:relative; 
	text-decoration: none;
	color: #0c8dfc;
}
.LeftText03 A:hover {
	position:relative;
	color: #FF8800;
	text-decoration: underline;
}

/* 左側第二層文字區塊 */
.LeftMenuLayer02 {
	padding-bottom: 3px;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/*------------------------------------------中間區域-------------------------------------------*/
/*主圖*/
#MainPicIn{
	position: absolute;
	width: 1000px;
	visibility: hidden;
}
#TopMenu{
	visibility: visible;
	position: absolute;
	width: 1000px;
}

#indexMain{
	position: absolute;
	width: 100%;
	visibility: visible;
}
/*主圖背景08.12.05*/
.MainPicBg {
	height: 372px;
	text-align: left;
	vertical-align: top;
}

/*主要區塊*/
.MainMod {
	padding-bottom: 12px;
	padding-left: 20px;
}
/* 中間主要區塊08.12.05 */
.MainArea {

}
/* 中間間隔09.03.30 this web only */
.MainLine {
	background-image: url(images/MainLine.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width: 70px;
}
/*中間區塊09.03.30*/
.CenterArea {
	text-align: left;
	vertical-align: top;
	/*background-image: url(images/CenterArea00.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
/*中間框架左上09.02.03 this web only*/
.CenterAreaBoxTopL {
	font-size: 1px;
	letter-spacing: 1px;
	height: 22px;
	width: 22px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/CenterAreaBoxTopL.png', sizingMethod='image');
}
/*中間框架中上09.02.03 this web only*/
.CenterAreaBoxTopC {
	font-size: 1px;
	letter-spacing: 1px;
	height: 22px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/CenterAreaBoxTopC.png', sizingMethod='scale');
}
/*中間框架右上09.02.03 this web only*/
.CenterAreaBoxTopR {
	font-size: 1px;
	letter-spacing: 1px;
	height: 22px;
	width: 22px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/CenterAreaBoxTopR.png', sizingMethod='image');
}
/*中間框架左中09.02.03 this web only*/
.CenterAreaBoxMidL {
	font-size: 1px;
	letter-spacing: 1px;
	width: 22px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/CenterAreaBoxMidL.png', sizingMethod='scale');
}
/*中間框架中中09.02.03 this web only*/
.CenterAreaBoxMidC {
	text-align: center;
	vertical-align: top;
}
/*中間框架右中09.02.03 this web only*/
.CenterAreaBoxMidR {
	font-size: 1px;
	letter-spacing: 1px;
	width: 22px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/CenterAreaBoxMidR.png', sizingMethod='scale');
}
/*中間框架左下09.02.03 this web only*/
.CenterAreaBoxBotL {
	font-size: 1px;
	letter-spacing: 1px;
	height: 22px;
	width: 22px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/CenterAreaBoxBotL.png', sizingMethod='image');
}
/*中間框架中下09.02.03 this web only*/
.CenterAreaBoxBotC {
	font-size: 1px;
	letter-spacing: 1px;
	height: 22px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/CenterAreaBoxBotC.png', sizingMethod='scale');
}
/*中間框架右下09.02.03 this web only*/
.CenterAreaBoxBotR {
	font-size: 1px;
	letter-spacing: 1px;
	height: 22px;
	width: 22px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/CenterAreaBoxBotR.png', sizingMethod='image');
}

/*---------------------------------------右側區域----------------------------------------------*/

/*右側區塊08.12.05*/
.RightMod {
	width: 181px;
	padding-right: 21px;
	padding-left: 25px;
	padding-bottom: 12px;
}

/*右側標題右側01 08.12.05*/
.RightTitle01Right {
	height: 34px;
	width: 12px;
	font-size: 1px;
	letter-spacing: 1px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/RightTitle01Right.png', sizingMethod='crop');
}
/*右側標題左側01 08.12.05*/
.RightTitle01Left {
	height: 34px;
	width: 10px;
	font-size: 1px;
	letter-spacing: 1px;
	background-image: url(images/RightTitle01Left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/*右側標題右側02*/
.RightTitle02Right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/RightTitle02Right.png', sizingMethod='image');
	height: 44px;
	width: 5px;
}

/*右側標題01 08.12.05*/
.RightTitle01 {
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #063258;
	padding-top: 8px;
	background-image: url(images/RightTitle01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*右側標題02*/
.RightTitle02 {
	height: 44px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/RightTitleBg02.png', sizingMethod='crop');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 10px;
}

/*右側標題03*/
.RightTitle03 {
	height: 44px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/RightTitleBg03.png', sizingMethod='crop');
	padding-top: 8px;
}
.RightTitle03 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}

/* 右側內容01 08.12.05 */
.RightMenuMidLeft {
	width: 10px;
	background-image: url(images/RightMenuMidLeft.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.RightMenuMidCenter {
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2e4e8;
}
.RightMenuMidRight {
	width: 12px;
	font-size: 1px;
	letter-spacing: 1px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/RightMenuMidRight.png', sizingMethod='scale');
}
.RightMenuBotLeft {
	height: 19px;
	width: 10px;
	font-size: 1px;
	letter-spacing: 1px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/RightMenuBotLeft.png', sizingMethod='image');
}
.RightMenuBotCenter {
	height: 19px;
	font-size: 1px;
	letter-spacing: 1em;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/RightMenuBotCenter.png', sizingMethod='scale');
}
.RightMenuBotRight {
	height: 19px;
	width: 12px;
	font-size: 1px;
	letter-spacing: 1px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/RightMenuBotRight.png', sizingMethod='image');
}

/* 右側選單文字08.12.05 */
.RightText01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6d6e;
	font-size: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b9b9b9;
	padding-top: 3px;
}
.RightText01 A:link, .RightText01 A:visited, .RightText01 A:active {
	position:relative; 
	color: #6b6d6e;
	text-decoration: none;
}
.RightText01 A:hover {
	position:relative;
	color: #ff8800;
	text-decoration: underline;
}
/* 電子報查詢文字 */
.RightText02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #616161;
	
	padding-left: 5px;
	background-image: url(images/Arrow04.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.HomeLayoutBg{
	background-image: url(images/HomeLayoutBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 165px;
}
/*---------------------------------------上方區域----------------------------------------------*/

/* 上方區塊09.03.30 */
.Top {
	height: 80px;
	text-align: left;
	vertical-align: top;
	/*background-image: url(images/Top00.gif);*/
	background-repeat: repeat-x;
	background-position: left bottom;
}
/* 上方區塊09.03.30 */
.pageTop {
	text-align: left;
	vertical-align: top;
	background-image: url(images/TopBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #d0e8d2;
	height: 236px;
}
.indexTopbg{
	background-image: url(images/topbg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 上方右側區塊08.12.05 */
.TopRight {
	text-align: right;
	vertical-align: top;
	padding-top:15px;
}

/* 上方選單左側 */
.TopMenuLeft {
	background-image: url(images/TopMenuLeft.gif);
	width: 59px;
	background-repeat: no-repeat;
	background-position: right top;
	height: 21px;
}
/* 上方選單中間 */
.TopMenuCenter{
	height: 21px;
	background-image: url(images/TopMenuCenter.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* 上方選單區塊 */
.TopMenuMidCenter {
	text-align: right;
	vertical-align: middle;
}
/* 上方選單右側09.02.03 This web only */
.TopMenuRight {
	background-image: url(images/TopMenuRight.gif);
	width: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
}

/* 上方選單文字09.03.30 */
.TopText01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.TopText01 A:link, .TopText01 A:visited, .TopText01 A:active {
	position:relative; 
	color: #FFFFFF;
	text-decoration: none;
}
.TopText01 A:hover {
	position:relative;
	color: #0079e9;
	text-decoration: underline;
}

/* 上方選單文字隔線08.12.05 */
.TopLine01 {
	background-image: url(images/Line_Top01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
}


/**/
/* 上方選單文字09.03.30 */
.TopPageText01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #166b37;
}
.TopPageText01 A:link, .TopPageText01 A:visited, .TopPageText01 A:active {
	position:relative; 
	color: #166b37;
	text-decoration: none;
}
.TopPageText01 A:hover {
	position:relative;
	color: #0079e9;
	text-decoration: underline;
}
.TopMenuLag{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #166b37;
}
.TopMenuLag A:link, .TopMenuLag A:visited, .TopMenuLag A:active {
	position:relative; 
	color: #166b37;
	text-decoration: none;
}
.TopMenuLag A:hover {
	position:relative;
	color: #0079e9;
	text-decoration: underline;
}

/* 上方選單文字隔線08.12.05 */
.TopPageLine01 {
	background-image: url(images/Line_Top02.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
	color: #166b37;
}
/**/
/* 上方選單標示箭頭08.12.05 */
.TopArrow01 {
	background-image: url(images/Arrow_Top01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 8px;
}
/*---------------------------------------主要選單----------------------------------------------*/
/* 主要選單區塊09.03.30 */
.MainMenuArea {
	text-align: left;
	/*background-image: url(images/MainMenuArea00.gif);*/
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 1pt;
	letter-spacing: 1pt;
}
/* 主要選單中左09.03.30 */
.MainMenuMidL {
	font-size: 1px;
	letter-spacing: 1px;
	height: 39px;
	width: 20px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/MainMenuMidL.png', sizingMethod='image');
}
/* 主要選單中中09.03.30 */
.MainMenuMidC {
	font-size: 1px;
	letter-spacing: 1px;
	height: 39px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/MainMenuMidC.png', sizingMethod='scale');
	padding-top: 3px;
}
/* 主要選單中右09.03.30 */
.MainMenuMidR {
	font-size: 1px;
	letter-spacing: 1px;
	height: 39px;
	width: 20px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/MainMenuMidR.png', sizingMethod='image');
}
/* 文字隔線 */
.MainMenuLine01 {
	background-image: url(images/MainMenuLine.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 2px;
	font-size: 1pt;
	letter-spacing: 1pt;
}

/* 主要選單09.03.30 */
.MainMenu01{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	/*background-image: url(images/Point00.gif);*/
	background-repeat: no-repeat;
	background-position: 12px 7px;
}
.MainMenu01 A:link, .MainMenu01 A:visited, .MainMenu01 A:active {
	position:relative;
	color: #cccccc;
	text-decoration: none;
}
.MainMenu01 A:hover {
	position:relative;
	color: #0099CC;
	text-decoration: none;
}
/* 主要選單On click 狀態 09.03.30 */
.MainMenu01On{
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #747879;
	font-weight: bold;
}
.MainMenu01On A:link, .MainMenu01On A:visited, .MainMenu01On A:active {
	position:relative;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/MainMenuOver.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	height: 41px;
	padding-top: 10px;
	padding-bottom: 3px;
}
.MainMenu01On A:hover {
	position:relative;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/MainMenuOver.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	height: 41px;
	padding-top: 10px;
	padding-bottom: 3px;
}

/*---------------------------------------分眾區塊設定----------------------------------------------*/
/* 分眾區塊中左08.12.05 */
.ClassMidLeft{
}
/* 分眾區塊中中08.12.05 */
.ClassMidCenter{
}
.ClassMidCenter A:link, .ClassMidCenter A:visited, .ClassMidCenter A:active {
}
.ClassMidCenter A:hover {
}
/* 分眾區塊中右08.12.05 */
.ClassMidRight{
}
/*---------------------------------------PDA設定----------------------------------------------*/
/* PDA背景設定09.02.04 */
.PDABg {
}/* PDA下方區塊08.12.05 */
.PDABot {
}
/* PDA中間區塊08.12.05 */
.PDAMainMod {
}
/* PDA尺寸設定08.12.05 */
.PDASize {
}
/* PDA上方選單08.12.05 */
.PDATopMenu {
}
.PDALine01 {
}
/* PDA上方區塊08.12.05 */
.PDATopPicBg {
}
/* PDA更多按鈕01(09.02.04) */
.PDAMore01  {
}
/* PDA選項按鈕01(09.02.04) */
.PDABut01 {
}
/* PDA內容標題09.02.04*/
.PDAListTit {
}
/* 首頁標題框中中 09.02.04 */
.PDAListTitLi {
}
/* PDA文字01 09.02.04 */
.PDATxt01 {
}
/* PDA分類文字09.02.04 */
.PDATxt02 {
}
/* PDA內頁內容文字09.02.04 */
.PDAMainTxt01{
}

/*---------------------------------------搜尋區塊設定----------------------------------------------*/
/* 搜尋左區塊08.12.05 */
.SearchBarLeft {
}
/* 搜尋中區塊08.12.05 */
.SearchBarCenter {
	background-image: url(images/search_M.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	position:relative; 
}
/* 搜尋右區塊08.12.05 */
.SearchBarRight {
}
/* 搜尋文字01 08.12.05 */
.SearchText01 {
	height: 13px;
	background-image: url(images/searchbtn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 11px;
	border: 1px none #FFFFFF;
	position:relative; 
}
/* 搜尋文字02 08.12.05 */
.SearchText02 {
}
.SearchText02 A:link, .SearchText02 A:visited, .SearchText02 A:active {
}
.SearchText02 A:hover {
}

/* 搜尋輸入欄01 08.12.05 */
.SearchFormBar {
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	width: 80px;
	border: 1px solid #FFFFFF;
}
/* 搜尋分隔線01 08.12.05 */
.SearchLine01 {
}
.searchprotxt01{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 8px;
}
/*---------------------------------------跑馬燈區塊設定----------------------------------------------*/
/* 跑馬燈左側裝飾01 09.02.04 */
.MarPoint01 {
}
/* 跑馬燈設定01 09.02.04 */
.Mar01 {
}
.Mar01 A:link, .Mar01 A:visited, .Mar01 A:active {
}
.Mar01 A:hover {
}
/*---------------------------------------右側相關網站設定(2009.02.04新增)----------------------------------------------*/
/* 更多相關網站按鈕01(09.02.04) */
.ButWebMore01  {
}
/*---------------------------------------其他基本設定----------------------------------------------*/
/* 基本文字 */
.Text00 {
	font-family: Arial, Helvetica, sans-serif;
	color: #616161;
	
}
/* logo區塊08.12.05 */
.Logo01 {

}
/* 區隔7px 08.12.05 */
.Distance07 {
	font-size: 1px;
	letter-spacing: 1em;
	height: 7px;
}
/* 區隔2px 08.12.05 */
.Distance02 {
	font-size: 1px;
	letter-spacing: 1em;
	height: 1px;
}
/* 線條01 09.03.30 This web only */
.Line01 {
	font-size: 1pt;
	letter-spacing: 1pt;
	height: 10px;
	background-image: url(images/Line01.gif);
	background-repeat: repeat-x;
	background-position: center 4px;
}
.select01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;

}
/* 次要選單09.03.30 */
.menu_3text{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #595b5a;
	background-image: url(images/Point02.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	background-color: #8FD8A7;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu_3text A:link, .menu_3text A:visited, .menu_3text A:active {
	position:relative;
	color: #595b5a;
	text-decoration: none;
}
.menu_3text A:hover {
	position:relative;
	color: #0099CC;
	text-decoration: none;

}
/* 次次要選單09.03.30 */
.menu_4text{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #595b5a;
	background-repeat: no-repeat;
	background-position: 3px 8px;
	background-color: #D6F1DE;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu_4text A:link, .menu_4text A:visited, .menu_4text A:active {
	position:relative;
	color: #595b5a;
	text-decoration: none;
}
.menu_4text A:hover {
	position:relative;
	color: #0099CC;
	text-decoration: none;

}
