@charset "UTF-8";

#content h2 {
  background-repeat: no-repeat;
  height: 25px;
  line-height: 1;
  text-indent: -5000px;
}

#content h2.pc { background-image: url("header/pc.png"); }
#content h2.consumer { background-image: url("header/consumer.png"); }
#content h2.cd { background-image: url("header/cd.png"); }
#content h2.dvdvideo { background-image: url("header/dvdvideo.png"); }
#content h2.book { background-image: url("header/book.png"); }
#content h2.figure { background-image: url("header/figure.png"); }
#content h2.etc { background-image: url("header/etc.png"); }

