/* 全体構造
---------------------------------------------------- */

body {/*body基本*/
    margin: 0px 20px;
    padding: 20;
    line-height: 1.5;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    background-image: url(http://www.ichigoan.com/img/back.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    }

/* sectionクラス　各ブロックで汎用的要素に使用
---------------------------------------------------- */
.section{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 2px 0px;
    font-size: 16px;
    }
    
    
    
/*汎用タイトル*/
#main .section h3{
    background-image: url(http://www.ichigoan.com/img/sub_title.gif);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    width: 670px;
    height: 28px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    }
    
/*汎用キャッチ*/
.section h4{
    background-image: url(http://www.ichigoan.com/img/sub_title1.gif);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
        width: 670px;
    height: 28px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    }


/* フッター
---------------------------------------------------- */ 

#footer {/*footerブロック制御*/
    width: 760px;
    height: 15px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #333333;
    }


/*フッターロゴ*/
#footer img{
　  float: left;
    margin: 5px;
    }
    
/*フッターコピーライト*/
#footer .footer_copyright{
    font-size: 10px;
    text-align: right;
    vertical-align: bottom;
    margin: 8px 8px 0px 0px;
    }