div.contents dl.profile {
	margin: 30px 0 0;
	border-bottom: 1px dotted #112266;
}

div.contents dl.profile dt {
	clear: both;
	float: left;
	width: 150px;
	padding: 10px 10px 10px 15px;
	background: url("../images/profile_icon.gif") no-repeat 2px 15px;
	border-top: 1px dotted #112266;
}

div.contents dl.profile dd {
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 515px;
	border-top: 1px dotted #112266;
}

