@charset 'UTF-8';

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	color: #ffffff;
	background-color: #000000;
	background-image: url("images/back.png");
	background-repeat: repeat-x;
}

#main_top {
	position: relative;
	text-align: center;
	height: 1600px;
}

#main_top img {
	position: absolute;
	border: 0px;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 240px;
	margin: -120px 0 0 -400px;
}

#main_center {
	text-align: center;
	height: 240px;
	margin-top: -120px;
}

#main_bottom {
	position: relative;
	text-align: center;
	height: 1600px;
	margin-top: -120px;
}

#main_bottom img {
	position: absolute;
	border: 0px;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 240px;
	margin: -120px 0 0 -400px;
}

#main_logo {
	position: relative;
	text-align: center;
	height: 1600px;
}

#main_logo img {
	position: absolute;
	border: 0px;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 300px;
	margin: -150px 0 0 -320px;
}
