@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
}
div#all {
	position: relative;
	width: 850px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	border-bottom: 5px solid #CECECE;
}
h1.ramenTitle {
	width: 850px;
	height: 340px;
	text-indent: -9999px;
	margin: 0;
	background-image: url(../img/title1.jpg);
	background-repeat: no-repeat;
}
h2 {
	width: 850px;
	height: 138px;
	text-indent: -9999px;
	margin: 0;
	background-image: url(../img/title2.jpg);
	background-repeat: no-repeat;
}
div.click {
/*	float: left;*/
	position: absolute;
	width: 170px;
	height: 270px;
	text-indent: -9999px;
/*	margin-top: 30px;
	margin: 0;*/
	background-image: url(../img/click.jpg);
	background-repeat: no-repeat;
	display: inline;
	position: absolute;
	left: 0px;
	top: 529px;
}
div.rankNo1 {
	float: left;
	width: 237px;
	height: 267px;
	margin-top: 30px;
	margin-left: 170px;
	margin-bottom: 10px;
	display: inline;
}
div.rank2-5 {
	float: left;
	width: 290px;
	height: 250px;
	margin-top: 60px;
	margin-left: 25px;
/*	border: 1px solid #FF0000;*/
}
div.rank2-5 li {
	margin-left: 8px;
	display: inline;
}
div.ranking {
	float: left;
	margin-top:20px;
}
div.rankTitle {
	float: left;
	width: 190px;
	height: 60px;
/*	text-indent: -9999px;
	margin: 0px;
	background-image: url(../img/no6-10.jpg);
	background-repeat: no-repeat;*/
}
div.rank1{
	float: left;
	width: 103px;
	margin-left: 4px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	width: 103px;
/*	display: inline;*/
	font-size: 11px;
	font-weight: bolder;
	text-align: center;	
}
div.rank6-50{
	margin-bottom:30px;
}
.clear {
	clear: both;
}

