@charset "UTF-8";

h3 {
margin-bottom: 20px;
}

h4 {
margin-bottom: 15px;
}

p.pic {
margin-top: 20px;
text-align: center;
}

p.pic2 {
text-align: center;
margin-bottom: 20px;
}


/* --------------------------------------------------
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: 5px;
text-align:center;
}

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

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

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



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

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

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

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

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

