@charset "UTF-8";

/*main*/
#leftColumn {
	clear: both;
	float: left;
	width: 267px;
}
#rightColumn {
	float: left;
	width: 690px;
	margin-top: 15px;
}
.contents {
	margin-left: 20px;
}

