@charset "shift_jis";



/*------------▼ページ全体---------------*/

html, body {

    scrollbar-base-color: #ffffff;

    scrollbar-track-color: #ffffff;

    scrollbar-face-color: #ffffff;

    scrollbar-shadow-color: #009999;

    scrollbar-darkshadow-color: #ffffff;

    scrollbar-highlight-color: #009999;

    scrollbar-3dlight-color: #ffffff;

    scrollbar-arrow-color: #009999;]

    background-image: url(images/sb.gif);

    background-repeat: no-repeat;

    background-position: 100% 100%;

}





body {

       margin: 0px;

       padding: 0px;

       background-color: #ffffff;

       font-size: 90%;

       font-family: ＭＳ Ｐゴシック;

}



a {

    text-decoration: none;

}







a:link {

         color: #0099ff;

         font-style: normal;

}



a:visited {

            color: #0099ff;

}





a:hover,

a:active {

           color: #c0c0c0;

           font-style: normal;

           text-decoration: underline;

           font-size: x-small;

}





/*------------▲ページ全体---------------*/





/*-----------▼地図本体------------------*/



#shikaku {

       top: 10px;

       left: 10px;

       position: absolute;

}



.td1 {

    text-align: left;

    font-size: small;

    color: #000000;

    border-top:none;

    border-bottom:solid 1px #009999;

    border-left:solid 5px #009999;

    border-right:none;

    font-weight: bold;

}





.td2 {

      font-size: x-small;

      text-align: left;

      line-height: 1.4em;

}





.shikaku {

       text-align: center;

       color: #000000;

       width: 400px;

}







/*-----------▲地図本体------------------*/





/*------------▼フッタ------------------*/



.footer {

          text-align: right;

          color: #000000;

          font-size: x-small;

}



/*------------▲フッタ------------------*/



