@charset "utf-8";
/* CSS Document */

div.paragraph h2 {
	display: inline;
	float: left;
	width: 585px;
	margin: 0 0 10px 0;
	padding: 0.3em 2px;
	border-bottom: 1px solid #ccc;
}

div.profile {
	display: inline;
	float: left;
	width: 130px;
	min-height: 200px;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	background: url(/recruit/vision/images/bg_profile.gif) no-repeat left top;
}

* html div.profile {
	height: 200px;
}

div.profile img {
	display: block;
	margin: 0 auto 7px auto;
}

div.profile p {
	line-height: 1.2;
	width: 130px;
	margin-bottom: 0.1em;
	font-size: 80%;
}


