@charset "UTF-8";
.boxLeft {
	text-align:left;
	float: left;
	width: 200px;
	position: relative;
	margin-left:10px;
}
.boxRight {
	text-align: left;
	float:right;
	width: 65%;
	position: relative;
	margin-left:10px;
}
.boxFull {
	width: 100%;
	position: relative;
	float:left;
	clear:both;
	padding:10px 0 10px 0;
}
