/*ページのレイアウト用CSS*/
body   {
       text-align:center;
       background-color: white;
       }

.contents  {
       width: 740px;
       margin: 5px auto;
       background-color: white;
       padding: 10px;
       text-align:left;
       border:solid 1px white;
       position:relative;
       }

h1     {
       background-image:url(img/top_2.jpg);
       height: 90px;
       font-size: 11px;
       padding-left: 10px;
       text-align: left;
       color: white;
       margin-bottom: 1px;
       }
h1 a   {
       color: white;
       }
h2,h3,p  {
       margin-left:0px;
       margin-right:0px;
       }
.navbar {
        background-color: ;
        padding: 0px;
        width: 700px;
        position: absolute;
        top: 105px;
        left: 10px;
        }
.navbar h2{
        width: 97px;
        float: left;
        text-align: center;
        background-color: ;
        margin: 0px;
        font-family: "", times, serif;
        font-size: 11px;
        background-image: url();
        line-height: 2.5em;
        border-right:solid 0px;
        }
.navbar h2 a {
        display:block;
        width: 95px;
        }
h2 a:hover {
        background-color: ;
        color: #FFD700;
        }
a:link { color: navy; } 
a:visited { color: navy; } 
a:hover { color: red; } 

