@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}
body {
	background-color: #FFF;
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link {
	color: #039;
	text-decoration: underline;
}
a:visited {
	color: #039;
	text-decoration: underline;
}
a:active {
	color: #039;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.left {
	width: 565px;
	float: left;
}
.right {
	width: 235px;
	float: left;
}
.ranking {
	width: 200px;
	height: 440px;
	background-image: url(img/img_03.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 35px;
}
.box {
	width: 165px;
	height: 27px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-top: 3px;
	padding-right: 5px;
}
.difficult {
	text-align: right;
	font-size: 10px;
	color: #666;
}
.rank {
	color: #C00;
	font-size: 12px;
}
