/*  ページの基本デザインCSS  */

body	{
	background-color:#42425A;
	text-align: center;
	margin:0px;
	padding:0px;
	}
.black{
	width:100%;
	height: 80px;
	margin: 0px;
	background-color:#101010;
	text-align:left;
	}
.contents
	{
	background-color:#42425A;
	background-image: url(../img/enter_bac2k.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right;
	width:100%;
	height:65%;
	margin: 0px;
	padding:0px;
	text-align: left;
	}
.plate{
	padding-top:20%;
	width:50%;
	height:100%;
	text-align:center;
	color:#f5f5f5;
	font-size:12px;
	}
.bblack{
	width:100%;
	margin: 0px;
	background-color:#101010;
	text-align:left;
	}
address	{
	padding-top:20px;
	color:#ffffff;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	height:20px;
	margin-bottom:0px;
	}