@charset "utf-8";

@import url("../../css/common/common.css");
@import url("../../css/common/layout-basic.css");

/* メインイメージ
------------------------------------------------------------*/

#title {
	clear: both;
	margin: 0px auto 5px;
	width: 790px;
	height: 120px;
	background-image: url(../img/category_title.jpg);
	background-repeat: no-repeat;
}

#title h3 {
	text-indent: -9999px;
}

h4 {
	margin: 20px 0 10px;
	padding: 2px 0 2px 5px;
	border-bottom: #D08B93 solid 1px;
	border-left: #D08B93 solid 7px;
	font-size: 14px;
}

/* リード
------------------------------------------------------------*/

#lead {
	clear: both;
	margin-top: 20px;
}

/* 紹介
------------------------------------------------------------*/

#persons {
	clear: both;
}

#persons p {
	margin-bottom: 10px;
}

#person1 {
	float: left;
	margin-right: 30px;
	width: 380px;
}

#person1 .photo {
	margin: 0 auto 15px;
	width: 350px;
}

#person2 {
	float: left;
	width: 380px;
}

#person2 .years {
	margin-left: 20px;
	font-size: 12px;
}

#person2 .photo {
	margin: 0 auto 15px;
	width: 350px;
}

#person3 {
	float: left;
	margin-right: 30px;
	width: 180px;
}

#person3 .years {
	clear: both;
	margin-left: 20px;
	font-size: 12px;
}

#person3 .photo {
	margin: 0 auto 15px;
	width: 114px;
}

#person4 {
	float: left;
	width: 580px;
}

#person4 .years {
	margin-left: 20px;
	font-size: 12px;
}

#person4 .photo {
	margin: 0 auto 15px;
	width: 550px;
}

#person4 .signature {
	margin-bottom: 10px;
	text-align: right;
}
