BODY {
    background-image: url(pc-back.gif);
    
	}
A:hover {
	BACKGROUND-COLOR: gold
;}
P { font-size: medium ;
    line-height: 1.5 ;
	width: 650;
	padding: 5;
    text-align: left;
	text-indent: 1em;
	}
.shomei { text-align: right; }

B { border: 1px black solid ;
    border-color: maroon;
    padding: 1px;}

P.kakomi {
	font-size: small;
	color: black;
	font-style: normal;
	font-weight: normal;
	margin: 10px 25px 10px 25px;
	padding: 6px;
	line-height: 1.5em;
	background-color:  #ffffdd;
	border-width: thin;
	border-width: 2px;
	border-style: solid;
	border-color: #0096c8;
    width: 640;
}

h1 {
	font-size: 26pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	margin: 10px, 20px, 40px, 20px;
	padding: 10px;
	background-color: #009900;
	border-width: thin;
	border-width: 6px 10px 6px 10px;
	border-style: solid;
	border-color: blue;
    width: 500;
}

H2 {
	font-size: 18pt;
	color: #0000ff;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	margin: 20px, 20px, 20px, 20px;
	padding: 6px 6px 6px 6px;
	background-color: #00ffff;
	line-height: 1.2em;
	width: 400px;
	}

H3 {
	font-size: 16pt;
	color: maroon;
	font-style: normal;
	font-weight: normal;
	margin: 3px 30px 0px 30px;
	padding: 5px;
	line-height: 1.2em;
}

H4 {
	font-size: 11pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	margin: 3px 30px 3px 30px;
	padding: 5px;
	line-height: 1.2em;
}


