@charset "utf-8";

/* lead box */
#content01 .lead {
margin:0 25px 29px;
}
#content01 .lead h2 {
margin-bottom:35px;
}
#content01 .lead p {
font-size:1.4em;
}

/* staff box */
#content01 .staff {
height:100%;
margin:0 25px 29px;
padding-top:28px;
border-top:1px dotted #999;
}
#content01 .staff img.photo {
float:left;
margin-top:1px;
}
#content01 .staff h3,
#content01 .staff dl {
float:right;
width:697px;
}
#content01 .staff h3 {
margin-bottom:21px;
}
#content01 .staff h3 img {
padding-left:2px;
}
#content01 .staff dl {
font-size:1.4em;
}
#content01 .staff dt {
clear:left;
height:30px;
margin-bottom:5px;
background:#F2F2F2 url(../img/staff_bg_01.png) right top no-repeat;
color:#9A0B29;
font-weight:bold;
line-height:30px;
}
#content01 .staff dt img {
padding-right:8px;
vertical-align:middle;
}
#content01 .staff dd {
width:651px;
position:relative;
margin-bottom:19px;
padding:5px 5px 20px 41px;
border-bottom:1px dotted #999;
}
#content01 .staff dd img {
position:absolute;
top:0;
left:0;
}
#content01 .staff dd.last {
padding-bottom:0;
border-bottom:none;
}
