@charset "utf-8";

#times{
	margin:10px 0 20px 0;
	background-color:#F0F0F0;
	min-height:100px;
}
#times h4 span{
	display:none;
}
#times h4{
	height:100px;;
	background:url(img/t_uketuke.gif) #73AC66 no-repeat center center;
	padding:1em;
	float:left;
}

*html #times h4{
	height:80px;/*ie6*/
}
#times dl{
	font-weight:bold;	
	float:left;
	width:280px;
	margin:15px 0;font-size:116%;
	margin-left:15px;
	display: inline;
}
#times dt{
	text-align:center;
	margin-bottom:10px;
	padding:3px;
	}
#times dd{
	text-align:center;
}

#info{
	margin:10px 0;
	height:150px;
	overflow:auto;
	border:1px solid #E5E5E5;
}
#info dl{
	margin:15px;
	
}
#info dt{
	margin:0.5em 0;
	border-left:5px solid #88BA61;
	padding-left:5px;
	font-weight:bold;
}
#info dd{
	line-height:1.5;
	margin-bottom:0.5em;
	border-bottom:1px dashed #666666;
	padding-bottom:0.5em;
}