@charset "shift_jis";
/* CSS Document */

body{
 background-color:#FFFFFF;
 background-image:none;
 background-repeat:repeat-x;
 padding:0px;
 margin:0px;
 font-size:14px;
 font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

A:link { color: red;}
A:visited { color: red; }
A:active { color: red; }
A:hover { color: red; }


.out-box{
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	text-align:center;
}
.in-box{
	width:800px;
	position:relative;
}
.release-date{
	width:800px;
	text-align:right;
}

.button-top{
	text-align:right;
	margin-right:20px;
}

.footer{
	margin-left:0px;
	margin-right:0px;
	font-size:15px;
	font-weight: bold;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
.footer .copyright{
	float:left;
	line-height:42px;
}
.footer .button{
	float:right;
}

.clr{
	clear:both;
	line-height:0px;
}
