body{
	color:gray;
	font-size:8pt;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;
	scrollbar-dlight-color:white;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-track-color:white;
	scrollbar-arrow-color:black;
}
a:link{
	color:red;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:red;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
a:active{
	color:red;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:red;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
td{
	color:gray;
	font-size:9pt;
}
td.paru{
	color:blue;
	font-size:9pt;
}
td.seki{
	color:green;
	font-size:9pt;
}
td.kou{
	color:black;
	font-weight:bold;
	font-size:9pt;
}
p{
	border:3px dotted black;
	color:gray;
	font-size:8pt;
	padding:20px 8px 20px 8px;
	margin:0px 30% 0px 30%;
}
select{
	color:gray;
	font-size:8pt;
}
iframe{
	border:3px dotted #cccccc;
}