/**********************************
*** select information style
***********************************/


/***********************************
*** staff table styles
***********************************/
.table_style01 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	letter-spacing: 0.01em;
	text-align: center;
	line-height: 
	background-color: #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	float: left;
}
.table_style01 th {
	height: 0.8em;
	margin: 0;
	padding: 0.2em 0.2em;
	white-space: nowrap;
	font-weight: normal;
	background-color:#e4e1ff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.table_style01 th.l {
	text-align: left;
}
.table_style01 td {
	padding: 0.2em 5px;
	white-space: nowrap;
	empty-cells: show;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	line-height: 0.9em;
}

/***********************************
*** schedule table styles
***********************************/
.schedule_table {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	letter-spacing: 0.01em;
	text-align: center;
	background-color: #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;

}
.schedule_table th {
	height: 0.8em;
	margin: 0;
	padding: 0.2em 0.2em;
	white-space: nowrap;
	font-weight: normal;
	background-color:#e4e1ff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;

}
.schedule_table td {
	padding: 5px 5px;
	white-space: nowrap;
	empty-cells: show;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}




















/**********************************
*** result table styles
***********************************/
.result_table {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 85%;
	letter-spacing: 0.01em;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.result_table th {
	height: 2em;
	margin: 0;
	padding: 5px 5px;
	white-space: nowrap;
	font-size: 85%;
	font-weight: normal;
	background-color:#ffffcc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.result_table th.team {
	width: 8.5%;
}
.result_table th.team2 {
	width: 20%;
}
.result_table th.team3 {
	width: 15%;
}

.result_table td {
	padding: 5px 0;
	white-space: nowrap;
	empty-cells: show;
	font-size: 130%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.result_table td.separator {
	background-color:#ffffcc;
}


/***********************************
*** result table styles2(for 2nd stage)
***********************************/
.result_table_2nd {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 75%;
	letter-spacing: 0.01em;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.result_table_2nd th {
	height: 2em;
	margin: 0;
	padding: 5px 5px;
	white-space: nowrap;
	font-size: 120%;
	font-weight: normal;
	background-color:#ffffcc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.result_table_2nd th.a {
	width: 20%;
}
.result_table_2nd th.b {
	width: 15%;
}
.result_table_2nd td {
	padding: 5px 0;
	white-space: nowrap;
	empty-cells: show;
	font-size: 130%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/***********************************
*** result table styles(fot comments)
***********************************/
.result_table2 {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 90%;
	letter-spacing: 0.01em;
	text-align: center;
	background-color: #cccccc;
}
.result_table2 tr {
}
.result_table2 th {
	height: 2em;
	margin: 0;
	padding: 5px 5px;
	white-space: nowrap;
	font-size 85%;
	font-weight: normal;
	background-color:#ffffcc;
}
.result_table2 td {
	padding: 5px 0;
	white-space: nowrap;
	empty-cells: show;
	background-color: #ffffff;
}


/***********************************
*** team table styles
***********************************/
.team_table {
	width: 550px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	letter-spacing: 0.01em;
	text-align: center;
	background-color: #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;

}
.team_table th {
	height: 1em;
	margin: 0;
	padding: 5px 5px;
	white-space: nowrap;
	font-weight: normal;
	background-color:#ffffcc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;

}
.team_table td {
	padding: 5px 5px;
	white-space: nowrap;
	empty-cells: show;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.team_table th.team {
	text-align: left;
	background-color: #ff80ff;
	color: #ffffff;
	font-weight: bold;
}

.team_table td.left {
	text-align: left;
}


/***********************************
*** time schedule style
***********************************/
.time_schedule {
	width: 100%;
	margin: 0 0 0 20px;
	
	float: left;
}
.time_schedule .time {
	width: 5em;
	margin: 0.1em 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	float: left;
	color: green;
}
.time_schedule .data {
	margin: 0.1em 0;
	padding: 0 0 0 3em;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	float: left;

}

/***********************************
*** photo gallery style
***********************************/
.gallery_box {
	width:270px;
	margin: 0 20px 20px 0;
	padding: 0;
	float: left;
	text-align: left;
}







/***********************************
*** in line frame style
***********************************/
.iframe_no01 {
	width: 100%;
	height: 550px;
	margin: 20px 0 0 0;
}

/***********************************
*** common table styles
***********************************/
.common_table {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 80%;
	letter-spacing: 0.01em;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.common_table th {
	height: 0.5em;
	margin: 0;
	padding: 3px;
	white-space: nowrap;
	font-weight: normal;
	background-color:#ffffcc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.common_table td {
	margin: 0;
	padding: 3px 0;
	white-space: nowrap;
	empty-cells: show;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.separator01 {
	margin: 40px 0;
	padding: 0;
	border-top: 1px solid #cccccc;
}