@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 #a7203d;
	background: #dcdcdc;
}

#contents dt {
	margin: 15px 0 0;
}
#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;
}

/* 100204
----------------------------------------------- */
#contents dt .bold {
	color: #a7203d;
}
#contents dd .caution {
	color: #a7203d;
}


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