body {
	background-color: #333333;
}
#wrapper {
	background-image: url(../images/weather_bg.png);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 462px;
	height: 23px;
	padding-top: 2px;
}
#weather {
	width: 340px;
	display: table-cell;
	height: 23px;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}
#weather span {
	font-size: 14px;
}
#race {
	width: 122px;
	display: table-cell;
	height: 23px;
	color: #FFF000;
	text-align: center;
	font-size: 13px;
}