@charset "UTF-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";



/* design
----------------------------------------------- */
.column {
	width: 580px;
	margin: 15px 0 0;
}
.column .left {
	float: left;
	width: 365px;
}
.column .right {
	float: right;
	width: 200px;
}


/* clear float
----------------------------------------------- */
.column:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}