#profile{
	padding-top: 10px;
}
#profile table.port{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
}
#profile table.port td{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d8d8d8;
	border-left-color: #d8d8d8;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
}
#profile div.note{
	background-image: url(img/profile_portrait_pic01.jpg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	height: 369px;
	padding-left: 28px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-left-color: #D8D8D8;
	
}
#profile table.note{
	width: 280px;
	margin-top: 60px;
}
#profile table.note td{
	border-top-style: none;
	border-left-style: none;
	border-top-color: #d8d8d8;
	border-left-color: #d8d8d8;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	font-size: 95%;
	line-height: 1.3;
}
#profile table.note td.ttl{
	color: #660000;	
}

