#ninsyou {
	width: 900px;
	height: 830px;
	position: relative;
	margin: 0px auto;
}
h1 {/*サイト名の明記*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	width: 600px;
	height: 22px;
	margin: 0px 0px 0px;
	position: absolute;
	text-align: left;
}
/*------------------------------------------------------
認証
------------------------------------------------------*/
* {
	font-family: "HG丸ゴシックM-PRO", "ＤＦＰ太丸ゴシック体";
	font-size: 12px;
	line-height: 20px;
	color: #CCCCCC;
	margin: 0px;
}
a {
	color: #CCCCCC;
}
a:hover {
	color: #FF3333;
}

#imagebg {
	width: auto;
	height: 980px;
	background-image: url(img/line.jpg);
	background-repeat: repeat-x;
}
#mainbg {
	width: 900px;
	height: 490px;
}
#r18 {
	width: 900px;
	height: 50px;
	background-image: url(img/r18.jpg);
	background-repeat: no-repeat;
	font-family: "HG丸ゴシックM-PRO", "ＤＦＰ太丸ゴシック体";
	font-size: 12px;
	color: #663300;
	line-height: 50px;
	text-align: center;
}
#button_all {
	width: 900px;
	height: 140px;
	position: relative;
}
#enter {
	width: 190px;
	height: 50px;
	position: absolute;
	top: 30px;
	left: 249px;
}
#exit {
	width: 190px;
	height: 50px;
	position: absolute;
	top: 30px;
	left: 461px;
}
/*------------------------------------------------------
フッター
------------------------------------------------------*/
#heven {
	width: 450px;
	height: 40px;
	margin: auto;
	position: relative;
}
	#heven #mark {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#heven #mess {
		width: 400px;
		height: 40px;
		position: absolute;
		top: 0;
		left: 50px;
		text-align: left;
		color: #666;
	}
#footer {
	width: 900px;
	height: 298px;
	background-image: url(img/footer.jpg);
	text-align: right;
	position: relative;
}
#Copyright {
	width: 350px;
	height: auto;
	font-family: "HG丸ゴシックM-PRO", "ＤＦＰ太丸ゴシック体";
	font-size: 12px;
	color: #663300;
	line-height: 24px;
	text-align: right;
	position: absolute;
	top: 115px;
	left: 545px;
}
	
