@charset "iso-2022-jp";

body {
	background-color:#00b0e7;
	padding:0;
	margin:0;
	}
address, h1, p#p-copy {
	position:absolute;
	left:-999px;
	width:700px;
	font-size:1px;
	}

div#bx-dvd {
	position:relative;
	width:640px;
	height:640px;
	background-image:url(img/bg_dvd.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 auto;
	}

p#p-close {
	position:absolute;
	left:600px;
	top:2px;
	margin:0;
	}
p#p-close a {
	display:block;
	font-size:2px;
	text-indent:-9999px;
	width:38px;
	height:38px;
	}
p#p-close a:hover {
	background-color:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	}