@charset "iso-2022-jp";
body {
       color: #333366;
       background-color: #FFFFCC;
       margin: 1.5em
       }
#a { text-decoration: none }
a:link { color: #FF9966 }
a:visited { color: #CCCC33 }
a:hover { background-color: #FFFF66;
	color: #000000 }
a:active { color: #FFFFFF }
p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em
    }
h1{
    font-size: 30px;
    font-weight: bold;
    color: #999900;
    background-color: #CCFFCC;
    text-align: center
    }
h2 { font-size : 21px;
     font-weight: bold;
     line-height: 1.1em;
     color: #000000;
     background-color: #FFFFFF
     }
address{
         font-size: 17px;
         color: #FF9966;
         line-height: 1.2em
         }
