@charset "UTF-8";
/* CSS Document */



/*バナー右フロート*/
#container img.photR, div.photR img {
float:right;
margin-left:20px;
}

/*------------------------
=table
------------------------*/

#container table#schedule {
  float: left;
  width: 250px; 
  margin-right: 20px;
 }
 
#container table {
  width: 760px;
  margin-bottom: 15px;
  background: #999; 
  border-collapse: separate;
  border-spacing: 1px;
}

#container th {
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #A9CC66; 
}

#container td {
  padding: 5px;
  background: #fff; 
}

#container tr.evenCell td {
  background: #f2f2f2; 
}

#container td.price {
  width: 80px;
  text-align: right;
}

#container td span.plan {
  font-weight: bold;
  font-size: 15px;
  color: #ff0000;
}



