@charset "UTF-8";

body {
	color: #000000;
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Sans-serif;
	font-size: 9pt;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.33em;
}

h1 {
	font-size: 177%;
	font-weight: bold;
	line-height: 1em;
}

#summary {
	color: #0000cc;
	background-color: #ffffff;
	font-weight: bold;
	margin: 8px 0;
}

#columns {
	margin: 16px 0;
}

#columns h2 {
	color: #ffffff;
	background-color: #006600;
	font-size: 133%;
	font-weight: bold;
	margin: 4px 0;
}

#columns h2 img {
	vertical-align: bottom;
}

#column1 {
	float: left;
	width: 320px;
}

#column2 {
	float: right;
	width: 320px;
}

#columns li {
	line-height: 1em;
	margin-bottom: 3px;
	margin-left: 25px;
	list-style-type: disc;
	list-style-image: url(index/disc.png);
}

#columns li li {
	margin-left: 10px;
}

#columns li ul {
	margin-top: 5px;
}

#columns li.new {
	list-style-type: circle;
	list-style-image: url(index/newdisc.png);
}

#columns .screenshot {
	text-align: center;
	margin: 4px 0;
	padding: 4px 0;
	border: solid 1px #999999;
	background-color: #eff7ff;
}

#columns .screenshot-caption {
	font-weight: bold;
}

.clearhack {
	clear: both;
	visibility: hidden;
	height: 0;
}

#requirements h2,
#support h2 {
	font-size: 133%;
	font-weight: bold;
	margin-left: 10px;
	position: relative;
	top: 0;
	z-index: 1;
}

#requirements h2 span.fillbackground,
#support h2 span.fillbackground {
	background-color: #ffffff;
	padding-left: 4px;
	padding-right: 4px;
}

#requirements h2 img,
#support h2 img {
	vertical-align: bottom;
}

#requirements-table,
#support-table {
	position: relative;
	top: -10px;
	padding: 14px 0 4px;
	border: solid 4px #999999;
	z-index: 0;
}

#requirements-table table,
#support-table table {
	width: 100%;
}

#requirements th,
#requirements td,
#support th,
#support td {
	vertical-align: top;
}

#requirements th,
#support th {
	padding-left: 1em;
	font-weight: bold;
}

#requirements th {
	width: 8em;
}

#support th {
	width: 13em;
}

#requirements tr.toprow,
#support tr.toprow {
	background-color: #ffffff;
}

#requirements tr.botrow,
#support tr.botrow {
	background-color: #eeeeee;
}

#notes ul li {
	margin-left: 20px;
}

#clustalw {
	list-style-type: square;
	list-style-image: url(index/kome.png);
}

#newmarkdesc {
	display: list-item;
	list-style-type: circle;
	list-style-image: url(index/newdisc.png);
}

#copyright {
	text-align: right;
	font-family: "Arial", sans-serif;
	font-size: 77%;
}

a img {
	border: none;
}

span.hiddennew {
	display: none;
}

