@import "base-style.css";
/* ---------------------------------------------
Fݒ
--------------------------------------------- */
body { background:#669900; }
#header div {
border-top: 1px solid #669900;
border-bottom: 1px solid #669900;
}
h1 {border-top: 3px solid #669900;}
h3 {
    position: relative;
    margin: 5px 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/h3green.gif) no-repeat left;
}