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

table.tableDesign01 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: separate;
	font-size: 100%;
	border-spacing: 2px;
	border-width: 1px;
	border: solid;
}

table.tableDesign01 caption {
  margin-top: 1em;
  text-align: right;
}

table.tableDesign01 th,
table.tableDesign01 td {
  padding: 2px 3px;
}

table.tableDesign01 th {
	background: #333333;
	text-align: center;
	white-space: nowrap;
	font-size: 92%;
	border-width: 1px;
	border-style: outset;
}

table.tableDesign01 {
  background: #000000;
  text-align: right;
  white-space: nowrap;
}

table.tableDesign01 p.item {
	padding: 1em 1em;
	background: #333333;
	text-align: center;
	white-space: nowrap;
	font-size: 92%;
	border-width: 1px;
	border-style: outset;
}