#contents{
    width:100%;
    height:100%;
   margin: 20px auto 20px auto;
        background: #ffffff;
        /*
        clear: both;
        overflow: hidden;
        */
}
#contents article{
    width: 620px;
    margin: 0 auto;
    height: auto;
    padding: 20px 0 0 0;
}

#contents article#info{
    padding-bottom:10px;
}

#contents article#info h1{
    width: 620px;
    height: 30px;
    margin: 0 auto;
    font-size:20px;
    font-weight: bold;
    color: #ffffff;
    background: #000000;
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
}

/* news */



#contents dl#news{
 width: 620px;
 height:100%;
 margin:0 auto;
padding: 20px 0 20px 0;
overflow: hidden;
overflow-y: scroll;
}

#contents dl#news dt.hizuke{
    width: 200px;
    height:40px;
    float: left;
    text-align:center;
    font-weight: bold;
    color: #000000;
}

#contents dl#news dd.naiyou{
    width:400px;
    height:40px;
    float: right;
    text-align: left;
    color: #000000;
    font-weight: bold;
}

