.w-back {		/* 背景白 */
	background-color: #ffffff;
	}

.b-left {		/* 背景青、左揃え */
	width:130px;
	text-align: right; 
	vertical-align: top;
	white-space: nowrap; 
	background-color: #e0ffff;
	} 
	
.b-center {		/* 背景青、中央揃え */
	text-align: center; 
	white-space: nowrap; 
	background-color: #e0ffff;
	} 

