@charset "utf-8";
/* CSS Document */

#STAFF {
	background-image:url(../../staff/images/pankuzu_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


.profile_comment {
	margin:0px;
	padding:0px;
	width:380px;
	background-image:url(../../staff/images/profile_comment_bg.gif);
	background-position:top right;
	background-repeat:repeat-y;
	float:left;
}
.profile_comment img {
	margin:0px 0px 10px 0px;
}

.profile_comment p {
	margin:25px 35px 10px 25px;
	line-height:140%;
}

hr {
	margin:20px auto;
	width:92%;
	border:1px solid #dddddd;
}
