html, body {
	margin: 0;
	padding: 0;
}
BODY {
	text-align: center;
	color: #393939;
	font: x-small "MS UI Gothic";
}
a.widelink {
	display: block;
	width: 90%;
}
a.widelink:hover {
	color: red;
	background: #fff;
}
a:hover {
	color: #a0a0ff;
}
DIV#header_2 {
	color: #66c;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
div#content P {
	font-size: x-small;
}
DIV#header_1 {
	background: #66c;
	color: white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
}
div#header_1 p {
	margin: 0;
	padding: 5px 10px;
}
DIV#footer {
	width: 100%;
	background: #66c;
	color: white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
	clear: left;
}
div#footer p {
	margin: 0;
	padding: 5px 10px;
}
div#container {
	width: 1000px;
	margin: 0 auto;
}
div#wrapper {
	float: left;
	width: 100%;
}
DIV#content {
	margin: 0 160px;
}
DIV#navigation {
	float: left;
	width: 160px;
	margin-left: -1000px;
}
DIV#extra {
	float: left;
	width: 160px;
	margin-left: -160px;
}
DIV#extra_container {
	width: 155px;
	height: 700px;
	border-width: 1px;
	border-style: none;
	border-color: #f6f6f6 silver silver #f6f6f6;
}
div#header_1 {
	clear: left;
	width: 100%;
}
.h1_1 {
	color: #66c;
	text-align: center;
	margin: 1px;
	padding: 0;
}
.p_1 {
	text-align: center;
	margin: 1px;
	font-size: small;
}
.p_2 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.H1_2 {
	font-size: large;
}
.H3_2 {
	font-size: small;
}
div.l_m {
	width: 160px;
	text-align: left;
	border-width: 0;
	border-style: solid;
	border-color: silver black black silver;
	font-size: small;
}
.history {
	width: 450px;
	text-align: center;
	height: 300px;
}
.history_2 {
	width: 450px;
	text-align: center;
	height: 150px;
}
.rank {
	vertical-align: middle;
	text-align: center;
	width: 60px;
	margin: 0 auto;
}
.rank_info_2 {
	color: #6060a0;
	vertical-align: middle;
	text-align: center;
	width: 60px;
}
.rank_info_1 {
	color: #6060a0;
	vertical-align: middle;
	text-align: center;
}
.rank_info {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: silver black black silver;
	width: 670px;
	background: #d0d0ff;
}
.page_h {
	padding-top: 4px;
	padding-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: silver black black silver;
	text-align: center;
	height: 20px;
	font-size: x-small;
	width: 670px;
	background: #d0d0ff;
}
.page_f {
	padding-top: 4px;
	padding-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: silver black black silver;
	text-align: center;
	height: 20px;
	font-size: x-small;
	width: 670px;
	margin: 0 auto;
	clear: left;
	background: #d0d0ff;
}
.text_c {
	text-align: center;
}
.text_cs {
	font-size: small;
	text-align: center;
}
text_x-s {
	font-size: x-small;
}


/*************************
  任意の範囲を中央に表示（センタリング）
*************************/

div.ct { text-align: center; margin-left: auto; margin-right: auto; }

