@charset "utf-8";
/* CSS Document */



.lft{
	text-align:center;
 }

.short{

	width:228px;

}

.long{

	width:637px;

	border-bottom:#a4ca70 1px solid;
}

#score{

	position:absolute;
	
	top:20px;
	
	left:405px;	
		
 }
 
#score_recent>h2{

	/*color:#ff66ff;*/

	text-indent:-999px;

	background:url('./img/score.png') top left no-repeat;

	height:50px;

	margin-bottom:-1px;

}

#bot{

	/*color:#ff66ff;*/

	text-indent:-999px;

	background:url('./img/sm_bg_foot_gre.png') top left no-repeat;

	height:50px;

}

#explan>h2{

	/*color:#ff66ff;*/

	text-indent:-999px;

	background:url('./img/expln.png') top left no-repeat;

	height:50px;

	margin-bottom:-1px;

}

#explanmain{

	background:#FFF;

	border-top:#a4ca70 1px solid;
	
	border-right:#a4ca70 1px solid;
	
	border-left:#a4ca70 1px solid;

	padding-bottom:1em;

}


#explanmain>p{

	text-align:left;

	margin:10px 10px 0 20px;

	line-height:20px;

}


 


