TABLE.rank {
	width: 100%;
	text-align: center;
}

TR.rank {
	vertical-align: top;
}

TD.rank_left {
	width: 30%;
}

TD.rank_right {
	width: 70%;
}

TABLE.rank_class {
	width: 100%;
	text-align: center;
	border-spacing: 0;
}

TR.rank_class_top {
	height: 30px;
	background: #9AD0BD;
}

TD.rank_class_top {
	color: #395D7B;
	font-weight: bold;
	border: thin solid #395D7B;
	border-bottom: thick solid #395D7B;
}

TR.rank_class_emblem {
	background: #FFFFFF;
}

TD.rank_class_emblem {
}

TABLE.rank_list {
	width: 100%;
	border-spacing: 0;
}

TR.rank_list_top {
	height: 30px;
	background: #58868E;
}

TD.rank_list_top_name {
	width: 50%;
	color: #FFFFFF;
	border-top: thin solid #395D7B;
	border-bottom: thick solid #395D7B;
	border-left: thin solid #395D7B;
	padding: 0px 0px 0px 4px;
}

TD.rank_list_top_sold {
	width: 50%;
	color: #FFFFFF;
	border-top: thin solid #395D7B;
	border-bottom: thick solid #395D7B;
	border-right: thin solid #395D7B;
	padding: 0px 0px 0px 4px;
}

TD.rank_list_name {
	width: 50%;
	padding: 0px 0px 0px 8px;
}

TD.rank_list_sold {
	width: 50%;
	padding: 0px 0px 0px 8px;
}

TR.rank_list_char {
	background: #E1F3ED;
}


