@charset "utf-8";
/* CSS Document */


p.center {
	text-align:center;
}

#main .center {
	text-align:center;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}
.result {
	font-size:120%;
	font-weight:bold;
}
.attention{
	font-size:80%;
}

img.right{
	float:right;
}

.rb {
	color:#FF0000;
	font-weight:bold;
}

#main p.jotai{
	text-align:center;
	font-size:120%;
	color:#FF6600;
	font-weight:bold;
}

#main div.jotai2{
	text-align:left;
	font-size:110%;
	font-weight:bold;
	padding:4px;
	color:#FFF;
	letter-spacing:0.1em;
	background-image:url(../images/race_title_bk.gif);
	background-repeat:repeat-x;
}

.text-center {
	text-align:center;
}

.kaisai h3 {
	font-size:120%;
	background:none;
	border:none;
}
.sen {
	width:550px;
}

.white {
	background-color:#333;
	color:#FFF;
}

.motor_p {
	background-color:#CCF;
	font-size: 14px;
	width: 100%;
	padding: 2px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear:left;
}

.msenshu {
	clear:left;
}

.senshuwaku {
	float:left;
	width:160px;
	clear:left;
}

.motor_table {
	border-collapse: collapse;
	padding: 0px;
	margin-left:165px;
	width:400px;
	background-color:#FFF;
	font-size:90%;
}

.motor_table th, .motor_table td {
	border:1px solid #000;
}

.motor_p:after {
   content: ".";
   display: block;
   clear: left;
   height: 0;
   visibility: hidden;
}
.motor_p { display: inline-block; }
/* exlude MacIE5 \*/
* html .motor_p { height: 1% }
.motor_p {display:block;}
/* end MacIE5 */

.yajirusi {
	font-size:60%;
}

.clear {
	clear:left;
}

.red {
	color:#F00;
}
