@charset   "Shift_JIS";
body{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

.BarClass{
  width : 1200px;
  
  height : 150px;
  
  
  background-image : url(Bcgsora.gif);
}

.LabelClass{
  color : white;
  width : 150px;
  background-color : #209be6;
}

.PulldownClass{
  display : block ;
  color : white;
  background-color : #209be6;
  width : 100px;
  
  text-align : center;
  text-decoration : none;
  height : 1em;
}

.LinkClass{
  display : block;
  color : white;
  text-decoration : none;
  padding-top : 10px;
  width : 100%;
  height : 2em;
  text-align : center;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  
}

.CellClass{
  background-color : #209be6;
  text-align : center;
  width : 150px;
  height : 2em;
  color : white;
  text-decoration : none;
}

a:hover{
  color : black;
  background-color : aqua;
}
