/*-- Home アイコン  --*/
#home a{
	width:80px;
	height:20px;
	background:url(../img/button/home_1.gif) no-repeat;
}

#home a:hover{
	background:url(../img/button/home_2.gif) no-repeat;
}

/*-- Profile アイコン --*/
#profile a{
	width:80px;
	height:20px;
	background:url(../img/button/prof_1.gif) no-repeat;
}

#profile a:hover{
	background:url(../img/button/prof_2.gif) no-repeat;
}

/*-- Movie アイコン --*/
#movie a{
	width:80px;
	height:20px;
	background:url(../img/button/movie_1.gif) no-repeat;
}

#movie a:hover{
	background:url(../img/button/movie_2.gif) no-repeat;
}

/*-- Game アイコン --*/
#game a{
	width:80px;
	height:20px;
	background:url(../img/button/game_1.gif) no-repeat;
}

#game a:hover{
	background:url(../img/button/game_2.gif) no-repeat;
}

/*-- BBS アイコン --*/
#bbs a{
	width:80px;
	height:20px;
	background:url(../img/button/bbs_1.gif) no-repeat;
}

#bbs a:hover{
	background:url(../img/button/bbs_2.gif) no-repeat;
}

/*-- BLOG アイコン --*/
#blog a{
	width:80px;
	height:20px;
	background:url(../img/button/blog_1.gif) no-repeat;
}

#blog a:hover{
	background:url(../img/button/blog_2.gif) no-repeat;
}

/*-- アンコ用 --*/
table.flame{
background-color: #E7E7E7;
}

table.flame td.name{
background-color: #FFFFFF;
}

table.flame td.name_chouhi{
background-color: #00FFFF;
}

table.flame td.hassei{
width: 70;
}

table.flame td.stop{
background-color: #BEE7E1;
width: 70;
}

table.flame td.nokezori{
background-color: #FFCAFF;
width: 70;
}

table.flame td.kochoku{
background-color: #D2D2FF;
width: 70;
}

table.flame td.suki-h{
background-color: #FFD59B;
width: 70;
}

table.flame td.suki-g{
background-color: #FFFFCC;
width: 70;
}

table.flame td.zentai{
background-color: #C1C1FF;
width: 70;
}

/*- KOF2000 ストライカー用 -*/
span{
color: red;
}

table.striker{
background-color: #C0C0C0;
}

table.striker td.name{
background-color: #ffffff;
}

table.striker td.center{
text-align: center;
}

/*- KOF2002UM用 -*/
.r {color:RED; }
.b {color:BLUE;}
.p {color:#9900FF;}
