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

a{/*リンクされた文字*/
	color:#FFF;
	font-style:normal;
}
a:link {/*未訪問のリンク*/
	color:#FFF;
	font-style:normal;
}
a:visited {/*訪問後のリンク*/
	color:#F00;
}

body {
	padding:5 5 5 5;
}


.a_fuji {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #060;
}

.a_freestyle {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;			
	background-color: #09F;
}


.a_super {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;			
	background-color: #F00;
}

.a_ladies {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;			
	background-color: #F6C;
}

.a_doggies {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.a_veterans {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #939;
}

.a_sf40 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #F60;
}

.a_tt {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #090;
}


/*Table*/
table {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
	color: #FF0;
	text-align: center;
	width: 750px;
}

td, th {
	padding: 2px 2px;
	vertical-align:central;
	color: #333;
}

.smallfont{
	font-size: 9px;	
}

.smallfont10{
	font-size: 10px;	
}

.sum {
	font-size: 10px;
	font-weight: bold;
	color: #F00;
}

.white {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.white12 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.red12 {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.red10 {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

.caution {
	font-size: 13px;
	font-weight: bold;
	color: #F00;
}

.updated {
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
}


/*tr:hover{
	background:#F00;
}*/
