body {
	/*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #FFFFFF;
}
#content {
	position: relative;
	width: 1700px;
	height: 1165px;
	top: 0;
	left: 0;
	padding: 20px;
	background: #2d2c2c;
}
img.bg {
	min-height: 100%;
	min-width: 1200px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
/* 背景画像を外す場合: 親ページの body に class="no-bg" を付与。RaceLive感はロゴ・タワー・配色で維持 */
body.no-bg img.bg {
	display: none;
}
@media screen and (max-width: 1450px){
	img.bg {
	left: 50%;
	margin-left: -604px; }
}
div#container {
	position: relative;
}
.font-large {
	font-size:30px;
	font-weight:bold;
}
.font-middle {
	font-size: 33px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #FFFFFF;
}
.font-small {
	font-size: 23px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #E8E9EB;
}
.font-middle_blue {
	font-size: 23px;
	font-weight: bold;
	color: #8A8D91;
}
.font-small_blue {
	font-size: 23px;
	font-weight: bold;
	color: #8A8D91;
}

