﻿/* top
----------------------------------------------------------*/

#container
{
    width: 1000px;
    margin: 0;
    padding: 0;
    margin: auto;
    font-family: 微軟正黑體;
    
    background-repeat: no-repeat;

}

#skip
{
    float:right;
    margin-right:30px;
    margin-top:500px;
    border: 1px solid #000000;
    width:100px;
    height:30px;
    }

.skip_btn
{
    float:right;
    margin-right:10px;
    margin-top:550px;
    --border: 1px solid #000000;
    width:100px;
    height:40px;
    }

#skip a
{
    font-weight: bold;
    color: #E1760B;
    text-decoration: none;
}

#header, #content, #foot
{
    clear: both;
    float: left;
    width: 100%;
    margin: auto;
}


#header
{
    height: 292px;
    background-image: url('images/head_bg.jpg');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

#header_logo
{
    
    float: left;
    margin-left: 130px;
    margin-top: 40px;
    width: 98px;
    height: 98px;
    --border: 1px solid #000000;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
}

#header_fb
{
    clear:left;
    float: left;
    margin-left: 257px;
    margin-top: 98px;
    --width: 38px;
    width: 308px;
    height: 38px;
    background-image: url('images/fb.png');
    background-repeat: no-repeat;
    --border: 1px solid #000000;
}

#content
{
    background-color: #FFFFFF;
}

#content #Menu_Page
{
    clear: both;
    float: left;
    height: 42px;
    width: 100%;
    background-image: url('images/Menu_Page_bg.jpg');
    background-repeat: no-repeat;
}

#content .left_content
{
    background-position: 35px;
    --border: 1px solid #000000;
    float: left;
    width: 320px;
    height: 656px;
    background-image: url('images/Menu_Left_bg.png');
    background-repeat: no-repeat;
}

#content .left_content .pic
{
    float: left;
    margin-left: 35px;
    margin-top: -157px;
    width: 78px;
    height: 713px;
    background-image: url('images/Menu_Left_Pic.png');
    background-repeat: no-repeat;
}


#content .left_content .menu,#content .left_content .news
{
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 206px;
    height: 200px;
    --border: 1px solid #000000;
}

#content .left_content .news
{
   margin-left: -10px; 
   margin-top: 30px;
    }

#content .left_content .news .top
{
   height: 65px;
    background-image: url('images/News_top.png');
    background-repeat: no-repeat; 
}

#content .left_content .news .center
{
    height: 200px;
    background-image: url('images/News_center.png');
    background-repeat: repeat-y;
}

#content .left_content .news .center ul
{
    float:left;
    margin:0px;
    padding:0px;
    width:200px;
    }

#content .left_content .news .center ul li
{
    float: left;
    margin-left: 33px;
    width: 140px;
    list-style-image: url('images/Point.png');
    font-size: .8em;
    color: #504F50;
    line-height:20px;
}

#content .left_content .news .center ul li a
{
    text-decoration: none;
    color: #585657;
}

#content .left_content .news .bottom
{
   height: 40px;
    background-image: url('images/News_bottom.png');
    background-repeat: no-repeat; 
}

#content .right_content
{
    float: right;
    width: 658px;
    --height: 200px;
    --border: 1px solid #000000;
    padding-left: 20px;
    padding-top: 20px;
    
}


#foot
{
    height: 83px;
    background-image: url('images/foot_bg.jpg');
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 180px;
}

#foot p
{
    float: left;
    height: 20px;
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.75em;
    --border: 1px solid #000000;
}

