/* Starのスタイル：Small */
.small_starBg{
	 background:url(../img/rstar_none.png); 
	 height:25px; 
	 padding:0px; 
	 margin:0px; 
	 cursor:pointer;
	 position:absolute; 
	 top:0px; 
}
.small_starOvering{
	background:url(../img/rstar_full.png); 
	height:25px; 
	list-style-type:none;
	position:absolute; 
	top:-2px; 
	left:0;
}
.small_starON{
	 height:25px;
	 list-style-type:none;
	 position:absolute; 
	 top:0; 
	 left:0; 
}
/*  Readonly*/
.small_starBgReadonly{
	 background:url(../img/rstar_none.png); 
	 height:25px; 
	 padding:0px; 
	 margin:0px; 
	 position:absolute; 
	 top:0px; 
}

/* Starのスタイル：Large */
.large_starBg{
	 background:url(../img/rstarL_none.png);
	 height:38px; 
	 padding:0px; 
	 margin:0px; 
	 cursor:pointer;
	 position:absolute; 
	 top:0px; 
	}
.large_starOvering{
	background:url(../img/rstarL_full.png); 
	height:38px; 
	list-style-type:none;
	position:absolute; 
	top:-2px;
	left:0;
}
.large_starON{
	 height:38px;
	 list-style-type:none;
	 position:absolute; 
	 top:0; 
	 left:0; 
}
