@charset "utf-8";
/* CSS Document 研修詳細ページ用 */



body	{
		margin:0px;
		padding:0px;
		
				
		text-align:center;
		
		background:url(../img/kensyu-info/info-bg-top.gif) no-repeat top center ;
		}
		

#container{
		width:500px;
		height:auto;
		
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
		
		text-align:left;
		
		
		}
		

#info-box	{
	width:470px;
	
	margin:25px 0px 10px 0px;
	padding:15px;
	
	border:1px dotted #999;
}


h1{
	margin:0px;
	
	font-size:20px;
	color:#00A0C6;
}



#info-box table{
		margin:10px 0 0 0;
		width:470px;
}

	#info-box table .name	{width:100px;}

	#info-box table td{
		vertical-align:top;
			
			font-size:14px;
			line-height:130%;
			
			color:#666;
			
			margin:0px 0px 0px 0px;
			padding:5px 0 20px 0;
			
			border-top:2px solid #7FCFE2;
	}
	
#info-box td p {margin:0px;}