@charset "UTF-8";

/* ----------------------------------------------------------------
   概要
   ---------------------------------------------------------------- */

.gaiyo {
	font-size:small;
	line-height: 1.3em;
	margin-bottom: 2em;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	border-bottom-width: 1px solid #666;
	border-left-width: 2px solid #666;
	margin-top: 1em;
}
.gaiyo caption {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.gaiyo th {
	background-color:#669933;
	color: #FFFFFF;
	width: 7em;
	text-align: center;
	border-right: 0.5px solid #666;
	border-bottom: 2px solid #666;
}
.gaiyo td {
	background-color:#F6E98E;
	border-bottom: 2px solid #666;
}

.keika {
	font-size:small;
	line-height: 1.1em;
}
.keika caption {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.keika th {
	background-color:#CEEAFF;
	text-align: center;
	width: 10em;
}
.keika td {
	margin: 0.5em;
}

