@charset "UTF-8";

/*---------------------------------------------

DVD Page CSS

for eigo820.com
coded by d-spica at 2008-10-24
linked to "/dvd/&page-name.html"

---------------------------------------------*/

 
@import url(default.css);
@import url(common.css);


div#navigation div#category-nav ul li.dvd span {
  background: url(../img/common/nv-category.png) no-repeat -180px -66px;
}

div#contents h1.page-title {
  background: url(../img/lower/bg-h1-dvd.png) no-repeat;
}

body.category div#main div.section {
  float: left;
  overflow: hidden;
  margin: 5px;
  padding: 10px;
  width: 250px;
  display: inline; /* for IE */
}

* html body.category div#main div.section {
  margin-right: 2px;
}

body.category div#main div.section .sb-border {
  background: #B7E688;
}
  
body.category div#main div.section .sb-inner {
  background: #FFF;
}


body.category div#main div.section h2 {
  margin-left: 0;
  padding: 0 0 0 12px;
  height: auto;
  background: url(../img/common/mk-list.png) no-repeat 0 0.3em;
  line-height: 1.2;
  font-size: 108%;
}

body.category div#main div.section h2 a {
  color: #36F;
}

body.category div#main div.section h2 a:visited {
  color: 39F;
}

body.category div#main div.section img.entry-thumbnail {
  float: left;
  margin-right: 10px;
  display: inline; /* for IE */
}

