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

body.streamBg{
  background:url(../images/top/visual/stream/bg.jpg) no-repeat center top;
}
div#streamArea{
  width:980px;
  margin:0px auto;
}
div#streamHeader h1{
  display:none;	
}
div.catchArea{
  width:100%;
  background:url(../images/top/visual/stream/catch.jpg) #ff9900 no-repeat center top;
  height:260px;
}
div.catchArea p{
  text-indent:-9999px;
}
div.catchArea p a{
  widht:980px;
  height:260px;
  display:block;
}

div.bnrArea{
  width:980px;
  margin:0px auto;
  padding:30px 0;
}
ul.bnrList li{
  float:left;
  padding:0 10px;
}
div.streamFooter{
  background:#66cc00 !important;
  clear:both;
}