@charset "utf-8";

height: 250px;
body {
background-color: #ffffff;
color: #000000;

}

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