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

/* ----------------------------------------------------------------

print style
-----------------------------------------------------------------*/

body, #container-inner, #content {
	background: #FFF url(none);
}

#header, #footer, #beta, .topic-path {
	display: none;
}


/*-----------------------------------------------------
.content
-----------------------------------------------------*/

.content {
	clear: both;
	overflow: hidden;
	width: 100%;
}
.content-inner {
	clear: both;
	overflow: hidden;
	padding-left: 15px;
}
.content h1{
	padding: 10px;
	margin: 0px 0px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	border: 1px solid #999;
	background: url(none);
}

.content h2{
	padding: 10px;
	border: 2px solid #999;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.content h3{
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.content h4{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}


.detailBox h4{
	background: #FFF;
}
/*********************************************
table02
*********************************************/

table.table02 {
	border-collapse: collapse;
	border: solid 1px #999;
	font-size: 100%;
	margin-top: 0.2em;
	margin-bottom: 1em;
}

table.table02 caption {
  margin-top: 1em;
  text-align: left;
}

table.table02 th,
table.table02 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table02 th {
	background: #fff;
	text-align: left;
	white-space: nowrap;
	color: #222;
}

table.table02 tr td table,
table.table02 tr td table td{
  border-collapse: separate;
  border-spacing: 2px;
	border: none;
	font-size: 100%;
	margin-top: 0.2em;
	margin-bottom: 1em;
}



