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


/* 変更箇所 各スタイルのwidth、heightのみでOK!! */

#slider_wp {
	width: 100%;
	height: 500px;
	display: block;
	background: url("loader2.gif") no-repeat center;
}

#slider {
	width: 994px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	background: url("loader.gif") no-repeat center;
}

#slider img {
	width: 994px;
	height: 500px;
	position: absolute;
	top: 65px;
	left: 0px;
}