@charset "utf-8";
html{
	 overflow-y:scroll;
}
/* body設定 */
body {
	margin:0; 
	padding:0;
	line-height:1.4;
	color:#333;
	font-family:Arial, sans-serif;
	font-size:0.9em;
	background-color:#000000;
	background-image:url(../img/back.png);
	background-repeat: repeat-x;
	background-position: left top;
}


/*ナビゲータ*/
.nav {
	padding: 0 20px;
	margin: 0 auto 60px;
	font-size: 100%;
	background: #555;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 6;
	display:none; 
}
.nav li {
	list-style: none;
	float: left;
}
.nav li a {
	text-decoration: none;
	color: #fff;
	padding: 8px 12px;
	display: block;
}
.nav li a:hover {
	background: #666;
}

/* 親コンテナ設定 */
.enter { 
	margin-top:50px;
 	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	width:800px;
	padding:0px;
 	position: relative;
}
#topimg_bottom { 
	top:0px;
 	left:0px; 
}
#topimg_top { 
	position: absolute;
	top:0px;
 	left:0px; 
}



/* レイアウト用コンテナ */
.layout { 
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	width:800px;
 	padding:0px;
 	display:none; 
}

/* コンテンツ */
.content_box { 
	margin-top:50px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	text-align:center;
	width:800px;
}

h1 {
	text-align: center;
}

P1 {
	text-align: center;
}

P2 {
	font-size:2em;
}

table {
	margin-left:auto;
	margin-right:auto;
}

#cr {
	margin-bottom:280px;
}
