@charset "Shift_JIS";
a{
  display:block;
  width:100%;
  height:100%;
  text-decoration : none;
}
a:hover{
  color: skyblue;
  font-size: 2em;
  font-weight: bold
;
}
table{
  border: #c0c0c0 1px solid;
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  color: #ffffff;
}
table th.t_top01{
  border: #ffffff 1px solid;
  background-color: #00008B;
  text-align: center;
  　　 　font-size: 12px;
  padding: 10px;
  font: bold;
}
table th.t_top02{
  border: #ffffff 1px solid;
  background-color: #00008B;
  text-align: center;
  　　 　font-size: 12px;
  padding: 10px;
  font: bold;
}
table td.t_line01{
  border: #ffffff 2px solid;
  background-color: #008080;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  padding:10px 50px;
  width : 30%;
  font: bold;
}
table td.t_line02{
  border: #ffffff 2px solid;
  background-color: #008080;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  padding: 10px 50px;
  width : 70%;
  font: bold;
}