#osusume {
}
#osusume .text {
	font-size: 90%;
	line-height: 1.2;
	text-align: left;
	height: auto;
	margin-top: 5px;
	width: 110px;
	margin-left: 75px;
}
#osusume .item {
	width: 188px;
	height: auto;
	margin-bottom: 3px;
	white-space: nowrap;
	}

#osusume .item:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
#osusume .name {
	font-size: 110%;
	font-weight: bold;
	margin-right: 5px;
}
#osusume #item01{
	background-image: url(../osusume/01.jpg);
	width: 188px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFC;
}
#osusume #item02 {
	background-image: url(../osusume/02.jpg);
	width: 188px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFC;
}
#osusume #item03 {
	background-image: url(../osusume/03.jpg);
	width: 188px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFC;
}
