@charset "UTF-8";

/* --------------------------------------------------
contentsHead
-------------------------------------------------- */
div#contentsHead {
background: url(line.gif) repeat-x bottom left;
padding-bottom: 20px;
margin-bottom: 20px;
}

div#contentsHead h3 {
margin-bottom: 15px;
background: url(line.gif) repeat-x bottom left;
}

div#contentsHead p.titleCopy {
float:left;
margin-bottom: 40px;
margin-right: 15px;
}

/* --------------------------------------------------
interview
-------------------------------------------------- */
div#interview p.intro {
margin-bottom: 20px;
}

div#interview p.picLeft,
div#interview p.picRight {
display: inline;
}


div#interview p.picLeft {
float: left;
margin: 0 10px 10px 0
}

div#interview p.picRight {
float: right;
margin: 0 0 10px 10px
}

div#interview p {
margin-bottom: 1em;
}


div#interview p span.R,
div#interview p span.S {
font-weight: bold;
padding-right: 0.5em;
}

div#interview p span.R {
color: #996600;
}

div#interview p span.S {
color: #D8AF26;
}
