@charset "utf-8";

/* dvd styles */

#content {
	padding-top: 22px;
}
#content-inner {
	background-image: url(../image/shared/content_bg.gif);
	background-repeat: repeat-y;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4a0205;
}

/* タイトル ここから */
#title {
	background-image: url(../dvd/image/title.gif);
	background-repeat: no-repeat;
	width: 730px;
	min-height: 125px;
	margin-bottom: 12px;
}
*html #title {
	height: 125px;
}
#title h1 {
	overflow: hidden;
	height: 0px;
}
/* タイトル ここまで */
/* DVDBOX ここから */
.dvdBox {
	width: 619px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ede5e6;
}
#dvdBoxLast {
	border-bottom-style: none;
}
.dvdBox .dvdBoxLeft {
	width: 296px;
	padding-right: 27px;
	padding-bottom: 15px;
	vertical-align: top;
}
.dvdBox .dvdBoxRight {
	width: 296px;
	padding-bottom: 15px;
	vertical-align: top;
}
.dvdBox h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.dvdBox .dvdImage {
	float: left;
	width: 95px;
}
.dvdBox .dvdText {
	float: left;
	width: 201px;
}
.dvdBox .dvdText p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 2px;
}
.dvdBox  .dvdText  span  {
	display: none;
}
.dvdBox .dvdText .dvdTime {
	background-image: url(../dvd/image/time.gif);
	background-repeat: no-repeat;
	text-indent: 58px;
}
.dvdBox .dvdText .dvdSyutsuen {
	background-image: url(../dvd/image/syutsuen.gif);
	background-repeat: no-repeat;
	text-indent: 34px;
}
.dvdBox .dvdText .dvdPrice {
	background-image: url(../dvd/image/price.gif);
	background-repeat: no-repeat;
	text-indent: 36px;
}
.dvdBox .dvdText ul,
.dvdBox .dvdText ul li {
	font-size: 0px;
	line-height: 0px;
	list-style-type: none;
}
.dvdBox .dvdText ul li a {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	background-image: url(../dvd/image/buy.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 132px;
	margin-top: 6px;
}
.dvdBox .dvdText ul li a:hover {
	background-position: 0px -19px;
}
