@charset "UTF-8";
/* CSS Document */

#products_cont{
	width: 960px;
	height: auto;
	background-color: E17187;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#products_main{
	width: 960px;
	height: auto;
	background-image: url(images/products_main.jpg);
	background-repeat: no-repeat;
	background-color: #F7DDDA;
}
#products_main h1{
	height: 65px;
	font-weight: bold;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

/* common */

.box_1{
	width: 750px;
	height: auto;
	border-bottom: solid #EE8E99 1px;
	float: left;
}
.box_2{
	width: 750px;
	height: auto;
	float: left;
}
.jk_area{
	width: 235px;
	height: auto;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
	float: left;
}
.ditail_area{
	width: 400px;
	height: auto;
	float: left;
	line-height: 20px;
}
.notice{
	width: 750px;
	height: auto;
	font-size: 10px;
	line-height: 12px;
}

/* DVD */

#dvd_area{
	width: 750px;
	height: 740px;
	margin-top: 115px;
	margin-left: auto;
	margin-right: auto;
}
#dvd_title{
	width: 750px;
	height: 30px;
	background-image: url(images/title_01.jpg);
	text-align: left;
	text-indent: -9999px;
}

/* Bluray */

#bd_area{
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#bd_title{
	width: 750px;
	height: 30px;
	background-image: url(images/title_02.jpg);
	text-align: left;
	text-indent: -9999px;
}

/* rental */

#rental_area{
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#rental_title{
	width: 750px;
	height: 30px;
	background-image: url(images/title_03.jpg);
	text-align: left;
	text-indent: -9999px;
}

/* novel */

#novel_area{
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#novel_title{
	width: 750px;
	height: 30px;
	background-image: url(images/title_04.jpg);
	text-align: left;
	text-indent: -9999px;
}


/* shopping */

.go_shop a{
	width: 130px;
	height: 25px;
	background-image: url(images/btn_go_shop.jpg);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	background-position: 0px 0px;
	margin-top: 10px;
}
.go_shop a:hover{
	background-position: 0px -25px;
}

/* text */

.ditail_title{
	font-size: 19px;
	color: #CC566C;
	font-weight: bold;
	line-height: 30px;
}
.ditail_date{
	font-size: 15px;
	font-weight: bold;
	color: #996666;
	line-height: 22px;
}
