@charset "utf-8";
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.fl_clear {
	clear: both;
	float: none;
}
#a {
	width: 700px;
}
