@charset "shift_jis";
/*============================================================
dvd Style
============================================================*/

.dvd #cts .inner{
	display:block;
	background:url(../images/dvd_ttl.gif) no-repeat left top;
/*	margin-left:9px;*/
/*	padding:22px 35px;*/
}
	.dvd h2{
		margin-bottom:13px;
	}
	.dvd #cts dl{
		margin-bottom:30px;
	}
	.dvd #cts .left{
		float:left;
		width:373px;
	}
	.dvd #cts .right{
		float:right;
		width:461px;
	}
		.dvd #cts .img{
			float:left;
			margin-right:10px;
		}
		.dvd #cts .left .img{
			width:193px;
		}
		.dvd #cts .right .img{
			width:181px;
		}
			.dvd #cts .img span{
				display:block;
				margin-bottom:5px;
			}
			.dvd #cts .img .caption{
				margin-bottom:0;
				font-size:75%;
				color:#858484;
			}
		.dvd #cts .left dt,
		.dvd #cts .right dt{
			margin-bottom:10px;
		}
		.dvd #cts .txt{
			float:right;
			font-weight:bold;
		}
		.dvd #cts .left .txt{
			width:170px;
		}
		.dvd #cts .right .txt{
			width:265px;
		}
		.dvd #cts .small{
			font-size:75%;
			font-weight:normal;
		}


#dvd_bnr{
		background:url(../images/dvd_bnr_bg.gif) no-repeat center top;
		width:500px;
 	margin:0 auto 30px;
		text-align:center;
}

#dvd_bnr a img{
	border:solid 1px #ccc;
}
#dvd_bnr a{
	border:solid 3px #fded2a;
	display:block;
	width:282px;
	margin:3px auto 0;
}
#dvd_bnr a:hover{
	border:solid 3px #ee486e;
}


/*============================================================
Print Style
============================================================*/

@media print{
}