/* CSS Document */

body {
  font-size: x-small;
  color: #000000;
  }
   
tr,td,th {
  font-size: x-small;
  color:#000000;
  line-height:1.3em;
  }

a:link {
  text-decoration:none;
  color: #4FB5B5;
}
a:visited {
  text-decoration:none;
  color: #999999;
}
a:active {
  text-decoration:none;
  color: #99CCFF;
}
a:hover {
  text-decoration:underline;
  color: #FD82AB;
}

h1{font-size:12px;
   color:#3F7716;
   display:inline;}

h2{font-size:12px;
   color:#3F7716;
   display:inline;}
   
h3{font-size:12px;
   color:#3F7716;
   display:inline;}
   
h4{font-size:13px;
   font-weight:bold;
   margin:2px;}

.space {
  padding: 5px;
}

.type1 {
  font-size:xx-small;
}

.type2 {
  color: #F98509;
  font-weight:bold;
}

.yotei {
  display:none;
}  
