@charset "utf-8";
#container {
	background-image: url(../img/bg_omoi.png);
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}

/* CSS Document */

#omoi {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#omoi dl dt {
	font-family: noto_m;
	font-size: 24px;
	color: #D2D921;
	text-align: center;
}
#main_img {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FFF;
	margin-top: 20px;
}
#omoi dl {
	margin-bottom: 30px;
}

#omoi dl dd {
	text-align: center;
}

#bn_mn {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	background-color: #966;
	display: block;
	margin-top: 20px;
}
