@charset "utf-8";
.header {
	width: 100%;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	top: -1px;
}
#rankarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.row0 {
	color: #000000;
	background-color: #FFFFFF;
}
.row1 {
	color: #FFFFFF;
	background-color: #0033CC;
}
#power_rank {
	float: right;
}
.chg_up {
	color: #37bc4f;
}
.chg_dn {
	color: #e82128;
}
.last {
	text-align: right;
	vertical-align: middle;
	font-size: 9px;
	font-style: italic;
}
.suspended {
	color: #990000;
	text-decoration: line-through;
}
