@charset "UTF-8";
body,td,th{
  font-family: "メイリオ";
  font-size: 10pt;
}
a:hover{
  position: relative;
  top: 1px;
  left: 1px;
}
/* セルポイント時文字紺・背景黄 */ 
.team{
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: silver;
  border-collapse: collapse;
  margin: 3px;
}
.menu{
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: silver;
  border-collapse: collapse;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  background-color: silver;
  text-align: center;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.team a{
  height: 100%;
  display: block;
  padding: 10px;
  text-align: center;
}
   
.yellow-navy a:hover{
  color: navy;
  background-color: yellow;
  position: relative;
  top:0px;
  left:0px;
}
.orange-white a:hover{
  color: white;
  background-color: orange;
  position: relative;
  top: 0px;
  left: 0px;
}
.black-gold a:hover{
  color: rgb(255, 215, 0);
  background-color: black;
  position: relative;
  top: 0px;
  left: 0px;
}
.black-fuchsia a:hover{
  color: fuchsia;
  background-color: black;
  position: relative;
  top: 0px;
  left: 0px;
}
.black-white a:hover{
  color: white;
  background-color: black;
  position: relative;
  top: 0px;
  left: 0px;
}
.lime-black a:hover{
	color: black;
	background-color: lime;
	position: relative;
	top: 0px;
	left: 0px;
}
.fuchsia-black a:hover{
  color: black;
  background-color: fuchsia;
  position: relative;
  top: 0px;
  left: 0px;
}
.aqua-black a:hover{
	color: black;
	background-color: aqua;
	position: relative;
	top: 0px;
	left: 0px;
}
.fuchsia-blue a:hover{
  color: blue;
  background-color: fuchsia;
  position: relative;
  top: 0px;
  left: 0px;
}
.maroon-white a:hover{
	color: white;
	background-color: maroon;
	position: relative;
	top: 0px;
	left: 0px;
}
.fuchsia-white a:hover{
  color: white;
  background-color: fuchsia;
  position: relative;
  top: 0px;
  left: 0px;
}
.blue-orange a:hover{
  color: orange;
  background-color: blue;
  position: relative;
  top:0px;
  left:0px;
}
.blue-green a:hover{
	color: green;
	background-color: blue;
	position: relative;
	top: 0px;
	left: 0px;
}
.blue-white a:hover{
  color: white;
  background-color: blue;
  position: relative;
  top: 0px;
  left: 0px;
}
.blue-gold a:hover{
  color: rgb(255, 215, 0);
  background-color: blue;
  position: relative;
  top: 0px;
  left: 0px;
}
.blue-yellow a:hover{
  color: yellow;
  background-color: blue;
  position: relative;
  top: 0px;
  left: 0px;
}
.purple-gold a:hover{
  color: rgb(255, 215, 0);
  background-color: purple;
  position: relative;
  top: 0px;
  left: 0px;
}
.purple-white a:hover{
	color: white;
	background-color: purple;
	position: relative;
	top: 0px;
	left: 0px;
}
.red-yellow a:hover{
  color: yellow;
  background-color: red;
  position: relative;
  top: 0px;
  left: 0px;
}
.red-white a:hover{
  color: white;
  background-color: red;
  position: relative;
  top: 0px;
  left: 0px;
}
.navy-yellow a:hover{
  color: yellow;
  background-color: navy;
  position: relative;
  top: 0px;
  left: 0px;
}
.navy-white a:hover{
  color: white;
  background-color: navy;
  position: relative;
  top: 0px;
  left: 0px;
}
.red-black a:hover{
  color: black;
  background-color: red;
  position: relative;
  top: 0px;
  left: 0px;
}
.red-navy a:hover{
  color: navy;
  background-color: red;
  position: relative;
  top: 0px;
  left: 0px;
}
.enji-white a:hover{
  color: white;
  background-color: rgb(204, 0, 0);
  position: relative;
  top: 0px;
  left: 0px;
}
.enji-navy a:hover{
  color: navy;
  background-color: rgb(204, 0, 0);
  position: relative;
  top: 0px;
  left: 0px;
}
.yellow-blue a:hover{
  color: blue;
  background-color: yellow;
  position: relative;
  top: 0px;
  left: 0px;
}
.yellow-black a:hover{
  color: black;
  background-color: yellow;
  position: relative;
  top: 0px;
  left: 0px;
}
.yellow-green a:hover{
  color: green;
  background-color: yellow;
  position: relative;
  top: 0px;
  left: 0px;
}
.green-white a:hover{
  color: white;
  background-color: green;
  position: relative;
  top: 0px;
  left: 0px;
}
.green-yellow a:hover{
  color: yellow;
  background-color: green;
  position: relative;
  top: 0px;
  left: 0px;
}
.black-yellow a:hover{
  color: yellow;
  background-color: black;
  position: relative;
  top: 0px;
  left: 0px;
}
.black-white a:hover{
  color: white;
  background-color: black;
  position: relative;
  top: 0px;
  left: 0px;
}
.white-red a:hover{
  color: red;
  background-color: white;
  position: relative;
  top: 0px;
  left: 0px;
}
.white-navy a:hover{
  color: navy;
  background-color: white;
  position: relative;
  top: 0px;
  left: 0px;
}
.white-blue a:hover{
  color: blue;
  background-color: white;
  position: relative;
  top: 0px;
  left: 0px;
}
.white-black a:hover{
  color: black;
  background-color: white;
  position: relative;
  top: 0px;
  left: 0px;
}

