@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content .section {
    margin-bottom: 100px;
}
#content table th, #content table td {
    border: 0;
}
#content table th {
    width: 559px;
    font-weight: normal;
    background: #fff url(../image/icon_lines.jpg) bottom repeat-x;
}
#content table td {
    padding: 16px 9px 13px 20px;
    background:  url(../image/icon_line_soild.jpg) bottom repeat-x;
}
