@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #d2f6ff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 0px;
	padding-left: 0px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	opacity:0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
}


/* ~~ ティッカー ~~ */
.tickerBox {
	height: 43px;
	width: 720px;
	background-image: url(../images/ticker_bg.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 60px;
}


/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
	width: 980px;
	max-width: 1260px;/* レイアウトが大型モニターで広がりすぎないように、最大幅を指定することをお勧めします。これにより、読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	min-width: 780px;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	background: #FFF;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
}

/* ~~ ヘッダー~~ */
.header {
	background-color: #FFF;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 980px;
	margin-bottom: 1px;
}

/* ~~ レイアウトに使用するカラムです。~~ */
.naviBox {
	height: 30px;
	width: 980px;
	margin-bottom: 5px;
}
.sidebar1 {
	float: right;
	width: 160px;
	margin-right: 8px;
	margin-top: 9px;
	background-color: #a5bbed;
	padding: 5px;
}
.content {
	width: 780px;
	float: left;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 8px;
}
.contentLeft {
	width: 475px;
	float: left;
}
.contentRight {
	width: 290px;
	float: right;
}
.tBar {
	margin-bottom: 8px;
}
.content2nd {
	width: 964px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 8px;
	margin-right: 8px;
}
.txtSmall{
	font-size: 85%;
}



/* ~~ トップページ　~~ */
.raceInfoBox {
	padding: 1px;
	width: 471px;
	border: 1px solid #CCC;
	margin-bottom: 8px;
	font-size: 120%;
	margin-top: 5px;
}
.raceTitle {
	width: 461px;
	margin-bottom: 8px;
	font-size: 120%;
	font-weight: bold;
	color: #0099ff;
	background-color: #f5f5f6;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.raceBody {
	width: 459px;
	font-size: 85%;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.imgMargin5 {
	margin-bottom: 5px;
}
.imgMargin5-5 {
	margin-bottom: 5px;
	margin-top: 5px;
}

/* ~~ 2ndページ　~~ */

.content2nd {
	width: 964px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 8px;
	margin-right: 8px;
}
.title2nd {
	margin-bottom: 15px;
	margin-top: 15px;
}
.eventLeft {
	width: 416px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.eventRight {
	width: 520px;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}


/* ~~ テーブル・イベント・料金　~~ */

table.sheat {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 520px;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 90%;
}

table.sheat th,
table.sheat td {
  padding: 4px 4px;
}

table.sheat th {
  background: #0099ff;
  text-align: center;
  font-size: 85%;
  color: #FFF;
}

table.sheat td {
  text-align: center;
  background: #CBD5FF;
  
}

table.sheat td.price {
	background: #F2F5FF;  
  text-align: right;
}

/* ~~ テーブル・イベント・サービス　~~ */

table.seavice {
  margin-top: 5px;
  width: 944px;
  border-collapse: separate;
  border-spacing: 0px;
  font-size: 100%;
}

table.seavice th,
table.seavice td {
  padding: 0px 0px;
}

table.seavice th {
	background: #0099ff;
	text-align: center;
	font-size: 100%;
	color: #FFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 308px;
}

table.seavice td {
  text-align: center;
}
table.seavice td.in {
  text-align: center;
}

/* ~~ テーブル・イベント・開催予定　~~ */

table.plan {
  margin-top: 5px;
  width: 944px;
  border-collapse: separate;
  border-spacing: 0px;
  font-size: 100%;
}

table.plan th,
table.plan td {
  padding: 4px 4px;
}

table.plan th {
	background: #648bb2;
	text-align: left;
	font-size: 100%;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 465px;
}

table.plan td {
  text-align: center;
}
table.plan td.race {
	text-align: left;
	background-color: #FFF;
}
table.plan td.race2 {
	text-align: left;
	background-color: #FFF;
	color: #F60;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	width: 100px;
}

/* ~~ テーブル・イベント・そのた　~~ */

table.other {
	margin-top: 5px;
	width: 964px;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 90%;
}

table.other th,
table.other td {
  padding: 4px 4px;
}

table.other th {
	background: #648bb2;
	text-align: center;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.other td {
	text-align: left;
	background-color: #E3F4EB;
}
table.other td.ddtt {
	text-align: left;
	background-color: #D9E9E1;
	font-weight: bold;
}

/* ~~ テーブル・アクセス　~~ */

table.acc {
	margin-top: 10px;
	width: 964px;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 100%;
}

table.acc th,
table.acc td {
	padding: 3px 3px;
	background-color: #D2E1EC;
}

table.acc th {
	background-color: #0099ff;
	text-align: center;
	font-size: 100%;
	color: #FFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.acc td {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
table.acc td.time {
	text-align: center;
	width: 140px;
}
table.acc td.acct {
	text-align: center;
	background-color: #C0CAF0;
}
table.acc td.acct01 {
	text-align: center;
	background-color: #C0CAF0;
	width: 230px;
}





/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol {
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



/* ~~ フッター ~~ */
.footer {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	background-color: #004893;
	font-size: 80%;
	color: #FFF;
	background-image: url(../images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: 16px 10px;
	width: 980px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.footerAdres {
	padding-left: 10px;
	margin-left: 240px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 400px;
	float: left;
}
.footerTub {
	width: 140px;
	float: right;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.eveBox {
	background-color: #d2e6f0;
	padding: 10px;
	width: 944px;
	margin-bottom: 10px;
}

