/* --- COCフォント ---*/
@font-face {
	font-family: CoCFont;
	src: url(http://rensendan.jp/font/coc.ttf);
}

html, body, main {
	height: 95%;
}

body
{
	margin: 10px 10px 10px 10px;
	font-family: CoCFont, 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;

	background-color: #292452;	/* 背景：RENSENDAN COLOR */
	color: #ffffff;				/* 文字：White */
	text-align : center;

	

}

main
{
	position: relative;
}

div
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 0px;
	margin-top: 0px;
}

p.AniMes
{
	font-size: 40px;
}
