@charset "UTF-8";

/* ========================================================= */
/*                        RANKING							 */
/* ========================================================= */
.ranking h2 {
	width: 610px;
	height: 29px;
	padding: 5px 0 0 15px;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	background: url('../../img/bg_title04.gif') top left no-repeat;
	/* -- dlのborderを消去 -- */
	margin-bottom: -4px;
	position: relative; 
	z-index: 10;
	}

.ranking dl {
	width: 605px;
	margin: 0 auto 20px;
	padding-top: 24px;
	background: url('../../img/border03.gif') top left repeat-x;
	}

.ranking dl dt {
	width: 105px;
	padding-left: 70px;
	float: left;
	}

.ranking dl dd {
	width: 420px;
	float: right;
	}

.ranking dl dd a {
	line-height: 1;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
	}

.ranking dl dt.ranking-01 {background: url('../img/icon_rank01.gif') bottom left no-repeat;}
.ranking dl dt.ranking-02 {background: url('../img/icon_rank02.gif') bottom left no-repeat;}
.ranking dl dt.ranking-03 {background: url('../img/icon_rank03.gif') bottom left no-repeat;}
.ranking dl dt.ranking-04 {background: url('../img/icon_rank04.gif') bottom left no-repeat;}
.ranking dl dt.ranking-05 {background: url('../img/icon_rank05.gif') bottom left no-repeat;}
.ranking dl dt.ranking-06 {background: url('../img/icon_rank06.gif') bottom left no-repeat;}
.ranking dl dt.ranking-07 {background: url('../img/icon_rank07.gif') bottom left no-repeat;}
.ranking dl dt.ranking-08 {background: url('../img/icon_rank08.gif') bottom left no-repeat;}
.ranking dl dt.ranking-09 {background: url('../img/icon_rank09.gif') bottom left no-repeat;}
.ranking dl dt.ranking-10 {background: url('../img/icon_rank10.gif') bottom left no-repeat;}

