body {
          margin: 0px;
          color: #1e1e1e;
          background-color: #ffffff;
          background-image: url(image/anmi2kabe.gif);
     background-attachment:fixed;
          font-size:12px;
          font-family: "MS Pゴシック”,Osaka,sans-serif;
          font-style: normal;
          font-weight: normal;
}

table {
          color: #1e1e1e;
          font-size:12px;
          font-family: "MS Pゴシック”,Osaka,sans-serif;
          font-style: normal;
          font-weight: normal;
          margin: auto;
          empty-cells: show 
}

p {
          color: #1e1e1e;
          font-size: 12px;
          font-family: "MS Pゴシック”,Osaka,sans-serif;
          font-style: normal;
          font-weight: normal
}
#t-left { text-align: left }
#t-center { text-align: center }
#t-right { text-align: right }

/*　リンク色の設定　*/
a:link {
          color: #1e1e1e;
          text-decoration:none
}
a:visited {
          color: #593f4c;
          text-decoration:none
}
a:hover {
          color: #e83929;
          text-decoration:underline;
          position:relative;
          top:1;
          left:2
} 
a:active {
          color: #98d98e;
          text-decoration:underline;
          position:relative; 
          top:1;
          left:2
}

h3 {
          color: #0aa04b;
          font-size: 16px;
          font-family: "MS Pゴシック”,Osaka,sans-serif;
          text-align: center;
          font-style; normal;
          font-weight; normal
}