/* CSS Document */
.prof{
	-webkit-border-radius:8px;
	margin: 0px 9px 16px;
	padding:5px 5px;
	background-color:white;
	font-size:14px;
	min-height:65px;
}

.prof dt{
	float:left;
}

.prof .name{

}

.prof .job{
	font-size:12px;
	color:#999999;
}

.prof .comment{
	clear:both;
	margin:0px 10px;
	font-family:HiraKakuProN-W6;
	font-size:12px;
	color:black;
	-webkit-border-image:url("../img/prof_comment.png") 20 10 10 10;
	boder-color:gray;
	border-width: 20px 10px 10px 10px;
	border-style: solid;
}

