@charset "utf-8";
/* CSS Document */
body {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000033;
	background-color: white;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body, html {
	margin: 0px;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
	font-style: normal;
	color: #ff3333;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #0066ff;
}

td {
	vertical-align: top;
	text-align: left;
}

dt {
	font-weight: bold;
}

hr {
	/* 線は80%の幅で。。 */
	text-align: center;
	width: 80%;
}

h1 {
	border-style: solid;
	border-width: 0px 0px 0px 24px;
	border-color: #0033FF;
	font-size: 1.3em;
}

div.information {
	font-size: 0.8em;
}

div.wrapper {
	float: left;
	width: 100%;
}

div.header {
	background-color: #ffff66;
}

div.maincontent {
	background-color: white;
	vertical-align: top;
	margin: 8px 12px 8px 210px;
}

div.menucontent {
	float:left;
	width:200px;
	margin-left:-100%;
}

div.footer {
	font-size: 0.6em;
	text-align: center;
	background-color: #ffff66;
	clear: both;
}

h2 {
	font-size: 1.3em;
	background-color: #FF9B9B;
	margin: 0em 0em;
}

h3 {
	clear:both;
}

img.right {
	float: right;
}

dt {
	clear: both;
}

p.topreturn {
	font-size: 0.9ex;
	text-align: right;
	clear:both;
}

/* Worksheet */
table.worksheet {
}

table.worksheet th {
	text-align: center;
	vertical-align: middle;
}

table.worksheet td {
	text-align: left;
	vertical-align: middle;
}
