#headerWrap
{
    width: 100%;
    min-width: 910px;
    height: 90px;
    position: relative;
    z-index: 100;
}
#header
{
    margin: 0px auto;
    width: 910px;
    position: relative;
    left: 22px;
}
#siteName
{
    z-index: 1001;
    top: 0;
    left: 0;
    margin: 0;
    position: absolute;
    width: 130px;
}
#siteName a
{
    padding: 23px 0;
    display: block;
    line-height: 1;
}
#siteName a img {
    /*max-width: 100%;*/
    width: 135px;
    height: auto;
    border: 0;
    vertical-align: middle;
}
#globalNav
{
    display: block;
    background: none;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
}
#globalNav ul {
    padding-left: 190px;
    margin: 0;
}
#globalNav li.home {
    display: none;
    color: #333;
}
#globalNav li {
    list-style: none;
    float: left;
    font-size: 13px;
    padding: 28px 10px;
    line-height: 1;
}
#globalNav li a {
    border: 0;
    display: block;
    text-decoration: none;
    color: #666;    
}
#globalNav li a:hover {
    color: #999;
}




#gnHome a
{
    width: 22px;
    background-position: 0 -40px;
}
#gnContact A
{
    width: 45px;
    background-position: -148px -40px;
}
#gnStore a
{
    width: 45px;
    background-position: -33px -40px;
}
#gnShop a
{
    width: 45px;
    background-position: -91px -40px;
}
#gnLab a
{
    width: 78px;
    background-position: -148px -40px;
}
#gnChat a
{
    width: 44px;
    background-position: -238px -40px;
}
#gnRecruit a
{
    width: 44px;
    background-position: -291px -40px;
}
#gnPartner a
{
    width: 68px;
    background-position: -345px -40px;
}
#gnCompany a
{
    width: 46px;
    background-position: -424px -40px;
}
#gnGS A
{
    width: 63px;
    background-position: -481px -40px;
}

#gnHome a:hover, #gnHome strong a
{
    background-position: 0 -58px;
}
#gnStore a:hover, #gnStore strong a
{
    background-position: -33px -58px;
}
#gnShop a:hover, #gnShop strong a
{
    background-position: -91px -58px;
}
#gnLab a:hover, #gnLab strong a
{
    background-position: -148px -58px;
}
#gnChat a:hover, #gnChat strong a
{
    background-position: -238px -58px;
}

#gnRecruit a:hover, #gnRecruit strong a
{
    background-position: -291px -58px;
}
#gnPartner a:hover, #gnPartner strong a
{
    background-position: -345px -58px;
}
#gnCompany a:hover, #gnCompany strong a
{
    background-position: -424px -58px;
}
#gnGS a:hover, #gnGS strong a
{
    background-position: -481px -58px;
}

#footer
{
    font-size: 12px;
    line-height: 16px;
    padding: 0 15px;
    width: 880px;
    margin: 0 auto;
}
#pageEnd
{
    margin-top: 30px;
    border-bottom: 1px solid #666;
    margin-bottom: 0;
}
#pageEnd .pageTop
{
    text-align: right;
}

#pageEnd .pageTop a
{
    padding-left: 10px;
    background: url("../image/arrow_up.png") no-repeat left center;
}

#footerNav
{
    margin: 10px 0;
    height: 13px;
}
#footerNav li
{
    float: left;
    margin-right: 12px;
    padding-right: 12px;
    line-height: 13px;
    border-right: 1px solid #ccc;
}
#footerNav li:first-child
{
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
#footerNav li#fnSitemap
{
    border: none;
}
#footerNav li#fnJob
{
    float: right;
}
#footerNav li#fnCorporate
{
    float: right;
    margin-right: 0;
    padding-right: 0;
    border: none;
}
#copyright
{
    margin-bottom: 20px;
    padding-top: 5px;
    border-top: 1px solid #E6E6E6;
}
#copyright small
{
    font-size: 10px;
    /*font-family: "Lucida Grande" , "Hiragino Kaku Gothic Pro" , "¥Ò¥é¥®¥Î½Ç¥´ Pro W3" , "£Í£Ó £Ð¥´¥·¥Ã¥¯" , 'ºÚÌå' ,Arial,sans-serif;*/
    font: 12px/1.5 'Source Han Sans CN' , 'SimHei' , sans-serif;
}
#copyright a
{
    text-decoration: underline;
}
#footerWrap
{
    margin-top: 0px;
    /*margin-left: 80px;*/
}
