@charset "Shift_JIS";

@import"../common/body.css";
@import"../common/footer.css";

div#index-wrapper {
	background-image:url(../../images/index/index.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width:954px;
	margin: 0px auto;
	text-align:center;
}

#mainbg{
	height: 550px;
	width: 954px;
	padding: 0px;
	margin: 0px;
}



#enter{
	margin:0 auto;
	padding-top: 414px;
	width: 100px;
	height: 26px;
}

#enter a{
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	width: 100px;
	height: 26px;
	background: url(../../images/index/btn_enter.gif) no-repeat;
}
div#enter a:link, div#enter a:visited{
	background-position: 0px 0px;
}
div#enter a:hover{
	background-position: 0px -26px;
}

p#attention{
	display:none;
}