@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/** skrd 2009.11.06
 * ---------------------------------
 * indexページ用コンフィグ
 * ---------------------------------
 */
body div {
	text-align: center;
}
#title h1 {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
#title {
	display: block;
	width: 900px;
	height: 513px;
	background-image: url(../files/index/title-02.jpg);
	background-repeat: no-repeat;
}
#title, #enter img {
	margin: 10px 0px;
}
#ninja {
	width: 900px;
}
#copylight hr, #ninja hr {
	clear: both;
	height: 1px;
	border: none;
	border-top: 1px #D3D3D3 solid;
}
#ninja #shinobi {
	margin-top: 10px;
	margin-bottom: 10px;
}

