@import "../../css/common.css";

h2 {
    margin: 0;
    background: url(../images/h2_link.png) top left no-repeat;
}

div#contents dl {
    margin: 10px 20px;
}

div#contents ul {
    margin: 20px 20px;
    list-style-type: none;
}

div#contents dl dt {
    margin: 20px 0 0;
    font-weight: bold;
    color: #000;
}

div#contents dl dd {
    border: solid #ddd;
    border-width: 0 0 1px 0;
}
