@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;
}

/*---------------------------------------------------------------------*/

.staff_block {
	width:600px;
}
.staff_block .staff_box_boss {
	padding-top:15px;
	width:600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:10px;
	margin-top:20px;
}
.staff_block .staff_box_boss .img {
	width:110px;
	height:260px;
	float:left;
}
.staff_block .staff_box_boss .text {
	width:470px;
	float:right;
	
}
.staff_block .staff_box_boss .text .name {
	font-size:14px;
	font-weight:bold;
}
.staff_block .staff_box_boss .text .comment {
	font-size:12px;
	line-height:16px;
	margin-top:10px;
}
.staff_block .comment p {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	font-size:12px;
	line-height:16px;
}
.staff_block .staff_boxL,
.staff_block .staff_boxR {
	width:290px;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.staff_block .staff_boxL {
	float:left;
}
.staff_block .staff_boxR {
	float:right;
}
.staff_block .staff_boxL .img,
.staff_block .staff_boxR .img {
	width:95px;
	height:110px;
	background-color:#CCC;
	float:left;
}
.staff_block .staff_boxL .text,
.staff_block .staff_boxR .text {
	padding-top:5px;
	float:right;
	width:180px;
}
.staff_block .staff_boxL .text .name, 
.staff_block .staff_boxR .text .name {
	font-size:14px;
	font-weight:bold;
}
.staff_block .staff_boxL .text .comment,
.staff_block .staff_boxR .text .comment{
	font-size:12px;
	line-height:16px;
}
