@charset "UTF-8";

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



/* design
----------------------------------------------- */
h3 {
	margin: 20px 0 0;
	padding: 5px 0 5px 10px;
	border-left: 5px solid #303393;
	background: #dcdcdc;
}

#contents dt {
	margin: 15px 0 0;
	color: #303393;
}
#contents dd {
	padding: 0 0 10px 20px;
	border-bottom: 1px dotted #c8c8c8;
}

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


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