@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;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}