@import "base-style.css";
/* ---------------------------------------------
Fݒ
--------------------------------------------- */
body { background:#6699cc; }
#header div {
border-top: 1px solid #6699cc;
border-bottom: 1px solid #6699cc;
}
h1 {border-top: 3px solid #6699cc;}


h3 {
    position: relative;
    margin: 0px 0 15px;
    padding: 2px 0 2px 25px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    background: url(img/h3.gif) no-repeat left;
}

h4 {
    position: relative;
    margin: 0px 0 15px;
    padding: 2px 0 2px 25px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    background: url(img/h3red.gif) no-repeat left;
}

h5 {
    position: relative;
    margin: 0px 0 15px;
    padding: 2px 0 2px 25px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    background: url(img/h3.gif) no-repeat left;
}