@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9pt;
	width: 592px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	text-align: center;
}

#foreword {
	text-align: center;
}

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

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

#columns h2 {
	font-size: 150%;
	background-color: #ffcccc;
	padding: 2px;
	margin-bottom: 0;
}

#columns ul {
	margin-top: 7px;
	margin-bottom: 14px;
	margin-left: 0;
	padding-left: 1.5em;
}

#columns ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

#columns li {
	list-style-image: url(img/disc.png);
	line-height: 14px;
}

#columns li.new {
	list-style-image: url(img/star.png);
}

dl.screenshot dt {
	margin: 1em 0 0 0;
	padding: 0;
	text-align: center;
}

dl.screenshot dd {
	margin: 0;
	padding: 0;
	text-align: center;
}

#screenshot1,
#screenshot3 {
	float: left;
	width: 296px;
}

#screenshot2,
#screenshot4 {
	float: right;
	width: 296px;
}

#spectable h2 {
	font-size: 135%;
	color: #ffffff;
	background-color: #ff6666;
	padding: 2px 2px 0 2px;
	margin-bottom: 0;
}

#spectable table {
	border: solid 2px #ff6666;
	width: 100%;
}

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

span.note {
	color: red;
}

p {
	margin: 0.5em 0;
}

.copyright {
	text-align: right;
	font-size: 8pt;
	margin-top: 1em;
}
