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


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

#slider_wp {
	width: 100%;
	height: 500px;
	display: block;
	background: url(loader2.gif) no-repeat center;
	position: relative;
}
#slider2_wp {
	width: 100%;
	height: 240px;
	display: block;
	background: url(loader2.gif) no-repeat center;
	position: relative;
}
#slider {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	position: relative;
	background: url(loader.gif) no-repeat center;
}
.sider_w {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#slider img {
	height: 500px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -1000px;
}