/* -- Default -- */

/* Re-Define Tags */
a:link { color:#7F8C68; }
a:visited { color:#7D8372; }
a:hover { color:#FF9537; }

/* Custom Class */
.point { color:#7F8C68; }
.box { border:1px solid #7F8C68; }
.bg_exdark { background-color:#737D5E; }
.bg_dark { background-color:#BDC4B0; }
.bg_light { background-color:#E3E9DB; }



body {
	background: #737d5e url(../../sports/img/bg.gif) center repeat-y;
}

#topicPath {
	background: #bdc4b0;
}


/*ハイブリッドターフ用*/


#content_hibridturf {
	padding: 40px 0 50px 70px;
	color: #fff;
	background: #14432c;
}

#content_hibridturf td {
	color: #fff;
}

/*ハイブリッドターフPG用*/


#content_hibridturfpg {
	padding: 40px 0 50px 70px;
	color: #fff;
	background: #031B30;
}

#content_hibridturfpg td {
	color: #fff;
}


/*オムニコート用*/


#content_omnicourt {
	padding: 40px 0 50px 70px;
	color: #fff;
	background: #062c16;
}

#content_omnicourt td {
	color: #fff;
}


/*オムニターフ用*/


#content_omniturf {
	padding: 0 30px 50px 70px;
	color: #222;
	background: #fff;
}

#content_omniturf h2 {
	clear: both;
	margin: 40px 0 20px;
	border-bottom: 1px solid #79986a;
	font-weight: bold;
	font-size: 107%;
}

#content_omniturf .point {
	color: #234312;
}

#content_omniturf .dataTable td,
#content_omniturf .dataTable th {
	padding: 3px 5px;
	border: 1px solid #999;
	text-align: center;
	font-size: 12px;
}

#content_omniturf .dataTable th {
	background: #eee;
	font-weight: bold;
}



/*EOF*/

