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

#contents #blog{
    width:620px;
    height:auto;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: auto;
    padding: 10px 0 0 0;
    /* background: #ff0000; */
}

#contents #blog dt{
    width:100px;
    height:auto;
    float: left;
    line-height: 20px;
  text-align: center;
  padding:10px;
 font-weight: bold;
 color: #000000;
}

#contents #blog dd{
    width:480px;
    height:auto;
    line-height: 20px;
    text-align:left;
    float: right;
    padding: 10px;
}

#contents #blog dd a{
    width: 480px;
    height:20px;
    line-height: 20px;
    text-align: center;
    text-decoration:none;
    display: block;
    overflow:hidden;
    text-align: left;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}


#contents article{
    width: 620px;
    margin: 0 auto;
    height: auto;
    padding: 20px 0 0 0;
}

#contents article#blogbox 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;
}