/* 
    Document   : member
    Created on : 2011/07/03, 20:52:27
    Author     : masataka
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#members{
    padding-top: 18px;
/*    background-image: url("../img/background/fabric-green.jpg");*/
    float: none;
}

#members hr{
    margin-top: 40px;
    float: none;
}
#members h2{
    padding-left: 8px;
}

.member{
    height: 650px;
    margin-top: 25px;
}



.m_name{
    margin-bottom: 8px;
    border-spacing:inherit;
}

.member_line{
    width: 460px;
    >width:470px;
    float: left;
}
.m_line_left{
    padding-right: 10px;
}
.m_line_right{
    padding-left: 10px;
    background-image: url("../img/member/VLine.png");
    background-repeat:repeat-y;
    float: left;
}

table.m_name tr{
    vertical-align:bottom;

}

table.m_name tr td{
    display:table-cell;
    height: 23px;
    vertical-align:middle;
}




.m_lead_en{
    line-height: 20px;
    font-size: 9pt;
    font-weight: 400;
    color: white;
}

.m_lead_jp{
    line-height: 20px;
    font-size: 9pt;
    font-weight:bold;
}

.m_photo{
    margin-right: 16px;
}

.name_en,.m_title_en{
    color: white;
}

.name_en{
    font-size: 14pt;
/*    width: 140px;*/
}
.name_jp{
    font-size: 10pt;
/*    width: 90px;*/
    font-weight: bold;
}
.m_title_en{
    font-size: 9pt;
/*    width: 70px;*/
}
.m_title_jp{
    font-size: 9pt;
/*    width: 100px;*/
    font-weight: bold;
}

#site_footer{
    background-image: url("../img/background/fabric-gray.jpg");
    height: 400px;

}


#site_footer div#contact{
    margin: 20px 0 20px 470px;
    padding-left: 10px;
    background-image: url("../img/member/VLine.png");
   background-repeat:repeat-y;
}
#site_footer div#contact p{
    margin-top: 10px;
    margin-left: 5px;
    font-size: 9pt;
    line-height: 20px;
    font-weight: bold;
}
#site_footer div#coop{
    margin-top: 10px;
}
.copyright{
    font-weight: bold;
    font-size: 14pt;
    color: white;
}
#site_footer div#coop p{
    float: left;
    font-size: 10pt;
    font-weight: 400;
}

.action{
    float: right;
}
table.act_items{
    width: 340px;
}
table.act_items tr{
    vertical-align: middle;
}
table.act_items tr td{
    width: 110px;
    line-height: 30px;
    height: 30px;
}




