@import "../../css/profile.css";

/************************************************/

#contents dl{
	margin:0 40px;
	}
	
#contents dl dt{
	float:left;
	font-weight:bold;
	line-height:180%;
	margin-bottom:1em;
	}
	
#contents dl dd{
	padding-left:70px;
	line-height:180%;
	border-bottom:dotted 1px #666;
	margin:0;
	margin-bottom:1em;
	}

/*************************/
	
#contents ul{
	list-style:disc;
	margin:20px 40px;
	line-height:180%;	
	}
