﻿@charset "utf-8";


/* ------------------------------------------------
  #content :: .subtitle
------------------------------------------------ */
#content p.subtitle {
margin-bottom: 4px;
margin-left: 12px;
color: #666;
font-weight: bold;
}


/* ------------------------------------------------
  #content :: table
------------------------------------------------ */
#content table {
margin: 24px 0 0 25px;
border-top: 2px #099 solid;
width: 686px;
}

#content table.last_child {
margin-bottom: 32px;
}

#content th,
#content td {
padding: 6px 0;
border-bottom: 1px #CCC solid;
vertical-align: middle;
}

#content th {
padding-left: 4px;
font-size: 1.1em;
width: 70px;
vertical-align: top;
}

#content tr.question th {
color: #C20651;
}

#content tr.answer th {
color: #099;
}

#content th img {
margin-right: 1px;
vertical-align: middle;
}

#content td {
padding-right: 4px;
font-size: 0.9em;
line-height: 1.4;
}

#content tr.answer td a {
color: #C30;
font-weight: bold;
}

#content tr.go_questions td {
padding-left: 4px;
border-bottom: 0 none;
}

#content tr.go_questions td a {
padding: 2px 0 2px 20px;
background-image: url(../interview/image/ar_previous.gif);
background-position: left center;
background-repeat: no-repeat;
font-size: 0.8em;
float: left;
display: block;
}

#content tr.go_questions td a:hover {
background-image: url(../interview/image/ar_previous_on.gif);
}
