@charset "utf-8";
/* CSS Document */

table.tbl01,
table.tbl01b {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-top: solid 1px #B2B2B2;
	border-left: solid 1px #B2B2B2;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 100%;
}

table.tbl01 th,
table.tbl01 td,
table.tbl01b th,
table.tbl01b td {
  padding: 4px 6px;
}

table.tbl01 th,
table.tbl01b th {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #EDEDED;
	text-align: left;
	white-space: nowrap;
}
table.tbl01 th {
	width: 200px;
	font-weight: normal;
}

table.tbl01b th {
	width: 100px;
}
table.tbl01 td,
table.tbl01b td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #FFF;
}
table.tbl01 td {
  width: 450px;
}

table.tbl02 {
	margin-top: 0.2em;
	margin-bottom: 2em;
	border-top: solid 1px #F8E2F1;
	border-left: solid 1px #F8E2F1;
	border-right: solid 1px #F8E2F1;
	border-bottom: solid 1px #F8E2F1;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 100%;
}

table.tbl02 caption {
	background: #F8E2F1;
	border-top: solid 3px #D5A2BF;
	font-weight: bold;
	margin-bottom: 0.2em;
	padding-left: 5px;
	text-align: left;
}

table.tbl02 caption,
table.tbl02 th,
table.tbl02 td {
	padding: 4px 6px;
}

table.tbl02 th {
	background: #F8E2F1;
	border-bottom: 1px solid #D5A2BF;
	border-right: 1px solid #D5A2BF;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	width: 80px;
}

table.tbl02 td {
	background: #FFF;
	border-bottom: solid 1px #D5A2BF;
	border-right: solid 1px #D5A2BF;
	width: 600px;
}
table.tbl02 td.cap {
	background: #f0f0f0;
	border: none;
	border-top: 3px solid #fff;
	border-left: 7px solid #999;
	border-bottom: solid 1px #F8E2F1;
	font-weight: bold;
	padding: 4px;
}

table.tbl03,
table.tbl03b,
table.tbl03c {
	margin: 0;
	border-collapse: collapse;
}
table.tbl03 td {
  width: 250px;
}
table.tbl03b td {
  width: 300px;
}
table.tbl03c { /*2011フォーラム報告グラフ*/
  width: 700px;
}
table.tbl03c td {
vertical-align: bottom;
}


table.tbl04 {
	margin: 0 10px;
	border-collapse: collapse;
}
table.tbl04 th {
  width: 150px;
  font-weight: normal;
  text-align: left;
}
table.tbl04 td {
  width: 600px;
  padding: 10px 0;
}
table.tbl04 tr.line1 {
	border-top: 1px dotted #666666;
}
table.tbl04 tr.line2 {
	border-bottom: 1px dotted #666666;
}

table.tbl05 {
	margin-top: 0.2em;
	margin-bottom: 2em;
	border-top: solid 1px #F8E2F1;
	border-left: solid 1px #F8E2F1;
	border-right: solid 1px #F8E2F1;
	border-bottom: solid 1px #F8E2F1;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 100%;
}

table.tbl05 caption {
	background: #F8E2F1;
	border-top: solid 3px #D5A2BF;
	font-weight: bold;
	margin-bottom: 0.2em;
	padding-left: 5px;
	text-align: left;
}

table.tbl05 caption,
table.tbl05 th,
table.tbl05 td {
	padding: 4px 6px;
}

table.tbl05 th {
	background: #F8E2F1;
	border-bottom: 1px solid #D5A2BF;
	border-right: 1px solid #D5A2BF;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}

table.tbl05 td {
	background: #FFF;
	border-bottom: solid 1px #D5A2BF;
	border-right: solid 1px #D5A2BF;
}
table.tbl05 td.cap {
	background: #f0f0f0;
	border: none;
	border-top: 3px solid #fff;
	border-left: 7px solid #999;
	border-bottom: solid 1px #F8E2F1;
	font-weight: bold;
	padding: 4px;
}

/* 修了者リスト */
table.tbl_list01 {
	margin: 0 auto;
}
table.tbl_list01 td {
	padding: 8px;
	text-align: center;
	white-space: nowrap;
}
.list_hkd { /* 北海道　高さ指定 */
	padding: 20px 0;
}
.list_col_touhoku {
	color: #B0E0E6;
}
.list_bgcol_touhoku {
	background: #B0E0E6;
}

.list_col_kanto {
	color: #C2EB49;
}
.list_bgcol_kanto {
	background: #C2EB49;
}
.list_col_hoku {
	color: #FF0;
}
.list_bgcol_hoku {
	background: #FF0;
}
.list_col_toukai {
	color: #F0B046;
}
.list_bgcol_toukai {
	background: #F0B046;
}
.list_col_kin {
	color: #FFACAC;
}
.list_bgcol_kin {
	background: #FFACAC;
}
.list_col_tyuu {
	color: #F4D2EA;
}
.list_bgcol_tyuu {
	background: #F4D2EA;
}
.list_col_shi {
	color: #8CD9B3;
}
.list_bgcol_shi {
	background: #8CD9B3;
}
.list_col_kyu {
	color: #F0D82F;
}
.list_bgcol_kyu {
	background: #f5e577;
}

#list_tb table.tbl_list01 {
	border-collapse: separate;
	border-spacing: 5px;
}
#list_tb {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCCC99;
}
#list_tbtd {
	padding: 30px;
}
.list_tb1 {
	font-size: 14px;
	line-height: 140%;
	width: 100%;
}
.list_tb1td {
	text-align: left;
}
#area_span {
	color: #0033FF;
	cursor :pointer;
	text-decoration: underline;
}
#area_form {
	display: inline;
}
#list_tb2 {
	font-size: 12px;
	text-align:center;
	height: 50px;
}
#list_tb3 {
	font-size: 12px;
	text-align:center;
	margin-bottom: -1px;
}
#list_tb4 {
	font-size: 12px;
	text-align:center;
	border: none;
	width: 100%;
}
#list_tb2 span {
	color: #0033FF;
	cursor :pointer;
	text-decoration: underline;
}
#list_tb2 form {
	display: inline;
}
#list_tb3 span {
	color: #0033FF;
	cursor :pointer;
	text-decoration: underline;
}
#list_tb3 form {
	display: inline;
}
#list_tb4 span {
	color: #0033FF;
	cursor :pointer;
	text-decoration: underline;
}
#list_tb4 form {
	display: inline;
}

/* 修了者リスト */
table.cmp_list {
	border-top: solid 1px #B2B2B2;
	border-left: solid 1px #B2B2B2;
	border-collapse: collapse;
	font-size: 100%;
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 100%;
}

table.cmp_list caption {
	background: #999999;
	border-top: 3px solid #CCCCCC;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0.2em;
	padding-left: 5px;
	text-align: left;
}
 
table.cmp_list caption {
  padding: 8px 6px;
}

table.cmp_list th,
table.cmp_list td {
  padding: 4px 6px;
}

table.cmp_list th {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #D6D6D6;
	white-space: nowrap;
}
table.cmp_list td {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	vertical-align: top;
}
table tr.t_line01 {
	background: #F5F5F5;
}
table td.t_w01 {
	width: 20%;
}
table td.t_w02 {
	width: 60%;
}
table td.t_w03 {
	width: 20%;
}

table td.t_w30per {
	width: 30%;
}