@charset "UTF-8";

/* フッターエリアのスタイルを定義 */

#footer {
  position: absolute;
  bottom: 0px;
  height: 123px;
  width: 940px;
  margin: 0 auto;
  padding: 12px 5px 0;
  *z-index: -1;
}

#footer #borderline {
  background-image: url("../images/footer_wline.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}

#footer #copyright {
  padding: 10px 2px;
  font-size: 100%; /* スタイル定義変更申込項目_G39セルとリンク */
  font-weight: normal; /* スタイル定義変更申込項目_H39セルとリンク */
  color: #333300; /* スタイル定義変更申込項目_I39セルとリンク */
}

#footer #serviceinfo {
  background-image: url("../images/footer_ifb_u.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 10px;
  _overflow: hidden;
  _width: 940px;
  font-size: 100%; /* スタイル定義変更申込項目_G40セルとリンク */
  font-weight: normal; /* スタイル定義変更申込項目_H40セルとリンク */
  color: #003300; /* スタイル定義変更申込項目_I40セルとリンク */
}

#footer #serviceinfo span {
  background-image: url("../images/footer_ifb_t.png");
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  line-height: 1.3;
  padding: 10px 0 0 10px;
  _overflow: hidden;
  _width: 940px;
}
