/* CSS Document */

body {
	background-color: #fcee21;
}


#frame img{
	padding:0px;
	margin:0px;
	border:none;
}

#frame{
	background-image:url(http://www.dothehudson.net/en/app/shooting-watch/img/img_bg.jpg);
	background-repeat:no-repeat;
	width:390px;
	padding:90px 25px 0px 25px;
	/* ’†‰›‘µ‚¦ */
	margin: 0px auto;
	text-align:center;
}


#frame td.center{
text-align:center;
}

#contents{
	width:400px;
	/* border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff; */
	text-align:left;
	padding: 15px 0px 20px 0px;
}


#contents h2{
	background-color:#FDAA20;
	padding:4px;
	margin: 4px 0px;	
	font-size:14px;
	color:#000;
	
	border: solid 1px #FDAA20;	
	border-right: 1px solid #FDAA20;
    border-bottom: 1px solid #FDAA20;

}


/* Ranking List */
#frame table {
	width: 400px;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: solid 10px #FDAA20;
}

#frame th{
	background-color:#FDAA20;
	padding:3px;
	color:#000;
	text-align:center;
	
	border-right: 1px solid #FDAA20;
    border-bottom: 1px solid #FDAA20;
}

#frame th.rank{
width:24px;
}

#frame td{
	background-color:#fff;
	padding:3px;	
	color:#000;
	text-align:right;	
    border: 1px solid #FDAA20;
}

#frame .td-left{
text-align:left;
}




