/* 
    Document   : footer
    Created on : 2013年7月10日, 下午01:21:58
    Author     : Pong
    Description:
        Purpose of the stylesheet follows.
*/

#footer{
    height:130px;    
    width:100%;
    margin-top:10px;
    font-family: Helvetica;
    position:relative;
}

#footer .head{
    background:url(../image/menclub/theme/default/logo_footer.png) center center;
    background-repeat: no-repeat;
    width:100%;
    height:27px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
}

#footer .ft_container{
    height:100px;
    background-color:#000;
}

#footer .ft_container .content{
    margin:0 auto;
    width:620px;
    padding-top:5px;
    max-width:1245px;
    min-width:536px;
}
#footer .ft_container #footer_menu{
    text-align: center;
}

#footer .ft_container #footer_menu a{
    font-size:13px;
    color:#fff;
    margin: 7px;
}

#footer .ft_container #footer_menu li{
    float:lefooter;
    margin-right:10px;
    color:#000;
    font-size:12px;
    font-family: 'EB Garamond',"細明體", serif;
}

#footer .bottom{
    margin: 35px auto 20px auto;
    display:block;
    width:890px;
    color:#fff;
}

#footer .bottom .be_ft_icon{
    
}

#footer .bottom .copyright{
    margin-left:10px;
    line-height:20px;  
    font-size:10px;
    display: block;
    color: #a3a3a3;
    font-family: 'EB Garamond',"細明體", serif;
    font-size: 12px;
}