@charset "utf-8";

#main {

	text-align: center;

	width: 800px;

	margin-top: 100px;

	margin-left: auto;

	height: 400px;

	background-repeat: no-repeat;

	background-position: center bottom;

	margin-right: auto;

}

#main img {

	margin-bottom: 20px;

}

#main p {

	font-family: "メイリオ", " ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

	font-size: 24px;

	color: #4374A6;

	margin-top: 10px;

	text-align: center;

	font-weight: bold;

}

