@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
	background-image:url(../img/img_html_bg_1.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
img{
	padding:0px;
	margin:0px;
	border:none;
}
#frame{
	background-image:url(../img/img_bg_stage_1.jpg);
	background-repeat:no-repeat;
	width:320px;
	padding:115px 78px 0px 78px;
	/* 中央揃え */
	margin: 0px auto;
	text-align:center;
}
#contents{
	width:280px;
	background-color: #000;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
	text-align:left;
	
	padding: 0px 20px 20px 20px;
}
/* IE 6 only */
* html #contents{ width: 324px; } 


#contents h2{
	background-color:#960000;
	padding:4px;
	margin: 4px 0px;	
	font-size:12px;
	color:#FFFFFF;
	
	border: solid 1px #960000;	
	border-right: 1px solid #960000;
    border-bottom: 1px solid #960000;

}
/*#contents img.title{
	margin-right: 44px;
	
}
#contents img.button{
	margin-bottom:4px;	
}*/


/* ボタン制御 */
#btn_stage{
	margin:0px 0px 15px 0px;
	padding:0px;
}

#btn_category{
	margin:0px 0px 10px 0px;
	padding:0px;
}



/* Ranking List */
table {
	width: 280px;
	font-size: 12px;
	
	margin-bottom: 10px;
	border-bottom: solid 10px #960000;
}

th{
	background-color:#960000;
	padding:3px;
	
	color:#FFFFFF;
	text-align:center;
	
	border-right: 1px solid #960000;
    border-bottom: 1px solid #960000;
}

td{
	background-color:#000;
	padding:3px;
	
	color:#fff;
	text-align:right;
	
    border: 1px solid #960000;
}

/* jump link */
#nextjump{
	text-align:right;
	margin: 0px;
	padding: 0px;
}
#nextjump a{
	color:#FFFFFF;
	font-size: 12px;
	
	text-decoration:underline;
}
#nextjump a:hover{
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
#prevjump{
	text-align:left;
	margin: 0px;
	padding: 0px;
}
#prevjump a{
	color:#FFFFFF;
	font-size: 12px;
	
	text-decoration:underline;
}
#prevjump a:hover{
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
}