@charset "utf-8";
/* CSS Document */

/*--Start--*/

.round_top_img {
	width: 910px;
	margin: 0 auto ;
}


#race_text {
	background: none repeat scroll 0 0 #eeeeee;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 10px;
	padding: 10px 20px;
}

.font_weight {
	font-weight: 700;
}


/*************phot**********/

#rundphot {
	width: 840px;
	margin: 0 auto 30px;
}

#rundphot .right_none {
	margin-left: 0;
	display: block;
}


#rundphot li {
	float: left;
	margin: 30px 0 0 30px;
	width: 260px;
}


/*************race_nav******************/
#race_nav {
	float: right;
	overflow: hidden;
	margin: -20px auto 20px;
}
#race_nav li {
	font-size: 16px;
	font-weight: 700;
	float: left;
	text-align: center;
	height: 2em;
	line-height: 2em;
	color: #FFFFFF;
background: #e59292;
background: -moz-linear-gradient(left,  #e59292 0%, #cc0000 50%, #e59292 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e59292), color-stop(50%,#cc0000), color-stop(100%,#e59292));
background: -webkit-linear-gradient(left,  #e59292 0%,#cc0000 50%,#e59292 100%);
background: -o-linear-gradient(left,  #e59292 0%,#cc0000 50%,#e59292 100%);
background: -ms-linear-gradient(left,  #e59292 0%,#cc0000 50%,#e59292 100%);
background: linear-gradient(to right,  #e59292 0%,#cc0000 50%,#e59292 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59292', endColorstr='#e59292',GradientType=1 );

	border-right: 1px solid #333;
	width: 150px;
}
#race_nav a {
	display: block;
	text-decoration: none;
	color: #333;
	background: #fff;
}


#race_nav li a:hover {
	color:#FFFFFF;
	background: #cc0000;
	text-decoration: underline;;
}

















