﻿@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 10px 25px;
border-bottom: 1px #CCC solid;
width: 686px;
}

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

#content th {
padding-left: 4px;
font-size: 1.1em;
color: #C20651;
width: 70px;
}

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

#content td {
font-size: 0.9em;
}

#content td.question {
width: 520px;
}

#content td.go_answer {
padding-right: 4px;
}

#content td.go_answer a {
padding-right: 20px;
background-image: url(../interview/image/ar_next.gif);
background-position: right center;
background-repeat: no-repeat;
display: block;
height: 16px;
text-align: right;
}

#content td.go_answer a:hover {
background-image: url(../interview/image/ar_next_on.gif);
}

/* ------------------------------------------------
  #content :: mail
------------------------------------------------ */

#content div.mail {
width:292px;
margin: 10px 0 0px 25px;
}

#content div.mail a{
display: block;
height:40px;
background-image: url(image/mail.gif);
background-repeat: no-repeat;
padding: 10px 0px 0px 50px;
color: #006699;
font-weight:bold;
}

#content div.mail a:hover {
background-image: url(image/mail_on.gif);
background-repeat: no-repeat;
text-decoration:none;
color:#0099CC;
}

