/* CSS Document */

.box01{
	float: left;
	text-align: center;
	width: 110px;
}

.box02{
	text-align: center;
	width: 210px;
}

.box03{
	float: left;
	text-align: center;
	width: 220px;
}

.clear{
	clear: both;
}

.review{
	border-bottom:solid 1px #cfcfcf;
	}

.from{
	background:#d5b957;
	color:#fff;
	font-weight:bold;
	margin-top:15px;
	padding:3px 5px;
	}

.green{
	color:#64864b;
	}

