@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

body {
	text-align: center;
	color: #333;
	background: #FFF;
}

form fieldset {
	padding: 0 10px;
}

form input {
	ime-mode: disabled;
	padding: 1px;
}

form textarea {
	font-family: "ＭＳ ゴシック", "Osaka－等幅", monospace;
	padding: 2px;
	line-height: 1.2em;
}

form label {
	cursor: pointer;
}

form select option {
	padding-right: 4px;
}

form select optgroup option {
	margin-left: 24px;
}

h1, h2 {
	font-size: 1.5em;
}

h1, h2 {
	margin: 20px 0;
}

p, ul {
	margin: 12px 0;
}

dl dd {
	margin-left: 20px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table tr th {
	text-align: center;
	border: 1px solid #D0D0D0;
	padding: 7px 0;
}

table tr td {
	border: 1px solid #D0D0D0;
	padding: 7px 0 6px 6px;
}

em {
	font-style: normal;
}

div#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

div#container div {
	margin: 20px 0;
}

div#contents table {
	background: #FAFAFA;
	margin-bottom: 15px;
}

div#contents table th {
	color: inherit;
	background: #F0F0F0;
}

div#contents tr.Sat {
	background: #DFEDF9;
}

div#contents tr.Sun {
	background: #FAE4DE;
}

div#copyright {
	text-align: center;
}

input.button {
	width: 5.6em;
	text-align: center;
}

.error {
	color: #F60;
	background: inherit;
}

.graph em {
	display: block;
	position: relative;
	height: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	color: inherit;
	background: #DDD;
}

.graph em span {
	position: absolute;
	left: 4px;
}

table#report tr td {
	 font-size: 10px;
	 padding: 7px 0 6px 6px;
}

.max {
	color: #F60;
	background: inherit;
}

.min {
	color: #2068A4;
	background: inherit;
}

.active {
	color: #F60;
	background: inherit;
}
