@charset "shift-jis";
/* 加工2　CSS 201703 */
/* ------- テーブル2 ------- 　 */
table.tbz1 tr th { /* 見出し thタグ */
	color: white; /* 文字色 */
	background-color: #054274; /* 背景色 */
}
table.tbz1 tr:hover { /* trタグ 行にマウスが乗った時*/
	color: #19197c; /* 背景色 */
	background: #E6EEFF;
}
table.tbz1 tr td:hover { /* tdタグ セルにマウスが乗った時*/
	color: #19197c; /* 文字色 */
	background-color: #E6EEFF; /* 背景色 */
}
table.type01 {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #666;
	width: 100%;
	vertical-align: middle;
	background: #FFF;
	clear: both;
}
table.type01 th {
	padding: 2px;
	font-weight: normal;
	background: #efefef;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
table.type01 td {
	padding: 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
table.type01 a {
	color: #900;
}
table.type01 a:hover {
	color: #F69;
	text-decoration: none;
}

/* --------------- */
.f-left {
	float: left;
}
.f-right {
	float: right;
}
