@charset "utf-8";
/* CSS Document */

body{
    background-image: url('../images/common/body_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

#wrap{
    width: 980px;
    margin: 0 auto;
    padding-bottom: 120px;
    overflow: hidden;
}

header{
    width: 980px;
    height: 130px;
    overflow: hidden;
}

header .h_right{
    width: 520px;
    height: 110px;
    padding-top: 10px;
    float: right;
}

header .h_right h1{
    font-size: 12px;
    margin-bottom: 5px;
    text-align: right;
    font-weight: normal;
}

header .h_to_message{
    width: 130px;
    height: 55px;
    float: right;
}

header .h_info{
    width: 390px;
    height: 55px;
    float: right;
}

#socialbuttons div {
    
}
#socialbuttons div {
    float: right;
}


header .h_logo{
    width: 170px;
    height: 120px;
    padding-top: 5px;
    float: left;
}

aside{
    width: 170px;
    float: left;
}

aside nav ul{
    height: auto;
    margin-bottom: -8px;
    overflow: hidden;
}

aside nav ul li{
    width: 170px;
    height: 60px;
    margin-bottom: 8px;
    float: left;
}

footer{
    background: #ccd7e9;
}

footer .iwrap{
    overflow: hidden;
    width: 980px;
    margin: 0 auto;
    padding: 18px 0 50px;
}

footer .iwrap .f_logo{
    width: 85px;
    height: 55px;
    float: left;
}

footer .iwrap .f_info{
    width: 250px;
    padding-left: 5px;
    font-size: 12px;
    color: #003893;
    float: left;
}

footer .iwrap .f_nav{
    width: 440px;
    float: right;
    overflow: hidden;
}

footer .iwrap .f_nav .left{
    width: 105px;
    float: left;
}

footer .iwrap .f_nav .center{
    width: 175px;
    float: left;
}

footer .iwrap .f_nav .right{
    width: 160px;
    float: left;
}

footer .iwrap .f_nav a{
    font-size: 12px;
    color: #003893;
    padding-left: 12px;
    background: url('../images/common/f_nav_arrow.png') no-repeat left center;
}

.to_pagetop {
    position: fixed;
    bottom: 0px;
    margin-left: 860px;
}

.copy{
    background-color: #003893;
    padding: 5px 0 5px;
    text-align: center;
}

.copy small{
    font-size: 10px;
    color: #fff;
}


.resize{
    display: none;
}