BODY {
    background-image: url(back.gif);
    
 	}
A:hover {
	BACKGROUND-COLOR: gold
;}

H1 {
	font-size: 30pt;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	margin: 10px, 20px, 10px, 20px;
	padding: 10px;
	background-color: #FFFFcc;
	border-width: thin;
	border-width: 6px 6px 6px 6px;
	border-style: solid;
	border-color: blue;
    width: 450;
}

H2 {
	font-size: 18pt;
	color: #000000;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	margin: 20px, 20px, 20px, 20px;
	padding: 6px 6px 6px 6px;
	background-color: #ffff35;
	border-width: thin;
	border-width: 2px 10px 2px 10px;
	border-style: solid;
	border-color:  blue;
	line-height: 1.2em;
    width: 650px;
}

H3 {
	font-size: medium;
	color: #ffffff;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 3px;
	text-align: center;
	padding: 2px;
	background-color: #cc0000;
	line-height: 1.2em;
    width: 130px;
}

table {width: 600px;
       background-color: #ffffdd;
	   padding: 0.3em;
      }
 tr {line-height:1.3em;}
table.shosai colgroup.komoku { width: 100px;
    text-align: left;
	vertical-align: top;}
table.shosai colgroup.yotei { text-align: left;}

P { font-size: medium ;
    line-height: 1.5 ;
	background-color: #ffffdd;
	text-align: left;
	width: 640px;}
.shomei { text-align: right;}
.center { text-align: center;}
B { border: 1px black solid ;
    border-color: maroon;
    padding: 1px;}

