/****************************************************
　■スタッフ　CSS設定      font-size:80%  style_base.css 
****************************************************/

p.page-top {
	font-size: 12px;
	margin: 10px 0 30px;
	text-align: right;
}

/********** スタッフ　設定 **********/

#staff {
	margin: 30px 20px;
}

#lead {
	width: 610px;
	height: 230px;
	margin: 0 0 50px 0;
	background-image: url(images/staff_lead_back.png);
}
#staff #lead p {
	margin: 0 230px 0 20px;
}

/* プランナー */
#planner {
	width: 590px;
	background-image: url(images/staff_planner_back.png);
	background-repeat: no-repeat;
	padding: 50px 0 0 20px;
}
#staff h4 {
	font-size: 14px;
	color: #FF6633;
	margin: 0 0 10px 0;
}
#staff p {
	margin: 0 0 10px 0;
	line-height: 1.6em;
}

/* キッチンスタッフ */
#kitchen {
	width: 590px;
	background-image: url(images/staff_kitchen_back.png);
	background-repeat: no-repeat;
	padding: 50px 0 0 20px;
	margin: 40px 0 0 0;
}

/* サービススタッフ */
#service {
	width: 590px;
	background-image: url(images/staff_service_back.png);
	background-repeat: no-repeat;
	padding: 50px 0 0 20px;
	margin: 40px 0 0 0;
}

/********** index page **********/












