body.lower {
    background: url(../img/back.png);
    border-top: 20px solid #333;
}

body.lower div#wrap {
    background: none;
}

body.lower div#contents {
    width: 750px;
    margin: 0 auto;
    background: url(../img/wrapBk.png) repeat-y;
}

body.lower img.title {
    margin-bottom: 40px;
}

body.lower div#contents ul {
    margin-top: -2em;
    margin-bottom: 2em;
    font-size: 108%;
}

body.lower div#contents ul li {
    line-height: 2.2;
    text-indent: -1.75em;
    padding-left: 1.75em;
}

body.lower div#contents h1 {
    background: #CECECE;
    line-height: 3;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    padding-left: 1em;
}

body.lower div#contents dl {
    background: #fdf5e6;
    line-height: 2;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

body.lower div#contents dl.end {
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
}

body.lower div#contents dl dt {
    float: left;
    width: 185px;
    padding: 0.4em 1em;    
}

body.lower div#contents dl dd {
    margin-left: 200px;
    background: #FFF;
    padding: 0.4em 1em;
}