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

.float_right {
	float: right;
}
.float_left {
	float: left;
}
