@charset "EUC-JP";

#products_cont{
	width:960px;
	height: 610px;
	background-image: url(images/products.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 170%;
}
#products h1{
	width:960px;
	height: 100px;
	font-weight: bold;
	text-align: left;
	text-indent: -9999px;
}
#products_date h2{
	width: 960px;
	height: 70px;
	font-weight: bold;
	text-align: left;
	text-indent: -9999px;
}
#products_ditail_1{
	width: 960px;
	height: auto;
}
#products_ditail_2{
	width: 960px;
	height: auto;
	line-height: 14px;
}
#wrap_dvd{
	width: 390px;
	height: auto;
	text-align: left;
	float: left;
}
#wrap_bluray{
	width: 365px;
	height: auto;
	text-align: left;
	padding-left: 25px;
	float: left;
}
.space{
	width: 90px;
	height: 90px;
	text-align: left;
	float: left;
}
.img_pk{
	width: 100px;
	height: 137px;
	float: left;
}
.dvd{
	width: 390px;
	height: auto;
	text-align: left;
	float: left;
}
.txt_dvd{
	width: 275px;
	height: auto;
	padding-left: 15px;
	float: left;
}
.bluray{
	width: 365px;
	height: auto;
	text-align: left;
	float: left;
}
.txt_bluray{
	width: 250px;
	height: auto;
	padding-left: 15px;
	float: left;
}
a {
	font-size: 12px;
	color: #FF6666;
	text-decoration: underline;
}
a:hover{
	font-size: 12px;
	color: #FFCC66;
	text-decoration: underline;
}
.clear_b25{
	clear:both;
}
