@charset "utf-8";

body {

background-color: #ffffff;
color: #000000;

height: 500px;
}

dl.box{
    height: 650px;
    overflow: auto;
}
dl.box dt{
    float: left;
    width: 140px;
}
dl.box dd{
    margin: 0 0 10px 0;
    padding: 0 0 10px 140px;
    border-bottom: 1px dotted #aaa;
