BODY  {background-color:aliceblue ; color:black ; line-height:1.5 ; }
h1    {color:#CC0000 ; text-align:center ; margin-bottom:1.0em ; }
h2    {color:black ; margin-top:1.5em ; }
h3    {color:black ; margin-top:1.5em ; text-align:center }
p     {line-height:1.5 ; margin-left:3em ; margin-right:3em ; }
p.plain  {line-height:1 ; margin-left:1em ; margin-right:1em ; }
p.top    {direction:rtl ; }
p.bottom {font-size:large ; line-height:5.0em ; text-align:center ; }
p.inner  {margin-left:6em ; margin-right:6em ; }
p.navi   {font-size:large ; line-height:2.0em ; text-align:center ; }

p.nomargine{vertical-align:text-bottom ; margin-left:0em ; margin-right:3em ;}

/*  コード用:  PRE に適用 */
.code {
    margin:1px 10px;
    background-color: #f8f8f4;
    border: 4px double   #a0a0a0;
    line-height: 1.3;
    padding: 0.5em;
}
