@charset "UTF-8";
body,td,th {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: medium;
	color: #333;
}
body {
	background-color: #CCC;
}
a:link {
	color: #30C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #939;
}
a:hover {
	text-decoration: none;
	color: #F96;
}
a:active {
	text-decoration: none;
	color: #FF3;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
p {
	font-size: x-small;
}
#container {
	width: 800px;
	height: 609px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

