@charset "UTF-8";
/*▼▼▼▼▼▼ タイトル ▼▼▼▼▼▼*/
#content h2 {
	color: #6eb562;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 45px;
	background-image: url(../img/h2_green.png);
	background-repeat: no-repeat;
	text-indent: 65px;
	width: 640px;
	height: 40px;
	margin: 0 0 5px;
	display: block; }
/*▼▼▼▼▼▼ 本文 ▼▼▼▼▼▼*/
#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px;
	padding-left: 5px;
	border-left: 8px solid #6eb562; }
#content h4 {
	color: #6eb562;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px; }

#content h5 {
	font-size:   1.2em;
	font-weight: bold;
	margin: 0 0 5px; }

#inner_navi a {
	text-decoration: none; }

#inner_navi a:hover {
	color: #6eb562;
	text-decoration: underline; }
/*▼▼▼▼▼▼ txt ▼▼▼▼▼▼*/
#txt img {
	float: left;
	margin: 0 20px 15px 0; }
#txt .right {
	font-size: 1.2em;
	text-align: right; }

#txt ul {
	margin: 25px 0;
	padding: 15px 15px 15px 18px;
	border: solid 1px #aaa;
	display: block; }

#txt li {
	text-indent: -1em;
	margin: 0 0 5px;
	padding-left: 1em;
	list-style-type: circle;
	list-style-position: inside;
	 }

	 
/*▼▼▼▼▼▼ table ▼▼▼▼▼▼*/
.table th ,.table .th {
	color: #6eb562;
	font-weight: normal;
	background-color: #f2faf0;
	text-align: left;
	padding: 2px 5px;
	border-bottom: 1px solid #aaa; }

.table td {
	text-align:       left;
	padding:          2px 5px;
	border-bottom:    1px solid #aaa;
	border-left: 1px dashed #aaa; }

.table .top {
	border-top: 1px solid #aaa;
	 }
.table .left {
	border-left-style: none; }
.table .left_line {
	border-left: 1px dashed #aaa;
	 }

.table caption {
	color: #6eb562;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 5px; }

.table a {
	text-decoration: underline;	 }

.table a:hover {
	color: #6eb562;
	text-decoration: none; }
	
/*▼▼▼▼▼▼ その他 ▼▼▼▼▼▼*/
#content ul {
	margin: 0 0 10px; }

#content .dot li {
	text-indent: -1em;
	margin: 0 0 3px;
	padding-left: 1.5em;
	list-style-type: disc;
	list-style-position: inside; }

#content .num li {
	text-indent:         -1em;
	margin: 0 0 3px;
	list-style-type:     decimal;
	list-style-position: inside;
	padding-left:        1.5em; }

#content .circle li {	text-indent:         -1em;
	list-style-type:     circle;
	list-style-position: inside;
	margin:              0 0 3px;
	padding-left:        1.5em; }

#content .offset {
	margin: 0 0 0 15px; }

#content .right {
	text-align: right; }
	

/*▼▼▼▼▼▼ insurance ▼▼▼▼▼▼*/
.table .top2 {
	border-top: 1px solid #aaa;
	background-color: #f2faf0;
	text-align: center; }

.table .left_menu { font-weight: bold; text-align:       left; padding:          2px 5px; border-bottom:    1px solid #aaa; border-left-style: none; }
/*▼▼▼▼▼▼ ローンシミュレーション ▼▼▼▼▼▼*/
#calculator {
	text-align: center;
	margin: 10px 0 30px;
	
	
	 }

#in_calculator {
	width: 450px;
	margin:     0 auto; }

#calculator th {
	color: #6eb562;
	font-weight: normal;
	background-color: #f2faf0;
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #aaa; }
#calculator td {
	text-align:       left;
	padding:          8px;
	border-bottom:    1px solid #aaa;
	border-left: 1px dashed #aaa; }
#calculator .top {
	border-top: 1px solid #aaa;
	 }
#calculator caption {
	text-align: right;
	margin: 0 0 5px; }
.button {
	text-align: center;
	width: 450px;
	margin: 10px 0 20px; }
