@charset "utf-8";
/* CSS Document */


 body {
  background-image: url("img/back.jpg");
}


 .size_32 {
    font-size:  32px;    /* 文字サイズ指定 */
}
.size_24 {
    font-size:  24px;    /* 文字サイズ指定 */

}
.size_18 {
    font-size:  18px;    /* 文字サイズ指定 */
}

}
.size_14 {
    font-size:  14px;    /* 文字サイズ指定 */
}
 
.size_12 {
    font-size:  14px;    /* 文字サイズ指定 */
}


  .line_height40 {
    line-height: 40px;
}

  .line_height30 {
    line-height: 30px;
}

div.footer-sample {
    background-color:#333;
    height:70px;
    width:2400px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

div.copyright-sample {
    color: #ccc;
    font-size: 12px;
    line-height: 1.2em; 
}