body	{
	font-size: 12px;
	background-color: #FFFFFF;
	}

a:visited,a:active,a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/*画像の周りの枠消し*/
img  {
     border: 0;
	}

/*カーソルがリンクに触れている間*/
a:hover {
	color: #000099;
	text-decoration: underline overline;
	background-color: #FFFFFF;
}

h1	{
	text-align: center;
	}

#delta	{
	font-size: 1px;
	font-weight: bold;
	margin: -5px 4cm 5px;
	padding: 10px;
	}


.cen	{
	text-align: center;
	}
	
td	{
	padding: 3px 40px;
	border: 1px solid #000000;
	}
	
table{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	}