@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#container {
	margin: auto;
	padding: 0px;
	width: 900px;
	position: relative;
}#portal {
	position: relative;
}
#portal h1 {
	font-size: 12px;
	color: #336600;
	text-align: center;
	font-weight: normal;
}
#portal p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 8px;
}
#view {
	position: absolute;
	left: 0px;
	top: 20px;
	margin: 0px;
	padding: 0px;
	height: 650px;
	width: 900px;
}
