body {
   background-color: lightgoldenrodyellow;
   background-image: url(sozai/backg11.jpg);
   background-repeat: repeat;
   background-attachment: fixed;
   margin-left: 2em;
   margin-right: 2em;
   font-color: black;
   font-size: 16pt;
}

a {
   text-decoration: none;
}

a:link {
   color: dedgerblue;
}

a:visited {
   color: darkviolet;
}

a:hover {
   background-color: bisque;
   color: slateblue;
}

h1 {
   font-size: 3.0em;
   color: green;
   text-align: center;
   font-family: Verdana;
}

h2 {
   background-image: url(sozai/07.gif);
   text-align: center;
   font-family: Verdana;
   font-size: 2.0em;
   font-weight: bold;
   color: saddlebrown;
   border-color: chocolate;
   border-style: ridge;
   border-width: 5px;
}

h3 {
   font-size: 1.5em;
}

p {
   font-size: 1.0em;
   font-color: black;
}

ul {
   font-size: 12pt;
   list-style-image: url(sozai/list.gif);
}

div#menu {
   float: left;
   width: 24%;
   background-color: white;
background-attachment: fixed;
}

div#main {
   float: left;
   width: 70%;
   margin-left: 1em;
}

table, th, td  {
   border-style: solid;
   border-color: darkslategray;
   border-width: 2px;
   border-collapse: collapse;
}
