﻿/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
	
}

p{
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.8em;
}
li{
	font-size: 14px;
	line-height: 1.5em;
}

img{
	border: 0;
}

h1, #pixels{
	font-family:"Museo 900", Verdana, serif;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}

h2{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size-adjust: 0.531;
	font-weight: 500;
	font-style: normal;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
}

#nav li{
	margin: 0 0 15px 0;	
}

#header, #intro, #second,#goto{
	width: 100%;
}

#goto{
	background:url(images/pcgoto.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 128px;
	margin: 0 auto;
	padding: 0;
	
}

#intro{
	background:url(images/firstBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
}



#second{
	color: white;
	height: 700px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background-attachment: fixed;
	background-image: url(images/secondBG.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#second .bg{
	background: url(images/trainers.png) 50% 0 no-repeat fixed;
	height: 700px;
	position: absolute;
	width: 900px;
	z-index: 200;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#third{
	background: url(images/thirdBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1200px;
	padding: 100px 0 0 0;	
}

#fifth{
	background: #FFF;
	height: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0;
}

.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
	overflow: hidden;
}

.story .float-left{
	padding: 50px 0 0 0;
	position: relative;
	width: 350px;	
}
.story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;	
}
.t1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
.t2 {
	font-size: 18px;
	margin-top: 20px;
}
.ss_l {
	float: left;
	width: 420px;
	margin-bottom: 25px;
	color: #000;
}.ss_r {
	float: right;
	width: 540px;
	margin-bottom: 25px;
	margin-top: 20px;
	color: #FFF;
}
.ss_l h2 {
	text-shadow: 1px 1px #FFF;
}
.st_l {
	float: left;
	width: 420px;
	margin-bottom: 40px;
}.st_r {
	float: right;
	width: 540px;
	margin-bottom: 40px;
	margin-top: 20px;
}