.tops
{
    height:35px;
    background-color: #559824;
}
.header{
    height: 100px;
    width: 100%;
    /*background-color: #005FAF;*/
    /*background-color: #000F3A;*/
    /*background-color: #003262;*/
    background-color: #82AFD3;
}
.contents{
    height: auto;
    width: 1100px;
    background-color: #ffffff;
    margin: 0 auto;
    padding-top: 50px;
    /*padding-left: 100px;*/
    padding-bottom: 200px;
    margin-top: 20px;
}
.content{
    width: 95%;
    margin: 0 auto;
    /*border: solid 1px;*/
    height: auto;

}
.position{
    height: 30px;
    background-color: #eee;
    margin-top: 10px;
    width:100%;
}
.titlesss{
    width:100%;
    height: 50px;
    /*border:solid 1px;*/
    padding-top: 10px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.time{
    width: 100%;
    color: #cccccc;
    margin-left: 10px;
    height: 30px;
    border-bottom: solid 2px #cccccc;
    text-align: center;
}
.mains{
    height: auto;
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
    line-height:200%;
    text-indent:2em;
    font-size: 15px;
}