body
{
    background: url(../images_new/bg.jpg) top repeat-x #FFFFD7;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #333;
    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/icon_06.gif);
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #FF0000;
}
a:active
{
    text-decoration: none;
}
.tcc
{
    text-align: center;
}
.tcr
{
    text-align: right;
}
.tcl
{
    text-align: left;
}
.icon-img
{
    margin-right: 7px;
}
.clear
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/*---------------------------------------------------------------*/

iframe
{
    n1ifm: expression(this.src='about:blank',this.outerHTML=''); /*這行代碼是解決掛IFRAME木馬的哦*/
}

/*---------------------------------------------------------------*/

#content_top
{
    margin: 0 auto;
    width: 1000px;
    height: 9px;
    position: relative;
}
#content_middle
{
    margin: 0 auto;
    width: 1000px;
    background: url(../images_new/content_middle.png) center repeat-y;
    position: relative;
}
#content_bottom
{
    margin: 0 auto;
    width: 1000px;
    height: 20px;
    background: url(../images_new/content_bottom.png) center no-repeat;
    position: relative;
}

/*---------------------------------------------------------------*/

#left_box
{
    float: left;
    width: 230px;
    position: relative;
}

/*---------------------------------------------------------------*/

.logo
{
    float: right;
    width: 210px;
    height: 155px;
    margin-bottom: 20px;
    position: relative;
}

/*---------------------------------------------------------------*/

/* 會員登入 */
.member_box
{
    float: right;
    width: 210px;
    position: relative;
}
.login-title
{
    margin: 0 auto;
    height: 50px;
    background: url(../images_new/login_title.jpg) no-repeat;
    position: relative;
}
.login-middle
{
    margin: 0 auto;
    background: url(../images_new/login_middle.jpg) repeat-y;
    position: relative;
}

/*---------------------------------------------------------------*/

/* 登入前 */
.login-bg-top
{
    margin: 0 auto;
    width: 170px;
    height: 30px;
    background: url(../images_new/login_bg.jpg) no-repeat;
    position: relative;
}
.login-bg
{
    margin: 0 auto;
    width: 160px;
    padding: 0 4px;
    border-left: 1px solid #e1e1e3;
    border-right: 1px solid #e1e1e3;
    background-color: #eff0f1;
    position: relative;
}
.login-bg select
{
    border: solid 1px #69F;
    padding: 1px;
	margin-bottom:6px;
}
.select-title
{
	text-align:center;
	line-height:22px;
}
.login-bg input[type="text"]
{
	float:right;
    width: 95px;
    border: solid 1px #69F;
    padding: 1px;
	height:18px;
	line-height:18px;
    margin-bottom: 5px;
}
.login-bg input[type="password"]
{
	float:right;
    width: 95px;
    border: solid 1px #69F;
    padding: 1px;
	height:18px;
	line-height:18px;
}
/* 登入 */
.btn-login
{
    float: left;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    background: url(../images_new/btn_login.jpg) no-repeat 0px 0px;
    display: block;
    border: 0;
    cursor: pointer;
    position: relative;
}
.btn-login:hover
{
    background-position: 0px -50px;
}
.login_bg_bottom
{
    margin: 0 auto 5px;
    width: 170px;
    background-image: url(../images_new/login_bg_bottom.jpg);
    height: 7px;
    position: relative;
}
/* 按鈕區 */
.login_btn
{
    margin: 0 auto;
    padding-top: 2px;
    width: 170px;
    position: relative;
}
.login_txt
{
    margin: 0 auto;
    padding-top: 7px;
    width: 170px;
    position: relative;
}
/* 補寄認證 */
.btn-again
{
    float: left;
    margin-bottom: 5px;
    width: 170px;
    height: 25px;
    background: url(../images_new/btn_again.png) no-repeat 0px 0px;
    display: block;
    position: relative;
}
.btn-again:hover
{
    background-position: 0px -25px;
}
/* 註冊 */
.btn-add
{
    float: left;
    margin-right: 6px;
    width: 82px;
    height: 25px;
    background: url(../images_new/btn_add.png) no-repeat 0px 0px;
    display: block;
    position: relative;
}
.btn-add:hover
{
    background-position: 0px -25px;
}
/* 忘記密碼 */
.btn-forget
{
    float: left;
    width: 82px;
    height: 25px;
    background: url(../images_new/btn_forget.png) no-repeat 0px 0px;
    display: block;
    position: relative;
}
.btn-forget:hover
{
    background-position: 0px -25px;
}
/* 會員登出 */
.btn-logout
{
    float: left;
    width: 170px;
    height: 25px;
    background: url(../images_new/btn_logout.png) no-repeat 0px 0px;
    display: block;
    position: relative;
}
.btn-logout:hover
{
    background-position: 0px -25px;
}
.login-bottom
{
    margin: 0 auto;
    height: 13px;
    background: url(../images_new/login_bottom.jpg) no-repeat;
    position: relative;
}

/*---------------------------------------------------------------*/

/* 登入後 */
.welcome-txt
{
    margin: 0 auto;
    width: 170px;
    position: relative;
}
.welcome-txt div
{
    padding: 3px 0;
    position: relative;
}
.welcome-txt select
{
    border: solid 1px #69F;
    padding: 2px;
}

/*---------------------------------------------------------------*/

.aplus
{
    float: right;
    width: 230px;
    line-height: 1px;
    height: 1px;
    position: relative;
}
/* 功能選單 */
#left-menu
{
    float: right;
    width: 230px;
    /*margin-bottom: 10px;*/
    position: relative;
}
.left-menu
{
    float: right;
    width: 230px;
    position: relative;
}
#member-menu
{
    float: right;
    /*padding-top: 10px;*/
    width: 230px;
    position: relative;
}
.menu-title
{
    float: right;
    width: 230px;
    height: 70px;
    position: relative;
}
.menu-list
{
	float:left;
	margin-top:5px;
	margin-left:80px;
	line-height:51px;
	font-size:18px;
	font-weight:bold;
	font-family: 微軟正黑體;
	color:#fff;
	cursor:pointer;
}
.menu-item
{
    float: right;
    width: 185px;
    line-height: 24px;
    margin-right: 10px;
    position: relative;
}
/*.menu-item tr
{
	background-image:url(../images_new/menu-line.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}*/
.menu-item th
{
    width: 5px;
}
.sub-item
{
    border-top: 2px solid #060;
    border-right: 2px solid #060;
    border-left: 2px solid #060;
    border-bottom: 1px solid #060;
}
.sub-item td
{
    text-align: center;
    background-color: #fffcf4;
    border-bottom: 1px solid #060;
}
.sub-item td:hover
{
	background-color:#ffc;
}

/* 後台-功能選單 */
.man-item
{
    padding-left: 20px;
}

/*---------------------------------------------------------------*/

/* 全站搜尋 */
#search-box
{
    float: right;
    width: 150px;
    height: 80px;
    padding: 60px 20px 0 20px;
    margin-right: 10px;
    background: url(../images_new/search-box.jpg) no-repeat;
    position: relative;
}
#search-box input[type="text"]
{
    float: right;
    width: 140px;
    border: solid 1px #69F;
    padding: 2px;
    margin-right: 3px;
    margin-bottom: 10px;
}
#search-box img
{
    float: right;
    margin-right: 3px;
}


/*---------------------------------------------------------------*/

#right_box
{
    float: left;
    width: 750px;
    position: relative;
}

/*---------------------------------------------------------------*/

/* 上方連結列 */
#top-menu
{
    float: left;
    padding-right: 10px;
    width: 740px;
    height: 40px;
    text-align: right;
    background: url(../images_new/top-menu.jpg) no-repeat;
    position: relative;
}
#top-menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#top-menu li
{
    float: right;
    list-style: none;
}

/* 主要顯圖 */
#Div_Banner div
{
    width: 720px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#flash
{
    float: left;
    width: 720px;
    height: 195px;
    padding: 3px 3px 3px 17px;
    margin-bottom: 9px;
    background: url(../images_new/flash_bg.jpg) right top no-repeat;
    position: relative;
}

/* 綠線 */
/*首頁*/
#g_line01
{
    float: left;
    width: 740px;
    height: 10px;
    line-height: 10px;
    margin-bottom: 10px;
    background: url(../images_new/line.jpg) no-repeat;
    position: relative;
}
/*內頁*/
#g_line02
{
    float: left;
    width: 740px;
    height: 10px;
    line-height: 10px;
    background: url(../images_new/line.jpg) no-repeat;
    position: relative;
}

/* 即時訊息 */
#marquee_box
{
    float: left;
	width:740px;
    position: relative;
}
#marquee_block
{
    float: left;
    margin-left: 25px;
    margin-bottom: 10px;
    height: 26px;
    width: 675px;
    padding: 2px 10px 7px 30px;
    line-height: 26px;
    background: url(../images_new/marquee.jpg) no-repeat;
    position: relative;
}
#Div_Marquee div
{
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    color: #F33;
}

/*---------------------------------------------------------------*/

#edit-box
{
    float: left;
    width: 740px;
    position: relative;
}
#middle_box
{
    float: left;
    margin-left: 25px;
    width: 545px;
    position: relative;
}
#link_box
{
    float: right;
    width: 160px;
    position: relative;
}

/*---------------------------------------------------------------*/

/* 宣導專區 */
#Div_Ad div
{
    width: 100%;
    text-align: center;
}

#ad_box
{
    margin: 0 auto 10px;
    width: 545px;
    position: relative;
}
.ad_top
{
    margin: 0 auto;
    background-image: url(../images_new/ad-top.jpg);
    background-repeat: no-repeat;
    height: 7px;
    position: relative;
}
.ad_middle
{
    margin: 0 auto;
    width: 531px;
    padding: 0 7px;
    background-image: url(../images_new/ad-middle.jpg);
    background-repeat: repeat-y;
    position: relative;
}
.ad_middle img
{
    height: 100px;
    margin-bottom: 5px;
}
.ad_bottom
{
    margin: 0 auto;
    background-image: url(../images_new/ad-bottom.jpg);
    background-repeat: no-repeat;
    height: 7px;
    position: relative;
}

/* 最新公告 */
#news_box
{
    margin: 0 auto 10px;
    width: 545px;
    position: relative;
}
.news-title
{
    margin: 0 auto;
    height: 55px;
    background-image: url(../images_new/news-title.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.news-middle
{
    margin: 0 auto;
    width: 525px;
    padding: 10px;
    background-image: url(../images_new/news-middle.jpg);
    background-repeat: repeat-y;
    position: relative;
}
.news-middle th
{
    padding-top: 10px;
    vertical-align: top;
    border-bottom: 1px dashed #CCCCCC;
}
.news-middle td
{
    vertical-align: top;
    border-bottom: 1px dashed #CCCCCC;
}
.news-bottom
{
    margin: 0 auto;
    background-image: url(../images_new/news-bottom.jpg);
    background-repeat: no-repeat;
    height: 10px;
    position: relative;
}

/* 民意投票+問卷調查 */
#sort_box
{
    margin: 0 auto 10px;
    width: 545px;
    position: relative;
}
#sort_box .sort_box_line
{
    border-bottom: 1px dashed #CCC;
}
.vote-title
{
    margin: 0 auto;
    height: 55px;
    background-image: url(../images_new/vote-title.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.question-title
{
    margin: 0 auto;
    height: 55px;
    background-image: url(../images_new/question-title.jpg);
    background-repeat: no-repeat;
    position: relative;
}
/* more */
.vote-more
{
    float: right;
    margin-top: 10px;
    margin-right: 32px;
    width: 108px;
    height: 18px;
    background: url(../images_new/vote-more.jpg) no-repeat 0px 0px;
    display: block;
    position: relative;
}
.vote-more:hover
{
    background-position: 0px -18px;
}
.question-more
{
    float: right;
    margin-top: 10px;
    margin-right: 32px;
    width: 108px;
    height: 18px;
    background: url(../images_new/question-more.jpg) no-repeat 0px 0px;
    display: block;
    position: relative;
}
.question-more:hover
{
    background-position: 0px -18px;
}
.box_middle
{
    margin: 0 auto;
    width: 515px;
    padding: 0 15px;
    background-image: url(../images_new/box-middle.jpg);
    background-position: top;
    background-repeat: repeat-y;
    position: relative;
}
.box_bottom
{
    margin: 0 auto;
    height: 16px;
    background-image: url(../images_new/box-bottom.jpg);
    background-repeat: no-repeat;
    position: relative;
}

/* 相關連結 */
#link_txt_box
{
    margin: 0 auto 10px;
    position: relative;
}
.link-title
{
    margin: 0 auto;
    height: 60px;
    background-image: url(../images_new/link-title.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.link-middle
{
    margin: 0 auto;
    width: 142px;
    padding: 0 8px;
    border-left: 1px solid #95ce40;
    border-right: 1px solid #95ce40;
    position: relative;
}
.link-middle img
{
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
}
/* 快速連結 */
.qlink-title
{
    margin: 0 auto;
    height: 60px;
    background-image: url(../images_new/qlink-title.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.qlink-middle
{
    margin: 0 auto;
    width: 150px;
    padding: 0 4px 5px 4px;
    text-align: center;
    border-left: 1px solid #95ce40;
    border-right: 1px solid #95ce40;
    position: relative;
}
.qlink-middle select
{
    border: solid 1px #69F;
    padding: 2px;
    color: #444;
    width: 140px;
}

.link-bottom
{
    margin: 0 auto;
    height: 10px;
    background-image: url(../images_new/link-bottom.jpg);
    background-repeat: no-repeat;
    position: relative;
}

/*---------------------------------------------------------------*/

/* 版權宣告 */
#footer
{
    margin: 0 auto;
    width: 1000px;
    height: 105px;
    padding-top: 25px;
    font-size: 12px;
    background-image: url(../images_new/footer.png);
    background-repeat: no-repeat;
    position: relative;
}
#footer th
{
    width: 220px;
    font-weight: normal;
}

/*---------------------------------------------------------------*/