@charset "utf-8";

/* --------------------------------------------------
	=fudosan
-------------------------------------------------- */

#fudosan-column {
	background: url(../fudosan/images/fudosan_bg.gif) repeat-y center top;
}

#fudosan-column-ft {
	height: 10px;
	background: url(../fudosan/images/fudosan_ft.gif) no-repeat center top;
	font-size: 1%;
	text-indent: -9999px;
}

#fudosan-column ul li {
	float: left;
	width: 200px;
}

#fudosan-column ul li p {
	padding: 0 10px;
	font-size:115%;
	line-height: 1.5;
}

/* --------------------------------------------------
	=explain
-------------------------------------------------- */

#explain table {
	border-top: solid 1px #979797;
	border-left: solid 1px #979797;
	width: 620px;
}

#explain table tr td {
	padding: 8px;
	border-bottom: solid 1px #979797;
	border-right: solid 1px #979797;
}

#explain table tr th {
	padding: 8px;
	border-bottom: solid 1px #979797;
	border-right: solid 1px #979797;
	text-align: center;
}

#explain table tr th.merit {
	width: 220px;
	color: #fff;
	background-color: #036eb5;
	font-size: 14px;
}

#explain table tr th.demerit {
	width: 220px;
	background-color: #cccccc;
	font-size: 14px;
}

#explain table tr td.head {
	background-color: #d5eeee;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#explain table tr td ul.merit-list li {
	padding-left: 10px;
	background: url(../common/arrow.gif) no-repeat left 3px;
	font-size:115%;
	line-height: 1.5;
}

#explain table tr td ul.demerit-list li {
	padding-left: 10px;
	background: url(../common/arrow_gray.gif) no-repeat left 3px;
	font-size:115%;
	line-height: 1.5;
}

/*----*/
.main-txt p span.clrRe {
	color:#ff0000
}
