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


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

#slider_wp {
	width: 100%;
	display: block;
	background: url(../../img/ajax/img_bg.jpg) repeat-x center;
}

#slider {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: url(loader.gif) no-repeat center;
}

#slider img {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
}

.fix_box{
	position:relative;
	z-index:1000;
}
.img_fix {
	position:relative;
	z-index:9999;
}