@charset "UTF-8";
/* CSS Document */

.float_left {
	margin: 10px;
	float: left;
}
.float_right {
	margin: 10px;
	float: right;
}
