@charset "UTF-8";
/* CSS Document */



/* =================================== */
/* スタッフ　概要　設定 */
/* =================================== */
#staff_about {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	width: 480px;
	height: 150px;
	margin: 0 auto 20px auto;
	padding: 50px 0 0 200px;
	background-image: url("../staff/kaatsu_logo_img.gif");
	background-position: left;
	background-repeat: no-repeat;
}
#staff_about .under {
  border-bottom: solid 5px #ddaacc;
}




/* =================================== */
/* スタッフ　インストラクター　設定 */
/* =================================== */
#staff_instructor {
	width: 820px;
	margin: 0 auto;
	margin-bottom: 100px;
	padding: 40px;
	border: solid 1px #cccccc;
}
#staff_instructor img{ /* インストラクター　画像 */
	margin: 0 10px 10px 0;
	float: left;
}
#staff_instructor .instructor_about{
	width: 520px;
	float: right;
}
#staff_instructor h4{ /* インストラクター　名前 */
	font-size: 24px;
	color:#333333;
	text-align:left;
	line-height:30px;
	height: 35px;
	margin: 20px 0;
	border-bottom: 2px solid #ddaacc;
}
#staff_instructor h5{ /* インストラクター　肩書き */
	font-size: 16px;
	font-weight: normal;
	text-align:left;
	margin-bottom: 20px;
}
#staff_instructor p{ /* インストラクター　本文 */
	font-size: 16px;
	line-height: 26px;
	margin: 10px auto;
}