@charset "utf-8";

/* グローバル設定 */
*{
	text-indent:0px;
	line-height:140%;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}
body {
	background-color: #E6FBF3;
}
.header {
	background-color: #323232;
	height: 10px;
}
.wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	width: 622px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
.grandprix {
	width: 241px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 22px;
}
.text {
	width: 613px;
	margin-top: 20px;
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 5px;
}

.center {
	text-align:centr;
}

.pt30 {
	padding-top:30px;
}
