@charset "utf-8";

*
	{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-height: 1.2em;
	}
body
	{
	text-align: center;
	color: #555;
	background-color: #FFF;
	}
form fieldset
	{
	border-width: 0px;
	}
form legend
	{
	display: none;
	}
form label input
	{
	border: 0px;
	}
h1, h2, h3
	{
	margin: 10px 0px;
	}
h1, h2
	{
	font-size: 18px;
	}
p
	{
	margin: 10px 0px;
	}
em
	{
	font-style: normal;
	}
dl dd
	{
	margin-left: 20px;
	}
table
	{
	width: 100%;
	border-collapse: collapse;
	}
table tr th,
table tr td
	{
	padding: 7px 7px 6px 7px;
	border: 1px solid #D0D0D0;
	}
div#container
	{
	width: 700px;
	margin: 0px auto;
	text-align: left;
	}
div#container div
	{
	margin: 20px 0px;
	}
div#contents table th
	{
	text-align: center;
	font-weight: normal;
	color: inherit;
	background-color: #F0F0F0;
	}
div#contents table td
	{
	color: inherit;
	background-color: #FAFAFA;
	}
div#contents tr.Sat td
	{
	color: inherit;
	background-color: #DFEDF9;
	}
div#contents tr.Sun td
	{
	color: inherit;
	background-color: #FAE4DE;
	}
div#copyright
	{
	text-align: center;
	}
span.attention
	{
	font-weight: bold;
	color: #F60;
	background-color: inherit;
	}
*.error
	{
	color: #F60;
	background-color: inherit;
	}
*.graph em
	{
	display: block;
	position: relative;
	height: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	color: inhert;
	background-color: #DDD;
	}
*.graph em span
	{
	position: absolute;
	left: 4px;
	}
