@charset "utf-8";

#profile{
	overflow: hidden;
}

#profile dt,
#profile dd{
	padding: 20px 10px;
	border-bottom: dotted 1px #eee;
}

#profile dt{
	float: left;
	clear: left;
	width: 120px;
	font-weight: bold;
}
#profile dd{
	float: left;
	width: 840px;
}