@charset "shift_jis";

.TableA,
.TableB,
.TableC,
.TableD{
	border-collapse:collapse;
	width:100%;
}

.TableA th,
.TableB th,
.TableC th{
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
	text-align:left;
	font-size:1.0em;
	font-weight:normal;
	background:#e0f1df;
	border-bottom:1px solid #BBBBBB;
	border-left:none;
	border-right:1px solid #BBBBBB;
}

.TableB th{
	padding:10px 10px 10px 10px;
}

.TableD th{
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
	text-align:left;
	font-size:1.0em;
	font-weight:normal;
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
}

.TableA th.center,
.TableB th.center,
.TableC th.center,
.TableD th.center{
	text-align:center;
}

.TableA td,
.TableB td{
	padding:5px 5px 5px 5px;
	text-align:left;
	font-size:1.0em;
	font-weight:normal;
	border-top:none;
	border-bottom:1px solid #BBBBBB;
	border-left:none;
	border-right:none;
}

.TableC td{
	padding:5px 5px 5px 5px;
	text-align:left;
	font-size:1.0em;
	font-weight:normal;
	border-top:none;
	border-bottom:1px solid #BBBBBB;
	border-left:none;
	border-right:1px solid #BBBBBB;
}

.TableD td{
	padding:5px 5px 5px 5px;
	text-align:left;
	font-size:1.0em;
	font-weight:normal;
	border-top:none;
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
}

.TableB td{
	padding:10px 10px 10px 10px;
}

.TableA td.left,
.TableB td.left,
.TableC td.left,
.TableD td.left{
	text-align:left;
}

.TableA td.center,
.TableB td.center,
.TableC td.center,
.TableD td.center{
	text-align:center;
}

.TableA td.right,
.TableB td.right,
.TableC td.right,
.TableD td.right{
	text-align:right;
}

.TableA td.top,
.TableB td.top,
.TableC td.top,
.TableD td.top{
	vertical-align:top;
}

.TableA td.bottom,
.TableB td.bottom,
.TableC td.bottom,
.TableD td.bottom{
	vertical-align:bottom;
}


.capA{
	caption-side:bottom;
	text-align:right;
	font-size:1.0em;
}

.capB{
	caption-side:bottom;
	text-align:left;
	font-size:1.0em;
}

.capC{
	caption-side:top;
	text-align:left;
	font-size:1.0em;
}




