@charset "utf-8";
#contents {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/contents_bg.jpg);
	height: 100em;
}
#contents #iframe {
	padding-top: 20px;
}
#contents #text1 {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
	clear: both;
	margin-top: 20px;
	text-align: center;
	background-color: #FFFFFF;
	width: 55%;
	margin-left: 30%;
}

#contents #caution {
}


hr {
	color: #0000FF;
	clear: both;
	margin-top: 10px;
}

