html,body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#hitarea {
	margin:10px 10px 8px;
	background:blue;
	color:#fff;
	line-height:200px;
	/* テキスト選択させない */
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	/* windows8のスワイプ動作を禁止 */
	-ms-touch-action:none;
}
#eventname {
	margin: 0 0 8px;
}
