
/* Parallax
*****************************************************************/

/* content */
#pararax {
	z-index: 4;
	position: relative;
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.7;
	}

		#manned-flight {
			position: absolute;
			top: 0px;
			}
		#frameless-parachute {
			position: absolute;
			top: 1090px;
			}
			
			
			
			
			
	
#test {
		position: absolute;
		top: 2800px;
		left: 403px;
		}

#oke {
		position: absolute;
		top: 3150px;
		left: 0px;
		}
#te {
		position: absolute;
		top: 2552px;
		right:0px;
		}
		
#tori1{	
		position: absolute;
		top: px;
		right:450px;
		
		margin-top:800px;
		}
#tori2{
		position: absolute;
		top: 0px;
		right:300px;
		
		margin-top:680px;
		}
#tori3{
		position: absolute;
		top: 0px;
		right:0px;
		
		margin-top:730px;
		}
#sun{
		position: absolute;
		top: 0px;
		right:0px;
		
		margin-top:730px;
		}
		
		
#morobuta {
		position: absolute;
		top: 2800px;
		left: 203px;
		}
		
		
		
#toriw1,
#toriw2,
#toriw3,
#sunw
 {
	z-index: 1000;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0px;
	width: 150px;
	margin-left: 0px; /* move left by half element's width */
	}
	
#sunw
 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0px;
	width: 150px;
	margin-left: 0px; /* move left by half element's width */
	}

#parallax-bg3 {
	z-index: 3;
	position: fixed;
	left: 0; /* align left edge with center of viewport */
	top: 0;
	width: 940px;
	margin-left: -470px; /* move left by half element's width */
	}
	
	

#parallax-bg2 {
	z-index: 2;
	position: fixed;
	right:0px;
	top: 0;
	width: 300px;
	margin-left: 0; /* move left by half element's width */
	}


#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	
