@charset "utf-8";

img { border: 0 }

body {
	font-family: "細明體", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 150%;
}

/* 預設連結樣式 */
a:link		{ color: #333333; text-decoration:none }
a:visited	{ color: #333333; text-decoration:none }
a:hover		{ color: #24a875; text-decoration:none }

/* 
下拉式選單
一般：底色#f7f4f0 文字#008735 外框#008735
滑過：底色#b7db77 文字#008735
*/

.relative{ position: relative;}

/* 版頭 */
#headerRight {
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0px;
}
.headerLeft {
	background-image: url(../images/headerLeft.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 150px;
	width: 650px;
}
.headerBg {
	background-color: #ffffe6;
}

/* 導覽列 */
#navBox {
	z-index: 11;
	position: absolute;
	top: 6px;
	width: 420px;
	left: 350px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-right: 5px;
}
.nav a:link    { color: #333333; text-decoration: none }
.nav a:visited { color: #333333; text-decoration: none }
.nav a:hover   { color: #24a875; text-decoration: none }

/* 主要選單 */
.topmenuBg {
	background-image: url(../images/topMenu.png);
	background-repeat: repeat-x;
	background-position: left center;
	height: 40px;
	width: 10px;
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	text-shadow: 1px 1px 3px #208a63;
	background-image: url(../images/topmenuIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.topmenu a:link		{ 
	text-shadow: 1px 1px 3px #208a63;
	text-decoration: none;
	color: #FFF;
 }
.topmenu a:visited	{ 
	text-shadow: 1px 1px 3px #208a63;
	text-decoration: none;
	color: #FFF;
 }
.topmenu a:hover	{ 
	text-shadow: 1px 1px 3px #208a63;
	text-decoration: none;
	color: #ffe13c;
}

/* 左側選單 */
.menu  {
	font-family: Arial, Helvetica, sans-serif, 微軟正黑體;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 5px;
	background-image: url(../images/menuIcon01.gif);
	background-color: #39bf93;
	background-repeat: no-repeat;
	background-position: 20px center;
	border-bottom: 1px solid #FFF;
	padding: 0px 20px 0px 35px;
	height: 35px;
}
.menu a:link	{ color: #FFFFFF; text-decoration:none }
.menu a:visited	{ color: #FFFFFF; text-decoration:none }
.menu a:hover	{ color: #FFFFFF; text-decoration:none }

.menuHover  { /* 選單滑過設定 */
	background-image: url(../images/menuIcon02.gif);
	background-color: #22538b;
	background-repeat: no-repeat;
	background-position: 20px center; 
}
.menuTitle {
	background-image: url(../images/menutop.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
}
.menuBottom {
	background-image: url(../images/menuBottom.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
}

/* 服務專線 */
.phone {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	width: 190px;
	padding: 50px 0px 0px 30px;
	font-size: 13px;
	line-height: 150%;
}

/* QRcode */
.qrcode {
	background-image: url(../images/QRcode.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
}

/* 最新消息 */
.newsTitle {
	background-image: url(../images/newsTitle.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 200px;
	height: 40px;
}
.newsBg {
	background-image: url(../images/newsBg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 40px;
}
.newsLM {
	background-image: url(../images/newsLM.png);
	background-repeat: repeat-y;
	background-position: right center;
	width: 20px;
}
.newsRM {
	background-image: url(../images/newsRM.png);
	background-repeat: repeat-y;
	background-position: left center;
	width: 20px;
}
.newsBM {
	background-image: url(../images/newsBM.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 20px;
}
.newsList {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding: 5px 10px;
}
.newsLabel {
	font-weight: bold;
	color: #d93d2b;
	padding-left: 10px;
}
.newsNews {
	background-image: url(../images/newsIcon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 20px;
}
.newsNews a:link    { color: #333333; text-decoration: none }
.newsNews a:visited { color: #333333; text-decoration: none }
.newsNews a:hover   { color: #2e9975; text-decoration: none }

/* 頁籤 */
.tabTM {
	background-image: url(../images/tabTM.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 20px;
}
.tabBM {
	background-image: url(../images/tabBM.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 20px;
}
.tabLM {
	background-image: url(../images/tabLM.png);
	background-repeat: repeat-y;
	background-position: right center;
	width: 20px;
}
.tabRM {
	background-image: url(../images/tabRM.png);
	background-repeat: repeat-y;
	background-position: left center;
	width: 20px;
}
.tab{
	height: 24px;
	width: 80px;
	color: #FFF;
	text-align: center;
	float: left;
	font-size: 13px;
	padding-top: 6px;
	background-image: url(../images/tab01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.tabLink{
	height: 24px;
	width: 80px;
	color: #000;
	text-align: center;
	float: left;
	padding-top: 6px;
	margin-left: 5px;
	background-image: url(../images/tab02.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.tabNews {
	background-image: url(../images/tabIcon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 20px;
}
.tabNews a:link    { color: #333333; text-decoration: none }
.tabNews a:visited { color: #333333; text-decoration: none }
.tabNews a:hover   { color: #d93d2b; text-decoration: none }

/* RSS綜合 */
.rssTitle {
	background-image: url(../images/rssTitle.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 200px;
	height: 40px;
}
.rssNews {
	background-image: url(../images/rssIcon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 20px;
}
.rssNews a:link    { color: #333333; text-decoration: none }
.rssNews a:visited { color: #333333; text-decoration: none }
.rssNews a:hover   { color: #22538b; text-decoration: none }

/* 相關連結 */
.webTitle {
	height: 20px;
	background: url(../images/linkTop.png) no-repeat center bottom;
}
.webBox {
	margin-bottom: 20px;
	padding-left:10px;
}
.webBox img { width:180px; height:60px;}

/* 友站連結 */
.linkTitle {
	background-image: url(../images/linkTitle.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
}
.linkBg {
	background-image: url(../images/linkBg.png);
	background-repeat: repeat-y;
	background-position: center center;
	height: 21px;
}
.linkBox {padding-left:10px; margin-bottom: 20px;}
.linkBox img{height: 50px;	width: 180px;}

/* 版權宣告 */
.footer{
	background-image: url(../images/footerBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 130px;
}
#footerRight {
	position: relative;
	z-index: 10;
	top: 0px;
	float: right;
}
#footerText {
	position: absolute;
	z-index: 11;
	top: 20px;
	width: 100%;
}
.footer a { color: #22538b; text-decoration:none }

/* 內容頁 */
.mainTitle {
	background-image: url(../images/mainTitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	font-size: 24px;
	font-weight: bold;
	color: #39bf93;
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	text-align: left;
	width: 450px;
	padding: 15px 0px 0px 100px;
}
.path1 {
	text-align: right;
	height: 60px;
	background: url(../images/mainTitleBg.jpg) repeat-x left center;
}
.iconA {
	font-family: Arial, Helvetica, sans-serif, 微軟正黑體;
	font-size: 16px;
	font-weight: bold;
	color: #22538b;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 30px;
}
.iconB {
	background-image: url(../images/menuIcon02.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 26px;
}


/* altkey */
.altkeyU a { color: #fffee9; text-decoration: none; float: left }
.altkeyL a { color: #39bf93; text-decoration: none }
.altkeyC a { color: #fae25a; text-decoration: none }
.altkeyR a { color: #ffffff; text-decoration: none }


/* 右上側圖片輪撥 */
.slideshow {margin:0; padding:0;	float: right;overflow:hidden;width:750px;height:150px;}
.slideshow img { border: 0; width: 750px;  height: 150px;}

/*index修正*/
.indexboxA{margin:10px 0 10px 8px; *margin:10px 0 !important;}
.leftboxA{ margin: -10px 0 0 -5px;}

.newsboxA{font: 15px "新細明體";	letter-spacing: 0.1em; margin:-40px 0 0 0;  *margin:0px 0 0 0!important;}
.newsboxA a:link		{ color: #333333; text-decoration:none }
.newsboxA a:visited	{ color: #333333; text-decoration:none }
.newsboxA a:hover		{ color: #0033CC; text-decoration:none }
.newsboxA .newsday{ padding:2px 30px 2px 0;}


.newsboxB{font: 15px "新細明體";	letter-spacing: 0.1em;}
.newsboxB a:link		{ color: #333333; text-decoration:none }
.newsboxB a:visited	{ color: #333333; text-decoration:none }
.newsboxB a:hover		{ color: #0033CC; text-decoration:none }
.newsboxB .newsday{	padding:2px 30px 2px 0;}

.linksboxY{margin:0 0 20px 0;}
.linksboxZ{margin:0 0 10px 0;}




