.pageTitle {
	float: left;
	width: 230px;
	margin-top: 55px;
}

div.contents {
	float: right;
	width: 680px;
	margin-top: 50px;
}


/* contents -----*/

div.contents dl.profile {
	margin: 0;
	border-bottom: 1px dotted #000000;
}

div.contents dl.profile dt {
	clear: both;
	float: left;
	width: 150px;
	padding: 15px 0;
	font-weight: bold;
	border-top: 1px dotted #000000;
}

div.contents dl.profile dd {
	float: left;
	width: 530px;
	margin: 0;
	padding: 15px 0;
	border-top: 1px dotted #000000;
}

div.contents dl.profile dd ol {
	margin: 0;
	padding-left: 2.5em;
}
