@charset "utf-8";

/* ========================================================
	index.css => indexページ用CSS
======================================================== */

html,body{
	height:100%;
}
#wrapper{
	height:100%;
	background:url(../../img/top/topwrap.jpg) no-repeat bottom right;
	}

#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
	background-color:#000000;
}

/*-------------------------------------------------------------------------
								footer
-------------------------------------------------------------------------*/

#footer{
	position:absolute;
	top:708px;
	left:191px;
	margin:0;
	}
