@charset "utf-8";
.tit1{
  background-image : url(../img_dvd/tit1.png);
  background-repeat : no-repeat;
  height : 60px;
}
.dvd2{
  float : right;
  margin-left : 10px;
}
.enqsp{
  margin-left : 20px;
  margin-top : 20px;
  width : 460px;
  height : 110px;
  margin-bottom : 40px;
}
ul#enq1{
  list-style:none;
  margin:0;
  padding:0;
}
ul#enq1 li{
  list-style:none;
  float:left;
  width:460px;
}
ul#enq1 a{
  display:block;
  width:460px;
  height:110px;
  background-image : url(../img_dvd/enq1.jpg);
}
ul#enq1 a span{
  display:none;
}
a.enq{
  background-position:0px 0px;
}
a:hover.enq{
  background-position:-460px 0px;
}