@charset "shift-jis";

/* =======================================

	CommonElements

======================================= */
#container {
	width: 100%;
	text-align: center;
}

#viewer {
	margin: 0 auto;
	width: 900px;
	height: 400px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}