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

#h3Box{
	text-align:center;
	font-size:14px;
	font-weght:bold;
}
#wp	{
	background:#141414;
	width: 750px;
	margin:0 auto;
}

table.table001 {
  margin-top:5px;
  margin-bottom: 1em;
  width: 570px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 12px;
}


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

table.table001 th {
	color:#909;
	font-weight:bold;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	background: #181818;
	text-align: center;
	font-size: 16px;
}

table.table001 td {
		line-height:150%;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	background: #181818;
	text-align: left;
}

#redCenter{
	font-size:14px;
	font-weight:bold;
	color:#900;
	text-align:center;
}