@charset "shift_jis";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	margin:0px;
	padding:0px;
	color:#fff;
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic";
	background-color: #FFF;
}
img {
	border:0px;
}
p {
	padding:0px;
	border:0px;
}


.horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	display: block;
}

.wrapper {
	position: absolute;
	text-align: left;
	margin-left: -500px;
	left: 50%;
	top: -380px;
	width: 1000px;
	height: 700px;
	
}
.main {
	height: 700px;
	width: 1000px;
	position: absolute;
}
.bg {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	background-image: url(images/back_02.gif);
	background-repeat: no-repeat;
	background-position: 580px center;
}
