@charset "utf-8";

/* ranking.css */


/*-------------------------------------------------
///	body	
-------------------------------------------------*/

body {
	background: url(http://rockdendo.com/img/bg_footer.jpg) no-repeat center bottom;
}


/*-------------------------------------------------
///	wrapper	
-------------------------------------------------*/

#wrapper {
	background: url(http://rockdendo.com/img/bg_wrapper_header.gif) repeat-x center top;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
} 


/*-------------------------------------------------
///	header	
-------------------------------------------------*/

#header {
	text-indent: -9999px;
	background: none;
	width: 950px;
	height: 185px;
	margin: 0 auto 5px auto;
}

#header h1 {
	background: url(http://rockdendo.com/img/img_logo_ranking.jpg) no-repeat left top;
	text-align: left;
}

#header h1 a {
	display: block;
	width: 444px;
	height: 185px;
}

/*-------------------------------------------------
///	contents	
-------------------------------------------------*/

#contents h2 {
	margin-bottom: 30px;
}


/*-------------------------------------------------
///	FirstCol	
-------------------------------------------------*/

#FirstCol {
	margin-top: -35px;
	position: relative;
	width: 721px;
}

#FirstCol h3 {
	margin-bottom: 20px;
}

table.ranking01 {
	border-top: #FFF 1px solid;
	width: 690px;
}

table.ranking01 td {
	border-bottom: #FFF 1px solid;
	padding: 10px 5px;
	text-align: left;
}

table.ranking01 td.photo {
	width: 60px;
}

table.ranking01 td.photo .mr5 {
	margin-right: 5px;
}

table.ranking01 td.photo02 {
	width: 90px;
}

table.ranking01 td.coment {
}

table.ranking01 td img {
	vertical-align: middle;
}

table.ranking01 td span.band_name {
	font-size: 16px;
}

.ranking_table {
	border-bottom: #FFF 1px solid;
}


table.ranking02 {
	width: 230px;
	float: left;
	text-align: left;
}

table.ranking02 td {
	padding: 5px 5px 0px 0;
	font-size: 12px;
	vertical-align: top;
	padding-top: 20px;
	text-align: left;
	width: 145px;
}

table.ranking02 td a {
	line-height: 100%;
}


table.ranking02 td img {
}

table.ranking02 td.band {
	width: 80px;
	vertical-align: middle;
	padding-left: 10px;
	height: 115px;
}

table.ranking02 td.band img {
	margin-bottom: 5px;
	margin-right: 5px;
	vertical-align: middle;
	text-align: left;
}

table.ranking02 td.band a {
}

table.ranking02 td.music {
	padding-top: 0;
	color:#FFFF00;
	width: 230px;
	padding-left: 10px;
	padding-bottom: 20px;
}

table.ranking01 td span.music_name {
	font-size: 16px;
	color: #FFFF00;
}

img { -ms-interpolation-mode: bicubic; } 

