@charset "Shift_JIS";

.graph { 
	position: relative; /* IE is dumb */
	width: 100px; 
	height:16px;
	/*padding: 2px; */
	margin-bottom: 1px;
	background: #c4c4c4;
}
.graph .bar { 
	display: block;
	position: relative;
	background: #CD4187;
	text-align: center;
	color: #333; 
	height: 16px; 
	line-height: 1.5em;
}
.graph .bar span {
	position: absolute;
	width:50px;
	left: 1em;
	/*color:#707070;*/
}