@charset "UTF-8";

/* --------------------------------------------------------

 ホーム /index

-------------------------------------------------------- */

html, body#home {
	margin:0; padding:0;
	height:100%;
}
#home #floater {
	position:relative;
	float:left;
	height:50%;
	margin-bottom:-300px;
	width:1px;
}
#home #wrapper {
	position:relative;
	clear:left;
	width:950px;
	min-height: 600px;
	_height: 600px;
	padding: 0px;
	margin:0 auto;
}
