@charset "utf-8";

body {
line-height: -3em
background-color: #ffffff;
color: #000000;

height: 700px;
}


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