@charset "utf-8";

#content01 h2 {
margin-bottom:11px;
}

/* lead */
#content01 .lead {
margin:0 10px 32px;
}
#content01 .lead p {
font-size:1.2em;
}

/* staff */
#content01 div.staff {
overflow:hidden;
height:100%;
margin:0 10px 19px;
}
#content01 .staff h3 {
margin-bottom:13px;
padding:6px 12px;
border:1px solid #B1C4D9;
background-color:#E2E9EF;
font-size:1.4em;
}
#content01 .staff .image {
float:left;
width:140px;
}
#content01 .staff .image img {
display:block;
margin:0 auto;
}
#content01 .staff .info {
height:100%;
margin-left:152px;
}
#content01 .staff .info h4,
#content01 .staff .info p {
font-size:1.2em;
}
#content01 .staff .info h4 {
margin-bottom:5px;
}
#content01 .staff .info p {
margin-bottom:9px;
}

/* for nn6 (clearfix) */
#content01 div.staff:after {
content:".";
display:block;
visibility:hidden;
clear:both;
height:0;
}
