#privacy {
    margin: 10px auto;
    width: 700px;
    height: auto;
}

#privacy_contents {
    width: 700px;
    height: auto;
}

#privacy h3 {
    margin-bottom: 0.5em;
    padding: 4px 6px;
    height: auto;
    background-color: #e5e5e5;
    border: 1px solid #cccccc;
}

#privacy_contents p {
    margin: 0px 10px 1em 10px;
}

#privacy_contents dd {
    margin-bottom: 10px;
}

#privacy_contents li {
    margin-bottom: 6px;
}

