@charset "UTF-8";

.comp_table {
	border-top: 1px #111 solid;
	border-left: 1px #111 solid;
}
.comp_table th,.comp_table td {
	padding: 10px;
	border-right: 1px #111 solid;
	border-bottom: 1px #111 solid;
}
.comp_table th {
	background: #1a1a1a;
	vertical-align: top;
}
.comp_table td {
}

.comp_table dl dt {
	font-weight: bold;
}
.comp_table dl dd {
	padding: 0 0 10px 10px;
}


#maincontent {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
}
