@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #247CB6;
}

a:link {
	text-decoration: none;
	color: #3885C7;
}
a:visited {
	text-decoration: none;
	color: #3885C7;
}
a:hover {
	text-decoration: underline;
	color: #FF9966;
}
#box {
	padding: 10px;
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #606060;
	line-height: 22px;
	text-align: left;
}
h1 {
   font-size: 14px;
   color: #606060;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   text-align: center;
}
.img1 {
   text-align: center;
   border: none;
   margin-bottom: 10px;
}
p {
   text-align: center;
   margin-top: 10px;
}
