@charset "utf-8";
/* CSS Document */

#contentBox {
	line-height: 1.3;
	width: 693px;
	margin-bottom: 20px;
	float: left;
	margin-top: 10px;
	}
	
#contentBox h2 {
	margin-top: 0;
	}

#contentBox table {
	width: 690px;
	clear: left;
}
	#contentBox table caption.captionSeibun {
	font-size: 85%;
	margin: 6px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	color: #333333;
	font-weight: normal;
	}
	#contentBox table caption.captionSeibun span.captionTtl {
	font-size: 116%;
	display: block;
	margin: 0px 0px 6px 0px;
	text-align: left;
	background-color: #369100;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
		}
	#contentBox table caption {
	margin-top: 30px;
	text-align: left;
	background-color: #369100;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
		}
	#contentBox table th {
	background-color: #F5F5F5;
	width: 25%;
	font-size: 85%;
		}
	#contentBox table#centre {
		margin-top: 5px;
		}
	#contentBox table#centre th {
	width: 20%;
		}
	#contentBox table th,td {
	border: 1px solid #999;
	padding: 4px;
	font-size: 85%;
		}

.caution {
	color: #829C32;
	}
.return {
	font-size: 85%;
}
.listFlt {
	clear: left;
	padding-bottom: 20px;
	}
.listFlt li {
	width: 20%;
	list-style-type: none;
	background-image: url(../img/icn_arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 20px;
	float: left;
	}


