/* メインページ */
body {
	letter-spacing: 2px;
}
div.MENU {
	z-index: 255;
	width: 160px;
	position: fixed; top: 16px; left: 16px;
	background: #000033;
}
div.CONTENTS {
	z-index: 200;
	background: #000000;
	position: absolute; top: 16px; left: 200px;
	margin-right: 16px;
	width: 780px;
}
div.ITEM {
	background: #000000;
	position: absolute; top: 16px; left: 16px;
	margin-right: 16px;
}
div.CONTENT {
	margin: 16px;
	background: #000033;
}
p {
	font-family: "ＭＳ Ｐゴシック", "Times New Roman";
	margin: 8px;
	padding: 0px;
}
p.GUILDNAME {
	font-family: "Times New Roman";
	text-align: center;
	font-size: 48pt;
	font-weight: bold;
	line-height: 1;
}
p.MENUTITLE {
	text-align: center;
	font-weight: bold;
}
p.CONTENT_TITLE {
	text-align: center;
	font-size: 20pt;
}
