@charset "UTF-8";

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

div#interview {
padding-bottom:15px;
}

div#contentsHead h3,
div#contentsHead p.titleCopy {
margin-bottom: 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.Y {
font-weight: bold;
padding-right: 0.5em;
}

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

div#interview p span.Y {
color: #009900;
}


/* --------------------------------------------------
summary
-------------------------------------------------- */
div.summary h4 {
margin-bottom: 5px;
}

div.summary table {
width: 630px;
margin-bottom: 30px;
border-collapse: collapse;
}

div.summary table tr th,
div.summary table tr td {
text-align: left;
vertical-align: top;
padding: 5px 10px;
border: #FFFFFF 1px solid;
font-style:normal;
}

div.summary table tr th {
width: 150px;
font-weight: normal;
background-color: #CCCCCC;
}

div.summary table tr td {
width: 480px;
background-color: #E6E6E6
}

