/*@ABCˆê——@*/


#main #honbun dl.data  {
	margin : 10px 0 10px 0 ;
	padding : 10px;
	position:relative;
	border-top : dotted 3px #FFE3E7;
	}


#main #honbun dl.data dt {
	width: 100px;
	margin : 0;
	padding : 0;
	list-style-type : none;
	float : left ; 
	color: #333;
	font-size : 22px ;
	font-weight : bold ;
	background-color: #ffffee;
	border-right : dotted 3px #FFE3E7;
	text-align : center ; 
}
	
#main #honbun dl.data dd {
	margin : 10px 0 0 120px;
	padding : 0 ;
	background-image : none ;	
	color : #666666;
	font-size : 12px;
	text-align : left;
	line-height : 150%;
	list-style-type : none;
}

#main #honbun dl.data dd.line {
	margin : 5px 0 5px 0;
	padding : 0 ;
	background-image : none ;	
	list-style-type : none;
	border-bottom : dotted 3px #FFE3E7;
	clear : both ;
	}

