@charset "UTF-8";
body {
	background: #FFFFFF;
	width: 620px;
	margin: 0;
	text-align: left;
}


/*profile*/
#profile {
	width: 380px;
	margin-left: 260px;
}

#profile dt {
	width: 140px;
	float: left;
	text-align: right;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #d9d9d3;
	font-size: 77%;
	font-weight: bold;
	line-height: 1.6em;
}

#profile dd {
	width: 200px;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #d9d9d3;
	text-align: left;
	font-size: 92%;
	line-height: 1.6em;
}

