BODY
{
	background-repeat: repeat;
	font-size: 100%;
	margin: 0px;
}
/* FORMによるずれをなくす */
FORM
{
	margin: 0em;
}

/* アンカータグの設定 */
A:link
{
	color: darkblue;
	font-size: 100%;
}
A:active
{
	color: darkred;
	font-size: 100%;
}
A:visited
{
	color: darkblue;
	font-size: 100%;
}
A:hover
{
	color: steelblue;
	font-size: 100%;
}

TR.head
{
	vertical-align: middle;
}
TD.head
{
	text-align:right;
	color:#CC6600;
	font-size:120%;
	font-weight:bold;
}
TD.summary
{
	color:#003300;
	font-size:200%;
	font-weight:bold;
}
TD.contents
{
	text-align:left;
	color:#000000;
	font-size:100%;
	font-weight:normal;
}

