@charset "utf-8";

/* CSS Document */

/* top ------------------------------------------------------------------ */

#race-event_container {
	width: 1004px;
	padding-top: 22px;
	padding-bottom: 18px;
	background-color: #FFFFFF;
}

#race-event_header {
	width:980px;
	height:160px;
}

#race-event_title {
	float:left;
	width:230px;
}

h2#title01  {
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	background-image: url(../images/race-event_title.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	margin-top: 60px;
	margin-left: 30px;
	}

#race-event_title_text {
	float:left;
	font-size:77%;
	margin-top: 60px;
	margin-left: 40px;
	width:550px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
}



#race-event_menu {
	float:left;
	clear:both;
	width:200px;
	padding-left:30px;
}

#race-event_menu_text {
	font-size:77%;
	margin-top:5px;
}

#race-event_menu_text ul {
	padding:0px;
}

#race-event_menu_text li {
	list-style-type:disc;
	padding:0;
	margin:0;
	list-style-position: inside;
	padding-bottom: 0.7em;
}

#race-event_menu_related {
	width:200px;
	color: #FFF;
	background-color: #000;
	margin:10px 0 10px 0;
}

#race-event_menu_related ul {
	padding:0px;
}

#race-event_menu_related li {
	display:inline;
	list-style-type:none;	
}

#race-event_menu_related li a {
	height:20px;
	line-height:20px;
	vertical-align:middle;
	display:block;
	overflow:hidden;
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	padding-left:6px;
}

#race-event_menu_related li a:hover {
	background-color: #ff3333;
}

#race-event_contents {
	float:right;
	width:710px;
}

.race-event_paragraph {
	width:600px;
	background-color: #FFF;
	padding: 30px 40px 30px 40px;
	margin-bottom:20px;
}

.race-event_paragraph_text {
	font-size:77%;
	line-height:1.8
}

.race-event_paragraph_text span.bold{
	font-weight: bold;
}

.race-event_paragraph_dotline {
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	width:600px;
	height:1px;
	background-image: url(../images/dotline01.gif);
	background-repeat: repeat-x;
	margin-top:20px;
	margin-bottom:20px;
}

	.navigation {
		min-height:10px;
		margin:30px -23px 0;
		text-transform:uppercase;
		line-height:10px;
		}
		
	.post .navigation {
		border:solid #e6e6e6;
		border-width:1px 0;
		padding:9px 0;
	}
	
	.attachment .navigation {
		height:150px;
	}
		
		.navigation .alignleft a {
			background:url(../images/icons.gif) no-repeat 0 -60px;
			padding-left:22px;
			display:block;
			height:10px;
			float:left;
		}
		
		.navigation .alignright a {
			background:url(../images/icons.gif) no-repeat 100% -30px;
			padding-right:22px;
			display:block;
			height:10px;
			float:right;
		}
