@charset "UTF-8";

/* テーブル1
---------------------------------------------------------------------------- */
table.tbl01{
	font-size: 80%;
	margin: 1.5em auto 1.5em auto;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #6790C3;
	border-left-color: #6790C3; 
}

table.tbl01 th{
	font-weight: bold;
	line-height: 140%;
	padding: 0.7em;
	background-color: #F2F6F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #6790C3;
	border-right-color: #6790C3;
}

table.tbl01 th.left{
	text-align: left;
}

table.tbl01 th.center{
	text-align: center;

}


table.tbl01 td{
	padding: 0.7em;
	text-align: left;
	line-height: 140%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #6790C3;
	border-right-color: #6790C3;
}

table.tbl01 td p{
	font-size: 100%;
}


table.tbl01 td.center{
	text-align: center;
}

table.tbl01 td.right{
	text-align: right;
}

/* 入れ子テーブル */
table.noline,table.noline td{
	border: none;
}

/* 自動改行させない */
.nr{
	white-space: nowrap;
}


/* テーブル2
---------------------------------------------------------------------------- */
table.tbl02{
	font-size: 80%;
	margin: 1.5em auto 1.5em auto;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF; 
}

table.tbl02 th{
	font-weight: bold;
	line-height: 140%;
	padding: 0.7em;
/*	background-color: #FFFFFF;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

table.tbl02 th.left{
	text-align: left;
		vertical-align:middle;
}

table.tbl02 th.center{
	text-align: center;
	vertical-align:middle;
}


table.tbl02 td{
	padding: 0.7em;
	text-align: left;
	line-height: 140%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

table.tbl02 td p{
	font-size: 100%;
}


table.tbl02 td.center{
	text-align: center;
}

table.tbl02 td.right{
	text-align: right;
}

	
/* 入れ子テーブル */
table.noline,table.noline td{
	border: none;
}

/* 自動改行させない */
.nr{
	white-space: nowrap;
}		
	
