#box01{
	float: left;
	width: 200px;
}

#box02{
	float: right;
	width: 570px;
}

#box02 span{
	font-size: 110%;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCCCC;
	margin-top: 20px;
	display: block;
	padding-bottom: 5px;
}

