@charset "euc-jp";
body {
	background-image: url(../images/index/boby_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#center_div {
	background-image: url(../images/index/main_back.jpg);
	background-repeat: no-repeat;
	height: 786px;
	width: 708px;
	position: absolute;
	left: 50%;
	margin-left: -354px;
}
#center_div #relative_point {
	position: relative;
	text-align: left;
}

#center_div #relative_point #about {
	position: absolute;
	left: 77px;
	top: 425px;
}
#center_div #relative_point #whats_new {
	height: 49px;
	width: 565px;
	position: absolute;
	left: 76px;
	top: 337px;
	overflow:auto;
}
#center_div #relative_point #whats_new p {
	line-height: 150%;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}




a#button1{
	display:block;
	background-image: url(../images/index/button_1.jpg);
	height: 120px;
	width: 120px;
	text-indent: -2000px;
	background-position: 300px 300px;
	background-repeat: no-repeat;
	position: absolute;
	left: 75px;
	top: 458px;
}
a#button1:hover{
	background-position: top right;
}

a#button2{
	display:block;
	background-image: url(../images/index/button_2.jpg);
	height: 120px;
	width: 120px;
	text-indent: -2000px;
	background-position: 300px 300px;
	background-repeat: no-repeat;
	position: absolute;
	left: 220px;
	top: 458px;
}
a#button2:hover{
	background-position: top right;
}

a#button3{
	display:block;
	background-image: url(../images/index/button_3.jpg);
	height: 120px;
	width: 120px;
	text-indent: -2000px;
	background-position: 300px 300px;
	background-repeat: no-repeat;
	position: absolute;
	left: 370px;
	top: 456px;
}
a#button3:hover{
	background-position: top right;
}

a#button4{
	display:block;
	background-image: url(../images/index/button_4.jpg);
	height: 120px;
	width: 120px;
	text-indent: -2000px;
	background-position: 300px 300px;
	background-repeat: no-repeat;
	position: absolute;
	left: 514px;
	top: 458px;
}
a#button4:hover{
	background-position: top right;
}
a#button5{
	display:block;
	background-image: url(../images/index/button_5.jpg);
	height: 120px;
	width: 120px;
	text-indent: -2000px;
	background-position: 300px 300px;
	background-repeat: no-repeat;
	position: absolute;
	left: 75px;
	top: 615px;
}
a#button5:hover{
	background-position: top right;
}
a#button6{
	display:block;
	background-image: url(../images/index/button_6.jpg);
	height: 120px;
	width: 120px;
	text-indent: -2000px;
	background-position: 300px 300px;
	background-repeat: no-repeat;
	position: absolute;
	left: 220px;
	top: 615px;
}
a#button6:hover{
	background-position: top right;
}

a#button7{
	display:block;
	background-image: url(../images/index/button_7.jpg);
	height: 120px;
	width: 120px;
	text-indent: -2000px;
	background-position: 300px 300px;
	background-repeat: no-repeat;
	position: absolute;
	left: 370px;
	top: 614px;
}
a#button7:hover{
	background-position: top right;
}

a#button8{
	display:block;
	background-image: url(../images/index/button_8.jpg);
	height: 120px;
	width: 120px;
	text-indent: -2000px;
	background-position: 300px 300px;
	background-repeat: no-repeat;
	position: absolute;
	left: 514px;
	top: 614px;
}
a#button8:hover{
	background-position: top right;
}


#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 651px;
	position: absolute;
	top: 787px;
	margin: 0px;
	padding: 0;
	left: 27px;
}

#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 0px; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 11px;
	line-height: 11px;
}
#footer a{
	text-decoration: none;
	color: #444444;
}

