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

.normal {
	color: #000;
}

.red {
	color: #9f2729;
}

.im_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
}

.im_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: both;
}