.pageTitle {
	float: left;
	width: 230px;
	margin-top: 55px;
}

div.contents {
	float: right;
	width: 680px;
	margin-top: 50px;
}


/* contents -----*/

div.contents p.lead,
div.contents p.entry {
	margin: 0 0 20px;
	line-height: 200%;
}

div.contents dl.job {
	margin: 30px 0 0;
	border-bottom: 1px dotted #000000;
}

div.contents dl.job dt {
	clear: both;
	float: left;
	width: 150px;
	padding: 15px 0;
	font-weight: bold;
	border-top: 1px dotted #000000;
}

div.contents dl.job dd {
	float: left;
	width: 530px;
	margin: 0;
	padding: 15px 0;
	border-top: 1px dotted #000000;
}

div.contents dl.job dd p {
	margin-top: 0;
}

div.contents dl.job dd ul {
	margin: 20px 0 0;
	padding-left: 2em;
}

