@charset "UTF-8";
/* CSS Document */

#imageContainer {
	position: relative;
	margin: auto;
	width: 260px; /*画像の横幅*/
	height: 211px;
}

#imageContainer img {
	display: none;
	position: absolute;
		top:0;
		left:0;
}

#imageContainer {
	height: 310px;
}

