@charset "Shift_JIS";


/* training
 ******************************************************/

#training-left		{
		width: 307px;
		float: left;
		font-size: 80%;
		margin: 0 10px 0 10px;
		padding: 0;
			}
			
#training-right		{
		width: 190px;
		float: right;
		font-size: 80%;
		border: 1px solid #CCCCCC;
		margin: 0 10px 0 0;
		padding: 10px 0;
		background-color: #F5F5F5;
			}
			
.training-arrow  {
		background: 0 url(../img/r_arrow.gif) no-repeat 3px;
		margin: 0 0 0 2px;
		padding: 0 0 0 10px;
}												

#training-right a		{
		display: block;
		width: 168px;
		height: 27px;
		background: url(../../training/img/b_search_f2.gif) no-repeat 0 0;
			}
			
#training-right a:hover		{
		background-color: #fff;
			}
			
#training-right a:hover img		{
		visibility: hidden;
			}

#training-table		{
		clear: both;
		width: 552px;
		margin: 0;
		padding: 15px 0 0 0;
			}
			
#training-right-result		{
		width: 190px;
		float: right;
		font-size: 80%;
		margin: 0 10px 0 0;
		padding: 0;
			}

#training-right-result a		{
		display: block;
		width: 168px;
		height: 27px;
		background: url(../../training/img/b_resultall_f2.gif) no-repeat 0 0;
			}
			
#training-right-result a:hover		{
		background-color: #fff;
			}
			
#training-right-result a:hover img		{
		visibility: hidden;
			}



#trainingsearch input:focus, textarea:focus	{
		background-color: #dee;
}
#trainingsearch input		{
		margin-left: 0.5em;
}
#trainingsearch fieldset	{
		border: 0px solid #ccc;
		padding: 5px;
}

#trainingsearch legend		{
		border-right: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
		font-weight: bold;
}
#trainingsearch dl		{
		background-color: #e6e6e6;
		margin: 1px 0 0 0;
		padding: 0;
		border-left-width: 3px;
		border-left-style: solid;
		border-left-color: #999;
		border-bottom: 1px solid #eee;
/*		background:url(../img/x-ten.gif) repeat-x 0 100%;*/
}

#trainingsearch dt		{
		float:left;
		font-size: 75%;
		width: 6em;
		padding: 5px;
}

#trainingsearch dd		{
		margin-left: 6em;
		padding: 5px;
		font-size: 75%;
		background-color: #ffffff;
}

#trainingsearch input#submit	{
		margin: 20px 0 0 230px;
}
#trainingsearch .choose		{
		margin: 0;
		padding: 0 0 5px 5px;
		color: #c00;
}
#trainingsearch #chiba td		{
		padding: 2px 5px 2px 5px;
}
#trainingsearch .area		{
		border-top: 1px solid #fff;
}
#trainingsearch .area01bg		{background-color: #f1f2d4;}
#trainingsearch .area02bg		{background-color: #fee8e8;}
#trainingsearch .area03bg		{background-color: #eae4f6;}
#trainingsearch .area04bg		{background-color: #dbe5fc;}
#trainingsearch .area05bg		{background-color: #ffe6aa;}
#trainingsearch .area06bg		{background-color: #ffffba;}
#trainingsearch .area07bg		{background-color: #d6f3d6;}

#trainingsearch #chibamap 		{
		display: none;
		text-align: center;
}
#trainingsearch #btn_chibamap   {
		float: right;
}
#trainingsearch #chiba-map a  {
		display: block;
		width: 91px;
		height: 19px;
		background: url(../../training/img/b_map_f2.gif) no-repeat 0 0;
}
#trainingsearch #chiba-map a:hover		{
		background-color: #fff;
			}
#trainingsearch #chiba-map a:hover img		{
		visibility: hidden;
			}


/* ===== table detail ===== */
#training-hospital table.detail {
	font-size: 80%;
	width: 100%;
  }
  

#training-hospital table.detail th {
	background: #fbe7a3;
	width: 15%;
	vertical-align: top;
  
  }
#training-hospital table.detail td {
  background: #fff9e2;
  }
  
#training-hospital #map  {
  float: right;
  margin: -1.5em 0 0 0;
  padding: 0;
  } 

#training-hospital table.detail2 {
	font-size: 80%;
	width: 100%;
  }
  

#training-hospital table.detail2 th {
	background: #e6e6e6;
	width: 27%;
	vertical-align: top;
  
  }
#training-hospital table.detail2 td {
  background: #f1f1f1;
  }



#training-hospital #backto-all   {
		float: right;
}


#training-hospital #backto-all a  {
		display: block;
		width: 85px;
		height: 19px;
		background: url(../../training/img/b_back_f2.gif) no-repeat 0 0;
}

#training-hospital #backto-all a:hover		{
		background-color: #fff;
			}
			
#training-hospital #backto-all a:hover img		{
		visibility: hidden;
			}

#training-hospital h2	{
	font-size: 130%;
	margin: 0;
	padding: 10px 0 2px 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
}

#training-hospital p	{
		text-align: right;
		margin: 0;
		padding: 0;
		font-size: 80%;
}
