@charset "UTF-8";

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



/* design
----------------------------------------------- */
h3 {
	padding: 3px 0 3px 10px;
	border-left: 5px solid #c54d2b;
	background: #aaa;
	color: #fff;
}

.column {
	width: 580px;
	margin: 15px 0 0;
}
.column .left {
	float: left;
	width: 280px;
}
.column .right {
	float: right;
	width: 280px;
}


/* clear float
----------------------------------------------- */
.column:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
