@charset 'utf-8';

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

#canvas {
	background-color: yellow;
	border: solid 4px red;
}

#canvas2 {
	padding: 1px;
}

h1 {
	color: white;
	background-color: red;
	font-size: 177%;
	margin: 0;
}

h1 span.listmark {
	color: yellow;
}

div.message {
	color: white;
	background-color: red;
	font-weight: bold;
	text-align: right;
	padding-bottom: 4px;
}

h2 {
	font-size: 100%;
}

table.license,
table.upgrade {
	border-collapse: collapse;
	width: 100%;
	margin-top: 0.5em;
}

table.license td,
table.upgrade td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table.license td.item {
	width: 21em;
}

table.upgrade td.item {
	width: 17em;
}
table.license td.price,
table.upgrade td.price {
	font-weight: bold;
}

table.upgrade#discount1 td.price,
table.upgrade#discount2 td.price {
	color: #ff0000;
}

table.license td.price {
	width: 16em;
	text-align: right;
}

table.upgrade td.price {
	width: 15em;
	text-align: right;
}

h3 {
	font-size: 100%;
	font-weight: normal;
}

h3 span.cases {
	padding: 2px;
	border: solid 2px red;
	color: red;
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: bold;
}
