@import "base-style.css";
body {
    position: relative;
    width: 820px;
    text-align: center; /* center on ie */
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    color: #333;
    line-height: 1.25;
    background: url(img/bg_blue.gif) no-repeat top #6699cc;
}



/* コンテンツ */

#container
{
    position: relative;
    width: 730px;
    margin: 0 auto;
    * margin: 0 0 0 1px;
    padding: 10px 45px;
    text-align: left;
    * text-align: center;
    background: url(img/bbg_blue.gif) repeat-y;
    font-weight:normal;
    font-size:1.5em;
    line-height:30px;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    color:#000;
}



#foot
{
    position: relative;
    width: 730px;
    margin: 0 auto;
    * margin: 0 0 0 1px;
    padding: 1px 45px 20px;
    text-align: center;
    background: url(img/fbg_blue.gif) no-repeat bottom ;
}


h3 {

    margin: 0px 0 15px;
    padding: 0px 0 0px 25px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 40px;
    height:40px;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    background: url(img/h_blue.jpg) no-repeat left;
}

