@charset "utf-8";

.f_left {
	float:left;
	width:400px;
}

.f_right {
	float:right;
	width:100px;
	text-align:right;
}
.clear_both {
	clear:both;
}
