@charset "utf-8";
/* CSS Document */
body { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif, '微軟正黑體'; font-size: 13px; background: url(../images/i_top_line.jpg) no-repeat center top, url(../images/bg.png) repeat center top; }
/***主視圖******************************************************/
#ad_box { width: 100%; height: auto; margin: 0 auto; }
#ad { width: 1209px; height: auto; margin: 0 auto; position: relative; }
/***主視圖******************************************************/
/***主要內容******************************************************/
#main_box { width: 1209px; height: auto; margin: 0 auto; background-color: #FFF; }
#main { width: 980px; height: auto; position: relative; margin: 0 auto; background-color: #FFF; padding-bottom:20px; }
#leftside { width: 225px; height: auto; margin: 0px 0px 20px 18px; float: left; }
#left_title { width: 100%; height: auto; margin: 0px 0px 20px 0px; float: left; }
#rightside { width: 717px; height: auto; margin: 0px 17px 30px 0px; float: right; }
#title { width: 100%; height: 44px; margin: 0px 0px 20px 0px; float: left; border-bottom: #E0E0E0 1px solid; padding: 36px 0 0 0px; }
#title_sub { width: 100%; height: auto; margin: 0px 0px 10px 0px; padding: 0px 0 0 0px; font-size: 12px; color: #999999 }
#title_sub a { color: #999999; text-decoration: none; -webkit-transition: color 200ms linear; -moz-transition: color 200ms linear; -o-transition: color 200ms linear; transition: color 200ms linear; }
#title_sub a:hover { color: #4BBEBE; text-decoration: none; }
/***主要內容******************************************************/
/***麵包屑*********************************************************/
#breadcrumbs { text-align: right; color: #3E8BE0; font-size: 12px; font-weight: normal; position: absolute; right: 32px; top: 57px; z-index: 1; width: 157px; letter-spacing: 2px; }
#breadcrumbs span { color: #999999; }
#breadcrumbs img { padding: 0px 2px 0 0; }
#breadcrumbs a { color: #ADADAD; text-decoration: none; -webkit-transition: color 200ms linear; -moz-transition: color 200ms linear; -o-transition: color 200ms linear; transition: color 200ms linear; }
#breadcrumbs a:visited { color: #ADADAD; text-decoration: none; }
#breadcrumbs a:hover { color: #900; text-decoration: none; }
/***麵包屑*********************************************************/
.but.member{
    background:url(../../images/member.png);
    width:96px;
    height:38px;
    text-indent: -9999%;
    position: absolute;
    right: 168px;
    top: -64px;
}
.but.member:hover{
    background-position:100% 0;
}

.but.download{
    background:url(../../images/download.png);
    width:96px;
    height:38px;
    text-indent: -9999%;
    position: absolute;
    right: 68px;
    top: -64px;
}
.but.download:hover{
    background-position:100% 0;
}

