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

body {
	background-color: #CCC;
}

/* fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'largetxt';
    src: url('../fonts/ftrstd-light-webfont-webfont.eot');
    src: url('../fonts/ftrstd-light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ftrstd-light-webfont-webfont.woff2') format('woff2'),
         url('../fonts/ftrstd-light-webfont-webfont.woff') format('woff'),
         url('../fonts/ftrstd-light-webfont-webfont.ttf') format('truetype'),
         url('../fonts/ftrstd-light-webfont-webfont.svg#futura_stdlight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* general
-------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	width: 70%;
}

h1 {
}

h2 {
	font-family: largetxt, "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	color: #000;
	font-size: 74px;
	text-shadow: 0 0 15px #272727;
	text-align: center;
	letter-spacing: 11px;
}

h3 {
	font-family: largetxt, "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 2px;
}



/* photos absolute PC
-------------------------------------------------------------- */

#maintrack {
	width: 100%;
}

#ctrl {
	width: 100%;
}

#preloadedImages {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url(common/images/cloud.jpg);
	background-image: url(common/images/boltkun.png);
	background-image: url(common/images/bt_fb.png);
	background-image: url(common/images/bt_play.png);
	background-image: url(common/images/bt_run.png);
	background-image: url(common/images/entrysheet.png);
	background-image: url(common/images/ground.png);
	background-image: url(common/images/signal0.png);
	background-image: url(common/images/signal1.png);
	background-image: url(common/images/tiger0.png);
	background-image: url(common/images/tiger1.png);
	background-image: url(common/images/timesheet.png);
	background-image: url(common/images/titleheader.png);
    background-image: url();
}

footer {
	text-align: center;
	padding-top: 70px;
	margin-bottom: 50px;
}

footer a{
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	line-height: 10px;
	letter-spacing: 1px;
	font-weight: 100;
	margin-bottom: 10px;
	color: #999;
}
