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


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

#slider_wp {
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	height: 450px;
	display: block;
	background: url(../../img/ajax/img_bg.jpg) repeat-x center;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}

#slider {
	width: 1200px;
	height: 450px;
	top: 0px;
	left: 50%;
	margin-left: -600px;
	position: absolute;
	background: url(loader.gif) no-repeat center;
}

#slider img {
	width: 1200px;
	height: 450px;
	position: absolute;
	top: 0px;
	left: 0px;
}