BODY{
  /*BODY要素のスタイル指定*/
  font-size : x-small;
  line-height : normal:
  margin      : 0em 2em;
  padding     : 1em;
  background-color:#ffffff;
  color       :#000000;
}
TABLE{
  font-size : x-small;
  border-style : solid solid solid solid;
  border-color : blue blue blue blue;
}
TD{
  border-style : solid solid solid solid;
  

  
}
TH{
  border-style : solid solid solid solid;
  
}
H1{
  /*H1要素のスタイル指定*/
  font-size : medium;
  font-weight : 700;
  color       : #ff0000;
  text-align  :center;
}
H2{
  /*H2要素のスタイル指定*/
  font-size   : small;
  font-weight : 700;
  color       : #ff0000;
  text-align  : center;
}
H3{
  /*H3要素のスタイル指定*/
  font-size   : small;
  font-weight : 700;
  color       : #ff0000;
  text-align  : center;
}
DIV{
  /*div要素のスタイル指定*/
  color       :;
  　font-size   :small;
  　font-weight :400;
  text-align  :center;
  font-size : x-small;
}
P{
  /*P要素のスタイル指定*/
  font-size   :small;
  text-indent :1em;
}
span{
  /*span要素のスタイル指定*/
  color       :;
  　font-size   :;
  　font-weight :;
}
.ue{
  vertical-align: top;
}
/*色のクラス指定*/
.iro1{
  color       : red;
  font-weight : 700;
}
.iro2{
  color       : blue;
  font-weight : 700;
  font-size : x-small;
}
.iro3{
  color       : #ffff00;
  font-weight : 700;
}
.iro4{
  color       : ffffff;
  font-weight : 700;
}
.iro5{
  color       : #000000;
  font-weight : 700;
  font-size : x-small;
}
A:LINK {
  
  color:#0000ff;
  text-decoration : none;
}
A:VISITED {
  
  color : #2d96ff;
  text-decoration : none;
}
A:ACTIVE {
  
  color:#ff0000;
  text-decoration : none;
}
A:HOVER {
  
  color:#ff0000;
  text-decoration : underline;
}
.iro6{
  font-size : small;
  color : blue;
  font-weight : 700;
}
.iro7{
  font-size : small;
  color : black;
  font-weight : 700;
}
.cent{
  text-align : center;
}
