/* トップページ */
div.BACK {
	background-image: url(../materials/top-back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	width:inherit; height:532px;
	left:auto; right:auto;
}
p {
	font-family: "Times New Roman";
	color: white;
	margin: 8px;
	padding: 0px;
}
p.INTRODUCTION {
	font-family: "ＭＳ Ｐゴシック", "Times New Roman";
	font-size: 16pt;
	letter-spacing: -1px;
	position: absolute; top:0px;
}
p.GUILDNAME {
	font-weight: bold;
	font-size: 72pt;
	position: absolute; top:100px;
}
p.GUILDNAME#shadowGN {
	color:gray;
	position: absolute; top: 105px; left: 13px;
}
p.GAMETITLE {
	font-size: 48pt;
	position: absolute; top: 300px; right: 0px;
}
p.GAMETITLE#shadowGT {
	color:gray;
	position: absolute; top: 300px; right: 3px;
}
p.RACE {
	font-size: 36pt;
	position: absolute; top: 475px;
}
p.RACE#shadowR {
	color:gray;
	position: absolute; top: 472px; left: 11px;
}
div.ENTRANCE {
	font-family: "Times New Roman";
	font-size: 24pt;
	position: fixed; bottom: 16px; right: 16px;
}
p.ATTENTION {
	font-size: 10pt;
	position: fixed; bottom: 0px; left: 0px;
}
img.BANNER {
	margin: 0px;
	padding: 0px;
	border: none;
}

