.staffBox1 {
	width : 550px;
	height : auto;
	margin-top : 20px;
	padding-bottom:40px;
	background : url(../img/staff01.jpg) no-repeat;
	clear : both;
}

.staffBox2 {
	width : 550px;
	height : auto;
	padding-bottom:40px;
	margin-top : 20px;
	background : url(../img/staff05.jpg) no-repeat;
	clear : both;
}

.staffBox3 {
	width : 550px;
	height : auto;
	margin-top : 20px;
	padding-bottom:30px;
	background : url(../img/staff06.jpg) no-repeat;
	clear : both;
}

.staffBox4 {
	width : 550px;
	height : auto;
	margin-top : 20px;
	padding-bottom:30px;
	background : url(../img/staff04.jpg) no-repeat;
	clear : both;
}

.staffBox5 {
	width : 550px;
	height : auto;
	margin-top : 20px;
	padding-bottom:30px;
	background : url(../img/staff07.jpg) no-repeat;
	clear : both;
}

.comment{
	width:400px;
	height:auto;
	position: relative;
	left: 130px;
	top: 40px;
}

.comment p{
	color : #4F200B;
	border-bottom:1px dotted #4F200B;
	padding:10px 0 0 0;
	margin-bottom:2px;
	text-align : left;
	letter-spacing : 1px;
	font-size:14px;
	font-weight:bold;
	line-height:1.4;
	background : transparent;
}

.comment ul{
	padding:0 0 0 15px;
}

.comment ul li{
	letter-spacing : 1px;
	font-size:12px;
	padding:0 0 0 0px;
	line-height:1.4;
	background : transparent;
}

