@charset "UTF-8";
/**********************************************************************

NatureWay　Labra Paris
[ css/index.css ]

**********************************************************************/



/* 目次
-------------------------------------------------
	・
------------------------------------------------- */

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	background: url(../images/top/Wrapper_bg.jpg) #F5DCE9 left top repeat-x;
	text-align: center;
}

div#Top_raceArea {
	width: 100%;
	position: fixed;
	position: absolute;
	top:0px;
	left:0px;
	z-index: -1;
	}

div#Bottom_raceArea {
	width: 100%;
	position: fixed;
	position: absolute;
	bottom:-3px;
	left:0px;
	z-index: -1;
	}

div#headerArea{width:100%;
margin:0 auto;}

div#headerArea ul {
	width: 320px;
	
	top: 0%;
	left: 63%;
	position: absolute;
	}

ul li {
	width: 160px;
	float: left;
	}

div#Top_raceArea div.Leftrace,
div#Bottom_raceArea div.Leftrace {
	float: left;
	}

div#Top_raceArea div.Rightrace,
div#Bottom_raceArea div.Rightrace {
	float: right;
	}

div#FlashWrapper {
	width: 100%;
	position: fixed;
	position:absolute;
	top:13%;
	left: 0%;
	margin:0 auto;
	}

div#headerArea div#flashBnr{width:360px;
height:80px;
position:absolute;
top:5px;
right:65%;

}