body {
  text-align : center;
}

h1 {
  color : navy;
  text-align : center;
  margin-bottom : 0px;
}

h2 {
  color : navy;
  text-align : center;
  margin-bottom : 0px;
}

a {
  text-decoration:none;
}

a:link {
  color : orange;
}

a:hover {
  color : #ffffff;
  background : orange;
}

a:visited {
  color : blue;
}

.C{
  color : black;
  text-align : center;
  font-size : small;
  font-style : italic;
}

.midashi {
  text-align : ceter;
  font-size : x-large;
  font-weight : bold;
  color : mediumblue;
}

.kousin {
  background-color : lightyellow;
  width : 550px;
  height : 100px;
  overflow : auto;
  font-size : 18px;
  text-align : left;
  border : 1px dashed sandybrown;
}

td{

}

#link{
  background-color : lightyellow;
  border-width : 2px;
  border-style : double;
  border-color : orange;
}

#bana{
  padding : 2px 2px 0 2px;
  background-color : lightyellow;
  border-width : 2px;
  border-style : double;
  border-color : orange;
}
