@charset "utf-8";


#g_menu {
    background-color:#FF7600;
    clear:both;
    height:72px;
    margin:0 auto ;
    padding:0 0 5px;
    width:970px;
}

*:first-child+html #wrapper {
    margin-top:105px;
}

#wrapper_frame {
    background-image:url(/images/common/h1_ornament.gif);
    background-repeat:repeat-x;
    background-position:200px 5px;    
}

h1 {
    background-color:#f7f7f7;
    background-image:url(/images/interview/h1.gif);
    background-repeat:no-repeat;
    background-position:20px 14px;
    text-indent:-9999px;
    width:401px;
    height:103px;    
}


/**************************************************
** =wrapper section subpage common
**************************************************/
#main {
    width:651px;
    padding-left:10px;
    background-image:none;
}

#container_b {
    margin:10px 0px 0px 0px;
    background-image:url(/images/common/container_b.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
    padding-bottom:9px;
}

#container_t {
    background-image:url(/images/common/container_t.gif);
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:10px;
}

#container_m {
    background-image:url(/images/common/container_m.gif);
    background-repeat:repeat-y;
    background-position:center;
    position:relative;
}

/**************************************************************************************
*** =sidebar section subpage common
**************************************************************************************/
#sidebar {
    width:278px;
    padding-right:10px;
}

#banner_section {
    margin:10px 0px 0px 0px;
    background-image:url(/images/common/side_b.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
    padding-bottom:9px;
}

#t_banner_section {
    background-image:url(/images/common/side_t.gif);
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:9px;
}

#m_banner_section {
    background-image:url(/images/common/side_m.gif);
    background-repeat:repeat-y;
    background-position:center;
    text-align:center;
}

/***********************************************************************
************************************************************************
************************************************************************
*** =each page original start here
************************************************************************
************************************************************************
***********************************************************************/
h2 {
    height:0px;padding-top:65px;
    overflow:hidden;
    background-image:url(/images/interview/qanda.gif);
    background-repeat:no-repeat;
    background-position:30px bottom;
    _background-position:30px 30px;
    margin-bottom:30px;
}

*:first-child+html h2 {
    background-position:30px 30px;
}

#h2_desc {
    display:none;
}

ul#qanda {
    margin-bottom:0px;
}

ul#qanda li{
    margin:20px auto 0px;
    width:600px;
    background-image:url(/images/interview/interview_b.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
    padding-bottom:10px;
}

ul#qanda li h3{
    background-image:url(/images/interview/interview_t.gif);
    background-repeat:no-repeat;
    background-position:center top;
    height:65px;
    line-height:65px;
    padding-left:65px;
    font-weight:bold;
}

ul#qanda li div{
    background-image:url(/images/interview/interview_m.gif);
    background-repeat:repeat-y;
    background-position:center;
    padding:15px 30px;
    margin:0px ;
}
