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



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

#container ul.lesson {
 float:left;
  width: 500px;
}

#container ul.lesson li {
  margin-top: 5px;
  padding: 5px 10px;
  background: #F8F6EA;
  border-left: 15px solid #94B400;
}

#container  dl.biography { 
  float: left;
  width:330px;
  margin-bottom: 50px;
} 

#container .biography dt {
  float:left;  
  clear:left;  
  width:80px;  
  text-align: left;
}  

#container .biography dd {  
  margin-left:80px;  
}  

#container  li.coachPhot {
  display: block;
  width: 250px; 
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

/*
#container  li.coachPhot ul {
  width: 200px; 
  margin: 0 auto;
}
*/

#container table#schedule {
  float: left;
  width: 250px; 
  margin-right: 20px;
 }


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

#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;
}


.coach_box{
	width: 760px;
	height: 525px;
	margin-left: 50px;
}

#container{
	margin-bottom: 0px;
}

h2.clear img{
	margin-bottom: 5px;
}
	
	

