#main{
	width:600px;
	height:1110px;
}
#title{
	width:580px;
	height:25px;
	border:1px solid #999999;
	background-color:#FFDEAD;
	margin-top:5px;
}
#rank1{
	width:145px;
	height:22px;
	border:1px solid #999999;
	background-image:url(img/no1.gif);
	margin-top:10px;
	margin-left:14px;
}
#rank2{
	width:145px;
	height:22px;
	border:1px solid #999999;
	background-image:url(img/no2.gif);
	margin-top:10px;
	margin-left:14px;
}
#rank3{
	width:145px;
	height:22px;
	border:1px solid #999999;
	background-image:url(img/no3.gif);
	margin-top:10px;
	margin-left:14px;
}
#rank4{
	width:145px;
	height:22px;
	border:1px solid #999999;
	background-image:url(img/no4.gif);
	margin-top:10px;
	margin-left:14px;
}
#rank5{
	width:145px;
	height:22px;
	border:1px solid #999999;
	background-image:url(img/no5.gif);
	margin-top:10px;
	margin-left:14px;
}
#cont1{
	width:150px;
	height:170px;
	border:1px solid #999999;
	margin-top:10px;
	margin-left:14px;
	float:left;
}
#cont2{
	width:150px;
	height:170px;
	border:1px solid #999999;
	margin-top:10px;
	margin-left:4px;
	float:left;
}
#cont3{
	width:240px;
	height:170px;
	border:1px solid #999999;
	margin-top:10px;
	margin-left:4px;
	float:left;
}
.font1{
	font-size:13px;
	color:#666666;
	font-weight:bold;
}
.font2{
	font-size:13px;
	color:#666666;
	margin-top:3px;
	margin-left:4px;
}
.font3{
	font-size:13px;
	color:#666666;
	margin-top:12px;
	margin-left:94px;
}
h1{
	font-size:14px;
	color:#666666;
	margin-top:5px;
	margin-bottom:0px;
}
a:hover { 
	position: relative; 
	top: 1px; 
	left: 1px; 
	text-decoration: none; 
	color: #333333 !important;
	border-top: none !important;
	text-decoration:underline;
	margin:0px;
	padding:0px;
} 
a:link{ 
	color: #333333 !important;
	border-top: none !important;
	text-decoration:underline;
	margin:0px;
	padding:0px;
}

a:visited{ /* クリック後色を変えたいならココ */
	color: #333333 !important;
	border-top: none !important;
	text-decoration:underline;
	margin:0px;
	padding:0px;
}
