
/* フォント */
body {
	background: #008000;
}

body,td,th {
	font-family: "MS UI Gothic", Osaka, "ＭＳ Ｐゴシック";
	font-size:14px;
}

/* リンク */
a { text-decoration: none; }
a:link { text-decoration: none;}
a:visited { text-decoration:none; color:#990000; }
a:hover   { text-decoration:underline; color:#FF0000; }
a:active  { text-decoration:none; color:#3399FF; }

/* 投稿フォーム */
input {
	border: 1px solid black;
	background-color: skyblue;
	color: black;
	font-size:10pt;
}

/* 小さい文字 */
small { font-size: 10pt; }

#score {
	width: 650px;
	background: #FFFFFF;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px #000000 solid;
}

#score th {
	background: #87CEEB;
	white-space: nowrap;
}
#score th,
#score td {
	border: 1px #000000 solid;
	padding: 5px;
}
