body
{
    background: url(../images/bg.jpg) top repeat-x #FFF;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #222;
    line-height: 22px;
}
body, table, div, span, form
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}
hr
{
    border: thin dotted #3e3e3e;
}
ul
{
    list-style: circle outside url(../images/icon10.gif);
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #F30;
}
a:active
{
    text-decoration: none;
}
.tcc
{
    text-align: center;
}
.tcr
{
    text-align: right;
}
.tcl
{
    text-align: left;
}
.icon-img
{
    margin-right: 7px;
}
.icon-img02
{
    margin: 0 7px;
}
.clear
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/*---------------------------------------------------------------*/

iframe
{
    n1ifm: expression(this.src='about:blank',this.outerHTML=''); /*這行代碼是解決掛IFRAME木馬的哦*/
}

/*---------------------------------------------------------------*/

#container
{
    margin: 0 auto;
    width: 100%;
    position: relative;
}

/*---------------------------------------------------------------*/

#header
{
    margin: 0 auto;
    width: 940px;
    height: 100px;
    position: relative;
}

#logo
{
    left: 0;
    top: 20px;
    width: 350px;
    height: 60px;
    background: url(../images/logo.png) no-repeat;
    position: absolute;
    z-index: 99;
}

/* 上方連結 */
#toplink
{
    right: 0;
    top: 20px;
    width: 300px;
    color: #666;
    position: absolute;
    z-index: 99;
}
#toplink ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#toplink li
{
    float: right;
    margin-left: 5px;
}
#toplink a
{
    color: #666;
    text-decoration: none;
}
#toplink a:hover
{
    color: #f30;
    top: 1px;
    left: 1px;
    position: relative;
}

/* 語系選擇 */
#language
{
    right: 0;
    top: 50px;
    width: 140px;
    height: 30px;
    background: url(../images/language.png) no-repeat;
    position: absolute;
    z-index: 99;
}
#language li a
{
    width: 70px;
    height: 30px;
    display: block;
    overflow: hidden;
}
#language ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#language li
{
    float: left;
}
.language_a a:hover
{
    background: url(../images/language.png) 140px 30px;
}
.language_b a:hover
{
    background: url(../images/language.png) 70px 30px;
}

/* 全站搜尋 */
#search-box
{
    right: 160px;
    top: 50px;
    width: 260px;
    height: 30px;
    background: url(../images/search.png) no-repeat;
    position: absolute;
    z-index: 99;
}
#search-box input[type="text"]
{
    float: left;
    width: 210px;
    height: 28px;
    line-height: 28px;
    border: 0;
    padding: 0;
    margin: 1px 0 1px 5px;
    color: #777;
}
#search-box img
{
    float: right;
}

/*---------------------------------------------------------------*/

#banner-box
{
    margin: 0 auto 20px;
    padding: 0 20px;
    width: 960px;
    height: 280px;
    background: url(../images/banner.jpg) no-repeat;
    position: relative;
}

/* 會員登入前 */
#member-box
{
    float: left;
    width: 220px;
    position: relative;
}
.member-title
{
    margin: auto 0 5px;
    text-align: center;
    height: 50px;
    position: relative;
}
.member-middle
{
    margin: 0 auto;
    width: 180px;
    position: relative;
}
.member-middle input[type="text"]
{
    background: url(../images/username.png) no-repeat;
    width: 140px;
    padding: 0 10px 0 30px;
    height: 30px;
    border: 0;
    margin-bottom: 15px;
}
.member-middle input[type="password"]
{
    background: url(../images/password.png) no-repeat;
    width: 140px;
    padding: 0 10px 0 30px;
    height: 30px;
    border: 0;
    margin-bottom: 15px;
}
.member-login
{
    margin: 8px auto 13px;
    width: 180px;
    height: 30px;
    background: url(../images/member-login.png) no-repeat 0px 0px;
    display: block;
    border: 0;
    cursor: pointer;
    position: relative;
}
.member-login:hover
{
    background-position: 0px -30px;
}
.member-item
{
    margin: 15px auto 0;
    width: 180px;
    height: 60px;
    background: url(../images/member-item.jpg) no-repeat;
    position: relative;
}
.member-item li a
{
    width: 180px;
    height: 30px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    text-indent: 40px;
    display: block;
    overflow: hidden;
}
.member-item ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.member-item li
{
    float: left;
}
.member-item_a a:hover
{
    background: url(../images/member-item.jpg) 180px 60px;
}
.member-item_b a:hover
{
    background: url(../images/member-item.jpg) 180px 30px;
}
/*.member-item_c a:hover
{
    background: url(../images/member-item.jpg) 180px 30px;
}*/
/* 會員登入後 */
.member-sort
{
    margin: 0 auto 5px;
    width: 180px;
    color: #fff;
    position: relative;
}
.member-welcome
{
    margin: 0 auto;
    width: 180px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
}
.member-name
{
    margin: 0 auto 5px;
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    background: rgba(0,0,0,0.5);
    font-size: 15px;
    color: #ff0;
}
.member-welcome select
{
    margin: 0 auto 10px;
    padding-left: 5px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    background: url(../images/member-select.png) no-repeat;
    border: 0;
}
.member-logout
{
    margin: 0 auto;
    width: 180px;
    height: 30px;
    background: url(../images/member-logout.png) no-repeat 0px 0px;
    display: block;
    border: 0;
    cursor: pointer;
    position: relative;
}
.member-logout:hover
{
    background-position: 0px -30px;
}

/* 主要顯圖 */
#flash
{
    float: left;
    width: 520px;
    height: 280px;
    position: relative;
}
#Div_Banner div
{
    width: 520px;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* 顯圖連結 */
.banner-link
{
    float: right;
    margin: 20px 20px 0 0;
    width: 180px;
    height: 240px;
    background: url(../images/banner-link.jpg) no-repeat;
    position: relative;
}
.banner-link li a
{
    width: 180px;
    height: 60px;
    display: block;
    overflow: hidden;
}
.banner-link ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-link li
{
    float: left;
}
.banner-link_a a:hover
{
    background: url(../images/banner-link.jpg) 180px 240px;
}
.banner-link_b a:hover
{
    background: url(../images/banner-link.jpg) 180px 180px;
}
.banner-link_c a:hover
{
    background: url(../images/banner-link.jpg) 180px 120px;
}
.banner-link_d a:hover
{
    background: url(../images/banner-link.jpg) 180px 60px;
}

/*---------------------------------------------------------------*/

#content-box
{
    margin: 0 auto;
    width: 960px;
    position: relative;
}

/*---------------------------------------------------------------*/

#left-box
{
    float: left;
    width: 220px;
    background: url(../images/menu-bg.jpg) repeat-y;
    position: relative;
}
#middle-box
{
    float: left;
    margin-left: 15px;
    padding-top: 40px;
    width: 540px;
    font-size: 14px;
    position: relative;
}
#right-box
{
    float: right;
    width: 170px;
    padding-top: 40px;
    position: relative;
    margin-bottom: 20px;
}
#page-edit
{
    float: right;
    width: 720px;
    margin-bottom: 20px;
    position: relative;
}

/*---------------------------------------------------------------*/

/* 功能選單 */
.l-aplus
{
    margin: 0 auto;
    width: 200px;
    height: 10px;
    line-height: 10px;
    position: relative;
}
#menu-box
{
    margin: 0 auto;
    background: url(../images/menu-top.jpg) top no-repeat;
    position: relative;
}

/*---------------------------------------------------------------*/

/* 中間顯示區 */
.aplus
{
    margin: 0 auto;
    height: 10px;
    line-height: 10px;
    position: relative;
}

/* 即時訊息 */
#marquee-box
{
    top: 0;
    right: 0;
    width: 720px;
    height: 30px;
    font-size: 14px;
    background: url(../images/marquee-box.jpg) no-repeat;
    position: absolute;
    z-index: 98;
}
#marquee_block
{
    float: right;
    margin-right: 15px;
    width: 660px;
    line-height: 30px;
    position: relative;
}
#Div_Marquee div
{
    background: #3b3b3b;
    margin: 0;
    padding: 0;
    color: #FFF;
}

/* 宣導專區 */
#ad-box
{
    margin: 0 auto 15px;
    width: 528px;
    height: 180px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    position: relative;
}
#ad-box .ad-img
{
    margin: 0 auto;
    width: 528px;
    height: 100px;
    text-align: center;
    overflow: hidden;
}
#ad-box .ad-txt
{
    padding: 5px;
    height: 70px;
    background-color: #fff;
}

/* 最新消息 */
#news_box
{
    margin: 0 auto 15px;
    position: relative;
}
.news-title
{
    margin: 0 auto;
    height: 55px;
    background: url(../images/news-title.jpg) no-repeat;
    position: relative;
}
/* 分類標題 */
#news-nav-box
{
    margin: 0 auto 5px;
    background: url(../images/news-nav-bg.jpg) bottom repeat-x;
    position: relative;
}
#news-nav
{
    margin: 0 auto;
    width: 522px;
    height: 35px;
    background: url(../images/news-nav.jpg) no-repeat;
    position: relative;
}
#news-nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#news-nav li
{
    float: left;
    width: 87px;
    height: 35px;
}
#news-nav li a
{
    width: 85px;
    height: 35px;
    display: block;
    overflow: hidden;
}
.news_a a:hover
{
    background: url(../images/news-nav.jpg) 522px 70px;
}
.news_b a:hover
{
    background: url(../images/news-nav.jpg) 435px 70px;
}
.news_c a:hover
{
    background: url(../images/news-nav.jpg) 348px 70px;
}
.news_d a:hover
{
    background: url(../images/news-nav.jpg) 261px 70px;
}
.news_e a:hover
{
    background: url(../images/news-nav.jpg) 174px 70px;
}
.news_f a:hover
{
    background: url(../images/news-nav.jpg) 87px 70px;
}

.active_a
{
    background: url(../images/news-nav.jpg) 522px 35px;
}
.active_b
{
    background: url(../images/news-nav.jpg) 435px 35px;
}
.active_c
{
    background: url(../images/news-nav.jpg) 348px 35px;
}
.active_d
{
    background: url(../images/news-nav.jpg) 261px 35px;
}
.active_e
{
    background: url(../images/news-nav.jpg) 174px 35px;
}
.active_f
{
    background: url(../images/news-nav.jpg) 87px 35px;
}

.box-middle
{
    margin: 0 auto;
    padding: 10px 5px 0 5px;
    width: 530px;
    background: url(../images/box-middle.jpg) repeat-y;
    position: relative;
}
.box-bottom
{
    margin: 0 auto;
    height: 35px;
    background: url(../images/box-bottom.jpg) no-repeat;
    position: relative;
}
.btn-more
{
    float: right;
    margin: 21px 20px 0 0;
    width: 60px;
    height: 17px;
    background: url(../images/btn-more.png) no-repeat 0px 0px;
    display: block;
    border: 0;
    cursor: pointer;
    position: relative;
}
.btn-more:hover
{
    background-position: 0px -17px;
}

.news-item
{
    margin: 0 auto;
    width: 510px;
}
.news-item th
{
    color: #c60;
    text-align: left;
    padding: 5px 10px 0 10px;
}
.news-sort
{
    padding-top: 5px;
}
.news-line
{
    padding: 0 10px 5px 10px;
    background: url(../images/news-line.jpg) bottom repeat-x;
}
.news-item span
{
    color: #fff;
    padding: 0 8px;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border: 0;
}
.news01
{
    background-color: #047;
}
.news02
{
    background-color: #739;
}
.news03
{
    background-color: #e60;
}
.news04
{
    background-color: #094;
}
.news05
{
    background-color: #a00;
}

/* 活動花絮 */
#album-box
{
    margin: 0 auto 15px;
    position: relative;
}
.album-title
{
    margin: 0 auto;
    height: 55px;
    background: url(../images/album-title.jpg) no-repeat;
    position: relative;
}
.album-middle
{
    margin: 0 auto;
    padding: 10px 15px 0 15px;
    width: 510px;
    background: url(../images/box-middle.jpg) repeat-y;
    position: relative;
}
.album-block
{
    float: left;
    padding-top: 15px;
    width: 170px;
    background: url(../images/album-bg.jpg) top no-repeat;
    position: relative;
}
.album-img
{
    margin: 0 auto 15px;
    width: 140px;
    height: 105px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.album-img a:hover img
{
    opacity: 0.6;
    filter: Alpha(Opacity=60);
}
.album-txt
{
    margin: 0 auto;
    width: 160px;
    text-align: center;
    position: relative;
}
.album-txt a
{
    color: #333;
    text-decoration: none;
}
.album-txt a:hover
{
    color: #50a;
    top: 1px;
    left: 1px;
    position: relative;
}

/* 民意投票+問卷調查 */
#sort-box
{
    margin: 0 auto 15px;
    position: relative;
}
.vote-title
{
    margin: 0 auto;
    height: 55px;
    background: url(../images/vote-title.jpg) no-repeat;
    position: relative;
}
.question-title
{
    margin: 0 auto;
    height: 55px;
    background: url(../images/question-title.jpg) no-repeat;
    position: relative;
}
#sort-box table
{
    margin: 0 auto;
    width: 510px;
    background: #ffc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    position: relative;
}
#sort-box .sort-line
{
    background: url(../images/sort-line.gif) repeat-x bottom;
}
#sort-box table:hover
{
    -webkit-box-shadow: inset 1px 3px 7px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px 3px 7px 3px rgba(0,0,0,0.15);
    box-shadow: inset 1px 3px 7px 3px rgba(0,0,0,0.15);
    background: #ffc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#sort-box table a
{
    text-decoration: none;
}
#sort-box table a:hover
{
    color: #50a;
    top: 1px;
    left: 1px;
    position: relative;
}

/*---------------------------------------------------------------*/

/* 相關連結 */
#link-box
{
    margin: 0 auto;
    position: relative;
}
.link-title
{
    margin: 0 auto;
    height: 55px;
    background: url(../images/link-title.jpg) no-repeat;
    position: relative;
}
.link-middle
{
    margin: 0 auto;
    background: #edeada;
    position: relative;
}
.link-middle ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.link-middle li
{
    text-align: center;
    height: 50px;
    padding: 10px 0 12px 0;
    background: url(../images/link-line.jpg) bottom repeat-x;
}
.link-middle img
{
    border: 1px solid #cec58a;
}

/* 快速連結 */
#quick-link
{
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    height: 50px;
    background: url(../images/quick-link.jpg) no-repeat;
    position: relative;
}
#quick-link select
{
    background: url(../images/quick-select.jpg) no-repeat;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 0;
    text-indent: 5px;
}

/*---------------------------------------------------------------*/

/* 版權宣告 */
#footer
{
    margin: 0 auto;
    width: 100%;
    letter-spacing: 1px;
    background: url(../images/footer.jpg) top repeat-x;
    position: relative;
}
#footer th
{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
}
#footer th a
{
    color: #fff;
    text-decoration: none;
}
#footer th a:hover
{
    color: #ff0;
}
#footer td
{
    padding: 10px 0;
    text-align: center;
}
#footer td a
{
    color: #333;
    text-decoration: none;
}
#footer td a:hover
{
    color: #f30;
    top: 1px;
    left: 1px;
    position: relative;
}

/*---------------------------------------------------------------*/
