@charset "utf-8";
/* CSS Document 
スタッフ紹介ページ用
*/

.staff_box1 {
	width:600px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.staff_box1 .photo {
	width:200px;
	height:175px;
	background-color:#06C;
	float:left;
	margin-top:15px;
}
.staff_box1 .comment {
	padding-top:10px;
	width:375px;
	float:right;
}
.staff_box2 {
	width:600px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.staff_box2 .comment {
	padding-top:10px;
	width:600px;
}
#main h3.staff {
	background-image: none;
	margin: 0px;
	padding: 0px;
	color:#000;
}