@charset "UTF-8";

.dvd_info{
	width:475px;
	float:right;
}
.dvd_info p{
	margin:0.5em 0 0.8em;
}

.dvd_sp{
background: #9d7200;
color:#fff;
padding: 5px 8px;
margin:8px 0;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
behavior: url(../js/vendor/pie.htc);
}
.dvd_sp h3{
	float:left;
	margin-right:3px;
}
th{
	font-weight:normal;
	padding-right:0.8em;
}

.dvd_pkg{
	width:400px;
	float:left;
	text-align:center;
	_zoom:1;
}
.dvd_pkg:after{
	content:".";clear:both;height:0;display:block;visibility:hidden;
}
.dvd_pkg article{
	width:50%;
	float:left;
}

#dvd01_btn{
	display:block;
	margin:3px 0;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
	width:193px;
	height:54px;
	background:url(../images/dvd/dvd_btn.gif) no-repeat 0 0;
}
#dvd01_btn:hover{
	background:url(../images/dvd/dvd_btn.gif) no-repeat 0 -54px;
}
#dvd02_btn{
	display:block;
	margin:3px 0;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
	width:193px;
	height:54px;
	background:url(../images/dvd/dvd_btn.gif) no-repeat -194px 0;
}
#dvd02_btn:hover{
	background:url(../images/dvd/dvd_btn.gif) no-repeat -194px -54px;
}
