@import "/common.css";
@import "/base.css";
@import "/header.css";
@import "/gnavi.css";
@import "/side_contents.css";
@import "/footer.css";
@import "/back_button.css";

#page_title {
    display: block;
    width: 580px;
    height: 170px;
    background: url(/img/special_head.jpg) no-repeat;
    text-indent: -999em;
    margin-top: 20px;
}

#interview_header {
    display: block;
    width: 580px;
    height: 46px;
    background: url(/img/interview_head.gif) no-repeat;
    text-indent: -999em;
}

.names {
    float: left;
    display: block;
    width: 260px;
    height: 140px;
    margin-left: 16px;
}

.names a {
    display: block;
    width: 65px;
    height: 11px;
    position: relative;
    top: -22px;
    left: 162px;
    text-indent: -999em;
    background: url(/img/prof_link.gif) no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
}

.names a:hover {
    background-position: -65px 0px;
}

.interviews {
    float: right;
    display: block;
    width: 290px;
    line-height: 26px;
    margin-top: 10px;
    margin-right: 32px;
    margin-bottom: 16px;
}

.interviews a {
    text-decoration: none;
    font-size: 14px;
    color: #00BBFF;
    overflow: hidden;
}

.interviews a:hover {
    color: #FF8000;
}

.separator {
    clear: both;
    display: block;
    width: 580px;
    height: 1px;
    background-color: #787878;
    margin-bottom: 16px;
}

