@charset "utf-8";
body {
	width: 1260px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(pic/haikei_s.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
}
.rider_01 {
	width: 100%;
	border-collapse: collapse;
}
.rider_01 th {
	width: 16.6%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.rider_01 th.name {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #F30;
	background-color: #80E6FF;
	border: 1px solid #b9b9b9;
}
.rider_01 td {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
.rider_01 td.music {
	background-color: #FCC;
}
.music2 {
	background-color: #FCC;
}
.vh {
	color: #00CC00;
}
.nash {
	color: #FF6600;
}
.six {
	color: #0000FF;
}
td a {
	color: #000000;
	text-decoration: none;
}  
/*a:link {
	color: #000000;
	text-decoration: none     
}  
a:visited {                 
	color: #000000;
	text-decoration: none     
}
a:active {
	color: #000000
	text-decoration: none     
} 						
a:hover {                 
	color: #000000;
	text-decoration: none 
}
*/
#main h4 {
	margin-top: 7px;
	margin-bottom: 5px;
}
.bikou {
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: small;
}
