body
{
	width: 100%;
	height: 100%;
}

#container
{
	width: 900px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

header.common_header
{
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.contents
{
	width: 100%;
	height: auto;
	top: 70px;
	bottom: 10px;
	position: absolute;
}

.contents > iframe
{
	width: 100%;
	height: 100%;
	border: none;
}
