@charset "utf-8";

/* CSS Document */

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

	// schedule.html

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


div#main h1 {
	height: 70px;
	background: url(../images/ranking-h1.gif) no-repeat;
	text-indent:-999999px;}


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

	// schedule 出勤情報

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

div#ranking {
	clear: both;
	width: 670px;
}

div#ranking p {
	width:596px;
	height:73px;
	background:url(../images/ranking-title-bg.gif) no-repeat 160px center;
}


div#ranking p span{
	margin:0 0 0 60px;
	display: block;
	text-align: center;
	width: 510px;
	color: #FF0066;
	font-weight: bold;
	padding-top: 30px;
}


div.rankArea {
	clear: both;
	height: 350px;
}


div#rankingBox {width: 670px;}



div#rankingBox ul li {
	display: block;
	float: left;
	width: 127px;
	padding: 0px 0 25px 1px;
	background: url(../images/ranking-list-bg.gif) no-repeat;
	width: 127px;
}


div#rankingBox ul li ul li {
	padding: 0;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
	background-image: none;
}


div#rankingBox ul li ul li.schPhoto img {border: 1px solid #cccccc;}


div#rankingBox ul li ul li.schPhoto {
	margin: 15px 0 18px 0;

}


div#rankingBox ul li ul li.schName {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}


div#rankingBox ul li ul li.schName a {
	color: #FF0066;
	text-decoration: underline;
}



div#rankingBox ul li ul li.schTime {
	margin: 0;
	color: #000066;
	font-size: 93%;
	font-weight: bold;
}


div#rankingBox ul li ul li.genre {text-align:left;}
