/*
  indexに使用するcss
*/


h1 {font-size:x-large;line-height:1.5em;}
h2,h3,h4,h5,h6 {font-size:large;line-height:1.5em;}
p {color: #000000;font-size:medium;text-indent: 0em;line-height:1em;
   letter-spacing:normal;font-family: "ＭＳ Ｐゴシック", Gothic, sans-serif;
   line-height: 1.5em;}
hr {color: #66cccc}
body {background-image: url(image001.gif); background-repeat: repeat;
      text-align: center;background-color:#ffffff;font-size:large;
      margin-top: 5ex;margin-bottom: 5ex;margin-left:5ex;margin-right:5ex;
      line-height: 1.5em;}
table {background-color: #000000}
A:link    { color : #7777ff; }     /*未訪問のアンカー*/
A:visited { color : #ff2222; }      /*訪問済みのアンカー*/
A:active  { color : #aaffaa; }    /*選択中のアンカー*/
A:hover   { color : #66cccc; }   /*マウスが通過しているアンカー(CSS2)*/
