@charset "shift_jis";
/* CSS Document */

div.tooltip {
	line-height: 1.5;
	color: white;
	width: 195px;
	/*background: url(../images2/tooltip_bg.gif);*/
	/*border: 2px solid white;*/
	position: absolute;
	bottom: 26px;
	font-size: 90%;
	display: none;
}


div.tooltip p {
	background: url(../images2/tooltip_bg.gif);
	padding: 5px 5px 0 5px;
	}

div.tooltip-bottom {	
	height: 13px;
	width: 195px;	
	}
	


div#rank-explanation1 div.tooltip-bottom {
	background: url(../images2/tooltip_bg_bottom1.gif) no-repeat;	
	}
	
div#rank-explanation2 div.tooltip-bottom {
	background: url(../images2/tooltip_bg_bottom2.gif) no-repeat;	
	}
	
div#rank-explanation2 {
	right: 0;
}
			