@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 {
}

em {
	font-weight: bold;
	font-style: normal;
	color: #0066ff;
}

td {
}

dt {
}

hr {
}

h1 {
	border-style: solid;
	border-width: 0px 0px 0px 24px;
	border-color: #0033FF;
	font-size: 1.3em;
}

div.wrapper {
	float: left;
	width: 100%;
}

div.header {
	background-color: #66ffcc;
}

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: #66ffcc;
	clear: both;
}

dt {
	clear: both;
}

/* Worksheet */
table.worksheet {
}

table.worksheet th {
	text-align: center;
	vertical-align: middle;
}

table.worksheet td {
	text-align: left;
	vertical-align: middle;
}
