body {
	background-color: #2c3793;
	color: #FFF;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
img {
    max-width: 100%;
    height: auto;
}
table {
	width: 100%;
	text-align: center;
}
a:link {
	color: #F90;
}
a:visited {
	color: #FC0;
}
a:hover { color: #ff0000; }
a:active { color: #ff8000; }

