@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// ranking.html

==========================================================================================*/

div#main h3 {
	height: 50px;
	width: 186px;
	margin: 0 0 20px 0px;
	line-height: 50px;
	letter-spacing: 3px;
	text-align: center;
	background: url(../images/common-h-bg1.gif) no-repeat left top;
	clear: both;
}

div#main dl {
	width: 108px;
	height: 201px;
	float: left;
	margin-bottom: 20px;
	margin-left: 8px;
	display: inline;
}

div#main dl dt {
	height: 20px;  
	width: 108px;
}

div#main dl dd {
	display: block;
	height: 181px;
	width: 108px;
	padding-top: 18px;
	font-size: 85%;
	line-height: 1.5;
	text-align: center;
	background: url(../images/ranking-bg.gif) no-repeat 0px 0px;
	color: #FFFFFF;
}
div#main dl dd a { color: #F09600; }

div#main dl dd span {
	font-size: 108%;
	font-weight: bold;
	padding-top: 5px;
	display: block;
}
