@charset "UTF-8";
/* CSS Document */

.nakamoto {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color: #e3dccc;
	background-position: center top;
}
.top {
	background-position: center bottom;
	padding-bottom: 0px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
	padding-top: 0px;
	top: 50px;
	background-repeat: no-repeat;
	width: 800px;
	background-color: #e3dccc;
	background-image: url(../image/top.jpg);
}
.main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-top: 0px;
	background-position: center top;
	left: 0px;
	top: 0px;
	padding-left: 0px;
	background-image: url(../image/main.jpg);
	height: 572px;
}
.under {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	clip: rect(auto,auto,auto,auto);
}

