@charset "shift_jis";
/* CSS Document */

div#inherit01 h2,
div#inherit02 h2 {
	text-align: center;
	margin-bottom: 20px;
}

/* =========================================================
inherit01
========================================================= */
div#inherit01 {
	margin: 0 0 20px;
}

div#inherit01 div.wrap {
	background: none;
}

div#inherit01 h3 {
	width: 590px;
	height: 60px;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
}

div#inherit01 h3 a {
	width: 590px;
	height: 60px;
	background: url(../img/btn_formlist_off.png) no-repeat;
	display: block;
}

div#inherit01 h3 a:hover {
	width: 590px;
	height: 60px;
	background: url(../img/btn_formlist_on.png) no-repeat;
}

div#inherit01 table {
	width: 590px;
	margin: 0 auto;
	border-collapse: collapse;
	display: none;
}

div#inherit01 table tr th,
div#inherit01 table tr td {
	padding: 8px;
	line-height: 20px;
	vertical-align: top;
	border-bottom: 1px solid #D6D6D6;
	text-align: left;
}

div#inherit01 table tr th {
	width: 160px;
	font-weight: bold;
	white-space: nowrap;
	border-right: 1px solid #D6D6D6;
}

div#inherit01 table tr th.cap {
	color: #0070CD;
}

div#inherit01 table tr th.nobdr {
	width: 390px;
	border-right: none;
}

div#inherit01 table tr td {
	width: 390px;
}

div#inherit01 table tr td span {
	font-weight: bold;
}

