@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:-16px;
    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");
  }
  #special01 h4 ,
  #special01 h4 span {
    width:659px;
  }
  #special01 h4 span {
    background-image:url("./images/h4_sp_1.jpg");
  }
  #special02 h4{
    height:50px;
  }
  #special02 h4 span {
    height:50px;
    background-image:url("./images/h4_sp_2.jpg");
  }
  .exp {
    width:660px;
    overflow:hidden;
  }
  .exp .ss1,
  .exp strong{
    display:block;
    float:left;
  }
  .exp strong{
    width:360px;
  }
  .exp .ss2{
    float:right;
  }
#event {
  background-image:url("./images/bg_event.jpg");
}
#event h2 span{
  background-image:url("./images/bg_event.jpg");
}

