@charset "utf-8";
/* CSS Document */

.staffbox{
	overflow:hidden;
	margin:25px 0;
}

.staffbox .photo{
	width:120px;
	float:left;
}

.staffbox article{
	width:480px;
	float:right;
}

#contents .staffbox article h4{
	margin:15px 0;
}

#contents .staffbox article p{
	margin-bottom:15px;
}