Stylesheets Index
h4 {
    font-weight: normal;
    margin:0;
    padding: 0;
    }
 
#main_vis{
    padding: 15px 0 0;
    }
 
.main_vis_pic {
    border: 2px solid #632d00;
    }
 
#content {
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
    width: 770px;
    }
 
#right {
    float: right;
    width:286px;
    }    
#left {
    float: left;
    width: 468px;
    }
 
.newtext_link {
    padding: 10px 0;
    }
 
#pickup {
    border: 1px solid #632d00;
    border-bottom: 8px solid #632d00;
    padding: 10px 12px;
    }
 
.pickup_title h2{
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    margin:0;
    padding: 7px 0 0 30px;
    }
 
.pickup_title {
    background: url(../images/title_pickup.jpg) no-repeat;
    color: #ffdd81; /*字顏色*/
    height: 30px;
    }
#news {
    border: 1px solid #632d00;
    border-bottom: 8px solid #632d00;
    padding: 4px 10px;
    }
 
.news_title h2{
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    margin:0;
    padding: 7px 0 0 30px;
    }
 
.news_title {
    background-image:url(../images/title_news.jpg);
    color: #ffdd81;
    height: 30px;
    text-align: left;
    }