@charset 'UTF-8';
/*------------------------------------
  Coder: macky
  Date : 2008/11/05
  Msg  : ブラウザのスタイルリセット
------------------------------------*/
@import '../default.css';
#wrapper{
  background-image:url("./images/bg_body.jpg");
}
  #header h1 {
    top:13px;
    left:-30px;
    width:268px;
    height:152px;
    line-height:152px;
  }
  #header h1 span{
    width:268px;
    height:152px;
    background:url("./images/logo.png") no-repeat top left;
  }
  #container .specialArticle{
    background-image:url("./images/bg_sp_article.jpg");
  }
  #container .specialArticle h3{
    background-image:url("./images/bg_sp_article.jpg");
  }
  #special01 h3 span {
    background-image:url("./images/label_sp_1.png");
  }
  #special02 h3 span {
    background-image:url("./images/label_sp_2.png");
  }
  #special03 h3 span {
    background-image:url("./images/label_sp_3.png");
  }
  
  #special01 h4 span {
    background-image:url("./images/h4_sp_1.jpg");
  }
  #special02 h4{ height:42px; }
  #special02 h4 span {
    height:42px;
    background-image:url("./images/h4_sp_2.jpg");
  }
  #special03 h4 span {
    background-image:url("./images/h4_sp_3.jpg");
  }

#event {
  background-image:url("./images/bg_event.jpg");
}
#event h2 span{
  background-image:url("./images/bg_event.jpg");
}
