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


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

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

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

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

#slider_wp h2.txt01  {
	background:url(../../img/mainimage_bg.png) no-repeat center;
	height:600px;
	text-indent:-9999px;
	position: relative;
	z-index: 2000;
}
