body {
    background-image : url(http://www.gew.co.jp/blog/boss/cork.jpg);
                                      /* ページ全体の背景画像をcork.jpgにする */
    background-position : left top;   /* 背景画像を左上から表示する */
    background-repeat : repeat;       /* 背景画像を繰り返し表示する */
}
.layout-wtt #content-inner,
.layout-twt #content-inner,
.layout-wt #content-inner,
.layout-tw #content-inner {
     background-position : left top;   /* 背景画像を左上から表示する */
    background-repeat : repeat;       /* 背景画像を繰り返し表示する */
    margin-top : 0;                   /* 上端のmarginをなくす */
    margin-bottom : 0;                /* 下端のmarginをなくす */
    padding-top : 20px;               /* 上端のmarginの代わりにpaddingを入れる */
    padding-bottom : 30px;            /* 下端のmarginの代わりにpaddingを入れる */
}
#header {
    height : 200px;                   /* ヘッダー画像の高さ */
    background-image : url(http://www.gew.co.jp/blog/boss/header.jpg);
                                      /* ヘッダー画像をheader.jpgにする */
    background-position : left top;   /* 背景画像をヘッダーの左上から表示する */
    background-repeat : repeat;       /* 背景画像を繰り返し表示する */
    border-top : 0;                   /* 上の罫線を消す */
    margin-top : 0;                   /* 上のmarginをなくす */
    margin-bottom : 0;                /* 下のmarginをなくす */
    padding-top : 0;                  /* 上のpaddingをなくす */
    padding-bottom : 0;               /* 下のpaddingをなくす */
}
#header-inner {
    height : 200px;                    /* ヘッダー内部の高さを200ピクセルにする */
    margin-top : 0;                    /* 上のmarginをなくす */
    margin-bottom : 0;                 /* 下のmarginをなくす */
    padding-bottom : 0;                /* 下のpaddingをなくす */
    background-color : transparent;    /* 背景色を透明にする */
}
#footer {
    background-image : url(http://www.gew.co.jp/blog/boss/footer.jpg);
                                      /* 背景画像をfooter.jpgにする */
    background-position : left top;   /* 背景画像をフッターの左上から表示する */
    background-repeat : repeat;       /* 背景画像を繰り返し表示する */
}
#content {
    margin-top : 0;                   /* 上のmarginをなくす */
    padding-top : 0;                  /* 上のpaddingをなくす */
    padding-bottom : 0;               /* 上のpaddingをなくす */
}
