/* ----------------------------------------------------
  ヘッダー
---------------------------------------------------- */
/*ヘッダー余白*/
.header_d01,
.header_d01 p{
  padding:0px;
}
/*キャッチコピー*/
.header_d01 h1{
  padding:2px 10px 0 0;
  color:#ffffff;
  font-size:100%;
  line-height:1.2;
  float: none;
}
/* ヘッダー背景画像 */
.header_d01 {
  background:#FFFFFF url(images/material/hdr_bg.jpg) no-repeat center top;
  height:auto;
}

/* ヘッダー高さ */
.header_1 {
    height: 100px;
}


/* ----------------------------------------------------
 フッター
---------------------------------------------------- */
/* フォントカラー */
.footer_d01 {
    color: #000000;
}


