@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 {
	text-align:center;
	margin-left:40px;
  margin-top:5px;
  margin-bottom: 1em;
  width: 430px;
  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;
}

.linkBox{
	list-style:none;
	float:left;
	margin:2px;
}

.linkLast{
	clear:both;
}

h2{
	text-align:center !important;
	color:#33F !important;
}

h3{
	text-align:center !important;
}