body {
	background:#113355; /* 背景色 */
	color:#ccc; /* 文字色 */
	font-size:95%; /* 全体の文字サイズ */
	line-height:1.3;
}
/* エラーメッセージ */
.error {
	color:#f00;
	font-weight:bold;
}


h1 { font-size:120%; } /* タイトル */

big {font-size:150%;} /* 大きな文字 */
small {font-size:75%;} /* 小さな文字 */
ul {font-size:90%;} /* 説明文 */

/* リンク */
a:link {color:#fff;}
a:visited {color:#fff;}
a:active {color:#ff0;}
a:hover {color:#ff0;}

.head {margin:0;white-space:nowrap;}
.copyright {
	margin-top:1em;
	border-top:solid 1px #999;
	padding-top:0.5em;
	font-size:85%;
	text-align:center;
	font-family:monospace;
}
hr {
	clear:both;
}
table {
	font-size:80%; /* 全体の文字サイズ */
}

