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


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

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

