body
	{
	background-color: white;
	background-image: url(../gazo/bg03.gif);
	font-size: 11pt;
	color:black;
	}
.main
	{
	text-align: center;
	}
.catch
	{
	font-size: 24pt;
	color: gold;
	font-style: italic;
	background: red;
	border-style: outset;
	border-width: medium;
	border-color: orange;
	position: relative;
	}
table
	{
	margin-left: auto;
	margin-right: auto;
	}
table.seven
	{
	width: 600px;
	}
table.right
	{
	margin-left: auto;
	margin-right: 0;
	}
td
	{
	text-align: center;
	}
td.left
	{
	text-align: left;
	}
td.right
	{
	text-align: right;
	}
