@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; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
