/**
 * aboutus.css
 *
 * @version $Id: aboutus.css 2 2009-01-20 12:13:46Z yutaka $
 * @author  Yutaka Chiba <yutakachiba@gmail.com>
 */

#aboutus #main {
    width: 580px;
}

#aboutus #main h2 span {
    font-size: smaller;
    color: #000;
}

#aboutus #main table {
    margin-bottom: 2em;
    width: 580px;
}

#aboutus #main table td {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #eee;
    padding: .5em 1em;
    vertical-align: top;
    line-height: 180%;
}

#aboutus #main table td.heading {
    width: 80px;
}

#aboutus #main table td span {
    font-size: 10px;
}

#aboutus #main table td span em {
    font-size: 10px;
}

#aboutus #main table td.date {
    width: 50px;
    font-size: 10px;
    vertical-align: middle;
}

#aboutus #main table td.img {
    width: 120px;
}

#aboutus #main table td.profile {
    line-height: 140%;
}

