/* CSS Document */

#main-visual {
}

#slidebox {
	position:absolute;
	height: 280px;
	width: 800px;
	left: 30px;
	top: 23px;
}


#imageContainer {
	position:relative;
	margin:auto;
	width:800px; /*画像の横幅*/
	border:none; /*画像のまわりのボーダー*/
}

#imageContainer img {
display:none;
position:absolute;
top:0; left:0;
}
