﻿body {
	background-color : #000000;
	font-size : 12px;
	line-height : 18px;
	font-family : 'ＭＳ Ｐゴシック','Osaka'; 
	font-color : #ffffff;
}
.big_box {
	width :800px;
}
.top_box {
	width :800px;
	background-color : #ffffff;
	padding : 5px;
	text-align : left;
}
.left_box {
	width : 150px;
	float : left;
	background-color : #ffffff;
}
.center_box {
	width : 450px;
	float : left;
	text-align : center;
}
.rank_point {
	background-image : url("../image/m_star.gif");
	background-repeat : repeat-x;
	height : 12px;
}
.right_box {
	width : 200px;
	float : left;
	background-color : #ffffff;
}
.clear {
	clear : both;
}
.bottom {
	width : 800px;
	height : 16px;
	text-align : left;
	overflow : scroll;
	overflow : hidden;
	color : #ffffff;
}
.link {
	text-decoration : none;
	color : #ffffff;
}
H1,H2 {
	font-size : 12px;
	margin : 0;
	font-weight : normal;
	float : left;
}
