@import "base-style.css";
/* ---------------------------------------------
色設定
--------------------------------------------- */
body { background:#ffeef0; }
#header div {
border-top: 1px solid #FFCCCC;
border-bottom: 1px solid #FFCCCC;
}
h1 {
    position: relative;
    min-height: 30px;
    * height: 30px;
    margin: 0 auto;
    padding: 5px 0 0 35px;
    text-align: left;
    font-size: 1.2em;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
    font-weight: normal;
    line-height: 1.2;
    color: #333;
    position:absolute; top: 30px; left: 40px;
    background: url(img/checkred.gif) no-repeat top left;
}
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;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    background: url(img/h3red.gif) no-repeat left;
}

h3 a {
    position: relative;
    margin: 5px 0 15px;
    padding: 2px 0 2px 25px;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    background: url(img/h3red.gif) no-repeat left;
}

