@charset "Shift_JIS";

body{
		
  background-color : rgb(230, 230, 242);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family : CI;
}

a:link{
		
  color : black;
  text-decoration: underline;
}
a:visited{
		
  color : black;
  text-decoration: underline;
}

A:HOVER{
		
  color: #003399;
  BACKGROUND: #eeffff;
  text-decoration: underline;
}

TD{
		
  line-height : 1.4em;
  font-size : 0.9em;
}


td.m1{
  font-size : 1.2em;
  font-weight : bold;
  color : white;
  background-color : #40407d;
  letter-spacing : 0.5em;
  font-family : sans-serif;
}

td.m2{
  font-size : 1.5em;
  color : black;
  background-color : rgb(0, 234, 234);
  letter-spacing : 0.5em;
  font-family : sans-serif;
}


td.m3{

  color : black;
  background-color : rgb(255, 215, 196);
  letter-spacing : 0.5em;
  font-family : sans-serif;
  font-size : medium;
  font-weight : bold;
}



td.t1{
 font-weight : normal;
 line-height : 1.3em;
 color : maroon;
 letter-spacing : 0.1em;
}

