@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 {
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;
font-size:14px;
color:#960;
font-weight:bold;
}

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,
div#interview p span.K,
div#interview p span.I{
font-weight: bold;
padding-right: 0.5em;
}

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

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

div#interview p span.K {
color:#39C;
}

div#interview p span.I {
color:#66F;
}


/* --------------------------------------------------
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;
}


/* --------------------------------------------------
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 {
font-weight: normal;
background-color: #CCCCCC;
text-align:center;
}

div.summary2 table tr th.tPre {
width: 120px;
}

div.summary2 table tr th.tDai {
width: 390px;
}

div.summary2 table tr td {
background-color: #E6E6E6;
text-align:center;
}

div.summary2 table tr td.daigaku {
background-color: #E6E6E6;
text-align:left;
}

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

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

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

div.form table tr th {
font-weight: normal;
background-color: #FFFFFF;
width: 120px;
}


div.form table tr td {
background-color: #FFFFFF;

}


