@import url(../common.css);
dl {
    margin-bottom : 20px;
}
dt {
    font-weight : bold;
    border-bottom : 1px dashed #000;
    margin-bottom : 10px;
}
dd {
    margin-bottom : 10px;
}