@charset "utf-8";
/* CSS Document */
.l_col
{
	float: left;
	width: 120px;
	color: #ffd700;
}
.r_col
{
	float: left;
	width: 400px;
	color: silver;
	margin-bottom: 10px;
}
