﻿/*** 「走馬燈訊息」的連結樣式 ***/
.lanternHorseStyle {	/*** 沒有超連結時的樣式，一般要和 visited 一樣 ***/
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
a.lanternHorseStyle:link {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
a.lanternHorseStyle:visited {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
a.lanternHorseStyle:hover {
	font-size: 12px;
	line-height: 14px;
	color: #9B8848;
	text-decoration: underline;
}
a.lanternHorseStyle:active {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}


 /*** 左方文字型標題的連結樣式 ***/
.left-TitleStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #cc3434;
}

 /*** 首頁左方文字型標題的連結樣式 ***/
.leftIndex-TitleStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #cc3434;
}

/*** Menu 的連結樣式 ***/
a.box-button:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #C26701;
	text-decoration: none;
}
a.box-button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #C26701;
	text-decoration: none;
}
a.box-button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #C26701;
	background-color: #FFECB9;
}
a.box-button:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #C26701;
	text-decoration: none;
}

 /*** 上方選單的連結樣式 ***/
.top-StaticMenuStyle {
	font-size: 12px;
	line-height: 14px;
	color:#DDF9FC;
	text-decoration: none;
}
.top-StaticMenuItemStyle {
	font-size: 12px;
	line-height: 14px;
	color:#DDF9FC;
	text-decoration: none;
}
.top-StaticSelectedStyle {
	font-size: 12px;
	line-height: 14px;
	color: #A579ff;
	text-decoration: none;
}
.top-StaticHoverStyle {
	font-size: 12px;
	line-height: 14px;
	color: #A579ff;
	text-decoration: none;
}

.top-DynamicMenuStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #A57900;
	border-width: thin;         /*** border-width：動態選單外框寬度 ***/
	border-color:#FFDF8C;       /*** border-color：動態選單外框色 ***/
	background-color: Purple;
	text-decoration: none;
}
.top-DynamicMenuItemStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #A57900;         /*** color：動態選單單一項目文字顏色 ***/
	border-width: thin;         /*** border-width：動態選單單一項目外框寬度 ***/
	border-color: #FFDF8C;       /*** border-color：動態選單單一項目外框色 ***/
	border-bottom-style: solid;    /*** border-bottom-style：動態選單單一項目外框呈現樣式 ***/
	background-color: white;        /*** background-color：動態選單單一項目背景色 ***/
	text-decoration: none;
}
.top-DynamicHoverStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #A57900;         /*** color：動態選單 MouseOver 文字顏色 ***/
	border-width: thin;         /*** border-width：動態選單 MouseOver 外框寬度 ***/
	border-color:Aqua;          /*** border-color：動態選單 MouseOver 外框色 ***/
	border-bottom-style: solid;    /*** border-bottom-style：動態選單 MouseOver 外框呈現樣式 ***/
	background-color: #FFECB9;  /*** background-color：動態選單 MouseOver 背景色 ***/
	text-decoration: none;
}

 /*** 左方產品類別的連結樣式 ***/
.left-StaticMenuStyle {
	font-size: 12px;
	line-height: 14px;
	color:#A57900;
	text-decoration: none;
}
.left-StaticMenuItemStyle {
	font-size: 12px;
	line-height: 14px;
	color:#A57900;
	text-decoration: none;
}
.left-StaticSelectedStyle {
	font-size: 12px;
	line-height: 14px;
	color: #A579ff;
	text-decoration: none;
}
.left-StaticHoverStyle {
	font-size: 12px;
	line-height: 14px;
	color: #A579ff;
	text-decoration: none;
}

.left-DynamicMenuStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #A57900;
	border-width: thin;         /*** border-width：動態選單外框寬度 ***/
	border-color:#FFDF8C;       /*** border-color：動態選單外框色 ***/
	background-color: Purple;
	text-decoration: none;
}
.left-DynamicMenuItemStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #A57900;         /*** color：動態選單單一項目文字顏色 ***/
	border-width: thin;         /*** border-width：動態選單單一項目外框寬度 ***/
	border-color: #FFDF8C;       /*** border-color：動態選單單一項目外框色 ***/
	border-bottom-style: solid;    /*** border-bottom-style：動態選單單一項目外框呈現樣式 ***/
	background-color: white;        /*** background-color：動態選單單一項目背景色 ***/
	text-decoration: none;
}
.left-DynamicHoverStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #A57900;         /*** color：動態選單 MouseOver 文字顏色 ***/
	border-width: thin;         /*** border-width：動態選單 MouseOver 外框寬度 ***/
	border-color:Aqua;          /*** border-color：動態選單 MouseOver 外框色 ***/
	border-bottom-style: solid;    /*** border-bottom-style：動態選單 MouseOver 外框呈現樣式 ***/
	background-color: #FFECB9;  /*** background-color：動態選單 MouseOver 背景色 ***/
	text-decoration: none;
}



 /*** 各頁面標題樣式各頁面標題的寬度 ***/
.Title-Style 
{
    width: 100%; /*** 標題底圖的寬度 ***/
}
.w-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #655E38;
	text-decoration: none;
}
.w-title1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #464646;
	text-decoration: none;
}
.w-title2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #181818;
	text-decoration: none;
}


/*** 參訪人數數字的樣式 ***/
.visitedNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bolder;
	color: #9D9045;
	letter-spacing: 3px;
}

/*** paging 分頁數字的樣式 ***/
.paging {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #8C8C8C;
	text-decoration: none;
}
a.paging:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #8C8C8C;
	text-decoration: none;
}
a.paging:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #8C8C8C;
	text-decoration: none;
}
a.paging:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #8C8C8C;
	text-decoration: underline;
}
a.bar-button:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #6D503A;
}

a.paging:active {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #8C8C8C;
	text-decoration: none;
}


/*** contactus 的連結樣式 ***/
.w-contact-t {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #5C5C5C;
	text-decoration: none;
}
.w-contact-m {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #695400;
	text-decoration: none;
	border: 5px none;
	margin: 10px;
	padding: 10px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
}


/*** 網站導覽路徑的連結樣式 ***/
.SiteMapPathLink {
	font-size: 11px;
	line-height: 14px;
	color: #513D12;
	text-decoration: none;
}
a.SiteMapPathLink:link {
	font-size: 11px;
	line-height: 14px;
	color: #7A6330;
	text-decoration: none;
}
a.SiteMapPathLink:visited {
	font-size: 11px;
	line-height: 14px;
	color:  #7A6330;
	text-decoration: none;
}
a.SiteMapPathLink:hover {
	font-size: 11px;
	line-height: 14px;
	color:  #513D12;
	text-decoration: underline;
}
a.SiteMapPathLink:active {
	font-size: 11px;
	line-height: 14px;
	color:  #7A6330;
	text-decoration: none;
}



/*** menu1 的連結樣式 ***/
a.menu1:link {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
a.menu1:visited {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
a.menu1:hover {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: underline;
}
a.menu1:active {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
.menu1_lline {
	font-size: 12px;
	line-height: 20px;
	color: #7C8E93;
	text-decoration: none;
}


/*** menu2 的連結樣式 ***/
a.menu2:link {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
a.menu2:visited {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
a.menu2:hover {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-decoration: underline;
}
a.menu2:active {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
.menu2_lline {
	font-size: 12px;
	line-height: 14px;
	color: #7C8E93;
	text-decoration: none;
}



/*** left-productCatalog 的連結樣式 ***/
a.left-product:link {
	font-size: 13px;
	line-height: 14px;
	color: #605D49;
	text-decoration: none;
}
a.left-product:visited {
	font-size: 13px;
	line-height: 14px;
	color: #605D49;
	text-decoration: none;
}
a.left-product:hover {
	font-size: 13px;
	line-height: 14px;
	color: #605D49;
	text-decoration: underline;
}
a.left-product:active {
	font-size: 13px;
	line-height: 14px;
	color: #605D49;
	text-decoration: none;
}
a.left-product2:link {
	font-size: 12px;
	line-height: 14px;
	color:#A57900;
	text-decoration: none;
}
a.left-product2:visited {
	font-size: 12px;
	line-height: 14px;
	color: #A57900;
	text-decoration: none;
}
a.left-product2:hover {
	font-size: 12px;
	line-height: 14px;
	color: #A57900;
	text-decoration: underline;
}
a.left-product2:active {
	font-size: 12px;
	line-height: 14px;
	color: #A57900;
	text-decoration: none;
}


/*** news 的連結樣式 ***/
a.news-home:link {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
a.news-home:visited {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
a.news-home:hover {
	font-size: 12px;
	line-height: 14px;
	color: #9B8848;
	text-decoration: underline;
}
a.news-home:active {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}


/*** login 的連結樣式 ***/
.login-w {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
a.login-home:link {
	font-size: 12px;
	line-height: 14px;
	color: #CEBC66;
	text-decoration: underline;
}
a.login-home:visited {
	font-size: 12px;
	line-height: 14px;
	color: #CEBC66;
	text-decoration: underline;
}
a.login-home:hover {
	font-size: 12px;
	line-height: 14px;
	color: #9D9045;
	text-decoration: underline;
}
a.login-home:active {
	font-size: 12px;
	line-height: 14px;
	color: #CEBC66;
	text-decoration: underline;
}


/*** product 的連結樣式 ***/
a.product-home:link {
	font-size: 12px;
	line-height: 14px;
	color: #9D9045;
	text-decoration: none;
}
a.product-home:visited {
	font-size: 12px;
	line-height: 14px;
	color: #9D9045;
	text-decoration: none;
}
a.product-home:hover {
	font-size: 12px;
	line-height: 14px;
	color: #9D9045;
	text-decoration: underline;
}
a.product-home:active {
	font-size: 12px;
	line-height: 14px;
	color: #9D9045;
	text-decoration: none;
}
.w-product-home {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
}


/*** link 的連結樣式 ***/
a.link:link {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.link:visited {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.link:hover {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.link:active {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


/*** down 的連結樣式 ***/
a.down1:link {
	font-size: 12px;
	line-height: 14px;
	color: #6A5B42;
	text-decoration: none;
}
a.down1:visited {
	font-size: 12px;
	line-height: 14px;
	color: #6A5B42;
	text-decoration: none;
}
a.down1:hover {
	font-size: 12px;
	line-height: 14px;
	color: #6A5B42;
	text-decoration: underline;
}
a.down1:active {
	font-size: 12px;
	line-height: 14px;
	color: #6A5B42;
	text-decoration: none;
}
.w-down1 {
	font-size: 11px;
	font-weight: normal;
	color: #9D9045;
}
.w-down2 {
	font-size: 12px;
	font-weight: normal;
	color: #605D49;
}


/*** e-mail 的連結樣式 ***/
a.e-mail:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #7E776C;
	text-decoration: underline;
}
a.e-mail:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #7E776C;
	text-decoration: none;
}
a.e-mail:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #7E776C;
	text-decoration: underline;
}
a.e-mail:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #7E776C;
	text-decoration: none;
}




.w-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #655E38;
	text-decoration: none;
}
.w-yummy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #7E776C;
	text-decoration: none;
}



/*** item 的連結樣式 ***/
a.item:link {
	font-size: 12px;
	line-height: 14px;
	color: #9D9045;
	text-decoration: none;
}
a.item:visited {
	font-size: 12px;
	line-height: 14px;
	color:  #9D9045;
	text-decoration: none;
}
a.item:hover {
	font-size: 12px;
	line-height: 14px;
	color:  #9D9045;
	text-decoration: underline;
}
a.item:active {
	font-size: 12px;
	line-height: 14px;
	color:  #9D9045;
	text-decoration: none;
}


/***  的連結樣式 ***/
.txt-main {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #181818;
	text-decoration: none;
}
.txt-key {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.txt-main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.news-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FF9900;
	text-decoration: none;
}
.news-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #181818;
	text-decoration: none;
}


/*** message 的連結樣式 ***/
a.message-title:link {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #D28900;
	text-decoration: none;
}
a.message-title:visited {
	font-size: 12px;
    font-weight: bold;
	line-height: 14px;
	color:  #D28900;
	text-decoration: none;
}
a.message-title:hover {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color:  #D28900;
	text-decoration: none;
}
a.message-title:active {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color:  #D28900;
	text-decoration: none;
}
.message-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #C32700;
	text-decoration: none;
}
.message-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #181818;
	text-decoration: none;
}


/***  的連結樣式 ***/
a.q:link {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #C40000;
	text-decoration: none;
}
a.q:visited {
	font-size: 12px;
    font-weight: bold;
	line-height: 14px;
	color:  #C40000;
	text-decoration: none;
}
a.q:hover {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color:  #C40000;
	text-decoration: underline;
}
a.q:active {
	font-size: 12px;
    font-weight: bold;
	line-height: 14px;
	color:  #C40000;
	text-decoration: none;
}
.q-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #C40000;
	text-decoration: none;
}


/*** news 的連結樣式 ***/
.a-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #515151;
	text-decoration: none;
}
.a-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #515151;
	text-decoration: none;
}
a.news-title:link {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #7D5C00;
	text-decoration: none;
}
a.news-title:visited {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #7D5C00;
	text-decoration: none;
}
a.news-title:hover {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.news-title:active {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #7D5C00;
	text-decoration: none;
}


/*** Download 的連結樣式 ***/
.load {
	font-size: 12px;
	line-height: 15px;
	color: #5C5C5C;
	text-decoration: none;
}

.a-loaddata{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #515151;
	text-decoration: none;
}
	
a.load:link {
	font-size: 12px;
	line-height: 15px;
	color: #5C5C5C;
	text-decoration: none;
}
a.load:visited {
	font-size: 12px;
	line-height: 15px;
	color: #5C5C5C;
	text-decoration: none;
}
a.load:hover {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #E1A900;
	text-decoration: underline;
}
a.load:active {
	font-size: 12px;
	line-height: 15px;
	color: #5C5C5C;
	text-decoration: none;
}
a.load-member:link {
	font-size: 12px;
	line-height: 15px;
	color: #694F00;
	text-decoration: none;
}
a.load-member:visited {
	font-size: 12px;
	line-height: 15px;
	color: #694F00;
	text-decoration: none;
}
a.load-member:hover {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #691A00;
	text-decoration: underline;
}
a.load-member:active {
	font-size: 12px;
	line-height: 15px;
	color: #694F00;
	text-decoration: none;
}


/***  的連結樣式 ***/
.a-login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #515151;
	text-decoration: none;
}
a.login:link {
	font-size: 15px;
	line-height: 20px;
	color: #515151;
	text-decoration: none;
}
a.login:visited {
	font-size: 15px;
	line-height: 20px;
	color: #515151;
	text-decoration: none;
}
a.login:hover {
	font-size: 15px;
	line-height: 20px;
	color: #515151;
	font-weight: bold;
	text-decoration: underline;
}
a.login:active {
	font-size: 15px;
	line-height: 20px;
	color: #515151;
	text-decoration: none;
}
.bar-table {
	background-color: #E7E7E7;
	border: 1px solid #D2D2D2;
}
.bar-table2 {

	background-color: #F4F2EC;
	border: 1px dotted #A58A4E;
}
a.bar-button:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #6D503A;
}
a.bar-button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #6D503A;
	text-decoration: underline;
	background-color: #F9F8CE;
}
a.bar-button:active {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #6D503A;
}

