@charset "UTF-8";

@import "common/layout.css";

/*-------------------------------------------------------------------------
	Intro
/*-----------------------------------------------------------------------*/


body {
	color: #fff;
	font-size: 80%;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	background-position: center center;
	background-image: url(../img/intro/wht.png);
}


.all {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}




#siteimage {
	margin: 0px auto 0 auto;
	padding: 0px;
	overflow:hidden;
	width:100%;
    position:relative;
    height:700px;
	background-color: #fff;
}
	#siteimage #view {
		position: absolute;
		width:1200px;
		height:700px;
		top:0;
		left:50%;
		overflow:hidden;
		margin:0 0 0 -600px;
	}
           #view { position:relative; width:1200px; height:700px; }
            #view img { position:absolute; top:0; left:0; z-index:8; }
            #view img.active { z-index:10; }
            #viewimg.last-active { z-index:9; }