﻿/* ページの二段組CSS */

#col_l {
	position: absolute;
	left: 10px;
	width: 47%;
}
#col_r {
	position: absolute;
	right: 10px;
	width: 47%;
}
