@charset "utf-8";
h2 {
	color: #FF4A4A;
}
h3 {
	color: #3EC1B1;
}
#left_box {
	width: 730px;
	float: left;
	margin-left: 10px;
}
#right_box {
	width: 225px;
	float: right;
}
#bottom_box {
	clear: both;
}
