/* 過去ログメッセージ表示用 */

body{
	margin-bottom:6em;
}

#FOOTER{
	position:fixed;bottom:0em;right:0em;
	background-color: rgba(210,255,255,0.9);
	text-align:right;width:100%;
	border-top:1px solid gray;
}


h1{
	white-space: nowrap;
	margin-left:2em;
	}

pre{
	background-color: rgba(220,255,255,0.8);
	margin-left:3em;margin-right:3em;padding:0em 2em 2em 2em;
	}

#HEADLINE{
	text-align:center;
	white-space:nowrap;
	font-size:1.2em;
	font-weight:bold;
	}