/* lawyerList */
#lawyerList dl {
	float: left;
	width: 135px;
	margin-bottom: 30px;
	padding: 0 15px;
}
#lawyerList dl a {
	display: block;
	color: #333;
}
#lawyerList dl a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	zoom: 1;
}
#lawyerList dt {
	margin-bottom: 10px;
}
#lawyerList dd {
	width: 118px;
	line-height: 1.1;
	padding-left: 17px;
	background: url(../images/common/sprite.png) no-repeat -170px -130px;
}

/* profile */
#profile {
	margin-top: 20px;
}
#profile .photo {
	float: left;
	width: 200px;
}
#profile table {
	float: right;
	width: 460px;
}
#profile table th {
	padding: 10px 20px 10px 0;
	border-bottom: 1px solid #ddd;
	text-align: left;
	white-space: nowrap;
}
#profile table td {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	text-align: left;
}