@charset "shift_jis";
@import "common.css";
@import "contents.css";

#contents_body p {
	margin: 0px;
	padding: 0px;
}

#contents_body .midashi_mid {
	font-size: 10.5pt;
	font-weight: bold;
	color: #915036;
	margin-bottom: 5px;
}

#contents_body img.position {
	position: relative;
	top: 6px;
	margin: 0px 3px;
}

#contents_body img.margin_6years {
	margin: 25px 2px 20px;
}

#contents_body .box_line {
	border: 2px dashed #a34e30;
}

#contents_body img.margin_12years {
	margin: 8px 0px 6px 30px;
}

#contents_body .two_column_left {
	width: 290px;
	text-align: left;
	float: left;
	margin-left: 30px;
}

#contents_body .two_column_right {
	width: 290px;
	text-align: left;
	float: right;
	margin-right: 30px;
}

/* ie6 start */
*html #contents_body .two_column_left {
	width: 290px;
	text-align: left;
	float: left;
	margin-left: 15px;
}

*html #contents_body .two_column_right {
	width: 290px;
	text-align: left;
	float: right;
	margin-right: 15px;
}
/* ie6 end */

#contents_body .column_ttl {
	width: 290px;
	height: 35px;
	font-size: 11pt;
	font-weight: bold;
	color: #c7394d;
	text-align: left;
	text-indent: 40px;
	background: url(../images/bg_two_column_ttl.jpg) no-repeat;
}

#contents_body .column_ttl span {
	position: relative;
	top: 6px;
}

#contents_body .column_body {
	width: 290px;
	font-size: 9pt;
	line-height: 160%;
	text-align: left;
	margin-bottom: 20px;
}

#contents_body .column_body.bottom {
	margin-bottom: 0;
}
