@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content table th,
 #content table td {
    border: 0;
}
#content table th {
    width: 271px;
    font-weight: normal;
    background: #fff url(../image/icon_line_soild.jpg) bottom repeat-x;
    padding: 16px 9px 13px 20px;
}
#content table td {
    padding: 16px 9px 13px 20px;
    background: url(../image/icon_lines.jpg) bottom repeat-x;

}
#content table td a {
    color: #897D79;
    text-decoration: underline;
}
#content table td p + p {
    margin-top: 30px;
}
#content table td a:hover {
    text-decoration: none;
}

