@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/staff/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
************************************************************************
************************************************************************
***********************************************************************/
dl#staff_intro {
    background-image:url(/images/staff/staff_heading.gif);
    background-repeat:no-repeat;
    background-position:center;
    width:608px; height:267px;
    margin:0px auto 10px;
    padding-top:40px;
}

dl#staff_intro dt,dl#staff_intro dd p {
    display:none;
}

/******************* data section *******************/
ul#staff_list {
    margin-bottom:40px;
}

ul#staff_list li{
    margin:10px auto 0px;
    width:604px;
    background-image:url(/images/staff/staff_b.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
    padding-bottom:9px;
}

ul#staff_list li h3{
    background-image:url(/images/staff/staff_t.gif);
    background-repeat:no-repeat;
    background-position:center top;
    height:33px;
    line-height:33px;
    padding-left:15px;
    font-weight:bold;
}


ul#staff_list li div.detail{
    width:604px;
    background-image:url(/images/staff/staff_m.gif);
    background-repeat:repeat-y;
    background-position:left center;
    padding:5px 0px 0px 0px;
    overflow:hidden;
}


ul#staff_list li div.detail div.staff_img {
    float:left;
    width:140px; height:160px;
    overflow:hidden;
    margin:10px 0px 10px 30px;
    _margin:10px 0px 10px 15px;
    text-align:center;
    border:3px solid red;
    background-image:url(/images/staff/staff_m.gif);
    background-repeat:no-repeat;
    background-position: center 10px;
}

ul#staff_list li div.detail div.staff_img a {
    display:block;
    width:140px; height:170px;
}

ul#staff_list li div.detail div.staff_img a table{
vertical-align:middle;
text-align:center;
width:140px;
height:160px;
border-collapse:collapse;
border-spacing:0px;
}

ul#staff_list li div.detail a:hover img{
    visibility:hidden;
}

ul#staff_list li div.detail a:hover {
    background-repeat:no-repeat;
    background-position: center top;
}

ul#staff_list li div.detail div.desc {
    float:right;
    width:400px;
}

ul#staff_list li div.detail div.desc ul.personal_data {
width:380px;
font-size:0.8em;
margin:10px 10px 10px 5px;
}

ul#staff_list li div.detail ul.personal_data li {
    background-image:none;
    padding:0px;
    margin:0px;
    line-height:1.4;
    width:380px;
}

ul#staff_list li div.detail dl.qanda {
    margin:0px 10px 10px 5px;
    _margin:0px 5px 10px 5px;
}

ul#staff_list li div.detail dl.qanda dt {
    font-size:0.9em;
    font-weight:bold;
    line-height:1.4;
}

ul#staff_list li div.detail dl.qanda dd {
    line-height:1.4;
    margin-bottom:5px;
}

ul#staff_list li div.detail p.comment {
    margin:0px 10px 0px 0px;
    padding:10px;
    background-color:#f7f7f7;
}

/*********************/
h2 {
    background-image:url(/images/straight/heading.gif);
    background-repeat:no-repeat;
    background-position:center;
    height:34px;
    line-height:34px;
    padding-left:40px;
    color:#fff;
    font-weight:bold;
    margin-bottom:10px;
    clear:both;
}

p#desc {
    margin:0px 40px;
    padding-bottom:30px;
    line-height:1.6;
}