.wrapper{
    width: 100%;
    max-width: 1080px;
    /*width:1080px;*/
    margin:0 auto;
    text-align:center;
    background: #bd362f;
}
.header{
    margin: 0 auto;
}
.STYLE12 {font-size: 36px; font-weight: bold; color: #FFFF00; }
a:link {
    font-size:2.5rem;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}
.navbar{
    background: url("./images/navbar.png") no-repeat center;
    width: 100%;
    height: 48px;
    /*margin: 0 auto;*/
    margin:0;
    padding:0;
    /*padding:0 10px;*/
    display: flex;
    justify-content: space-between;
}
.navbar li{
    /*float: left;*/
    /*width: 220px;*/
    height: 48px;
    line-height: 48px;
    background: url("./images/navbar_title.png") no-repeat center;
    margin-right: 30px;
    list-style: none;
    text-align: center;
}
.navbar li a{
    font-size:2.0rem;
    color: #000;
}
.navbar li a:hover{
    color:#FF0000;
}
.bigTitle{
    font-size: 2.5rem;
    font-weight: 700;
    
}
.bj_960a a:link{
    color: #000;
}

.bj_960a a:hover{
    color: blue;
}
.bj_960a a:visited{
    color: #000;
}
.tuku a{
    color: #fff;
}
.atitle{
    font-size: 2.5rem;
    color:#808000;
}