@import "base-style.css";
/* ---------------------------------------------
Fݒ
--------------------------------------------- */
body { background:#6699cc; }
#header div {
border-top: 1px solid #6699cc;
border-bottom: 1px solid #6699cc;
}

h1 {
    position: relative;
    min-height: 35px;
    * height: 35px;
    margin: 0 auto;
    padding: 5px 0 0 35px;
    text-align: left;
    font-size: 1.3em;
    font-family: "HGPnpp޼UB";
    font-weight: normal;
    line-height: 1.1;
    color: #333;
    position:absolute; top: 40px; left: 40px;
    background: url(img/checkblue.gif) no-repeat top left;
}

h3 {
    position: relative;
    margin: 5px 0 15px;
    padding: 15px 0 12px 25px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    /* border-bottom: 1px dotted #7e571e;     */
    clear: both;
    font-family: "HGPnpp޼UB";
    background: url(img/h3.gif) no-repeat left;
}