@charset "utf-8";
/* CSS Document */


/*今週のレースページ
////////////////////////////////////////////////////*/

/*今週のメインレースについてボックスのレイアウト*/

#firstInnerBox h2 {
	margin-bottom: 15px;
}


/*今週のメインレースについてボックスの背景画像設定*/

#aboutRaceListBox {
	margin-bottom: 30px;
	background: url(../race/img/bg_about_race_box.jpg) left top repeat-y;
}

#aboutRaceListBox dl {
	padding-bottom: 20px;
	background-color: eee;
	background: url(../race/img/bg_about_race_box_bottom.jpg) left bottom no-repeat;
}


/*今週のメインレースについてリストのレイアウト*/

#aboutRaceListBox dl dd {
	margin: 0 30px 0 20px;
	border: 1px solid #393939;
	background-color: #fff;
}


/*他のレースはコチラボタンのレイアウト*/

#btOtherRace {
	margin: 20px auto;
	width: 250px;
	height: 40px;
}

#btOtherRace a {
	display: block;
	width: 250px;
	height: 40px;
	background: url(../common/img/bt_other_race_on.jpg) left top no-repeat;
}

#btOtherRace a:hover {
	background-color: #fff;
}

#btOtherRace a:hover img {
	visibility: hidden;
}

/*表のマージン*/

table#raceCellBox {
	margin-bottom: 20px;
}

/*レース結果のリンクリスト*/
ul#resultListBox {
	margin-bottom: 15px;
	text-align: right;
}

ul#resultListBox li {
	display: inline;
	margin-right: 10px;
}

