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

#owner #main h2 {
    width: 130px;
    margin: 0 auto;
}

#owner #main p#owner-intro {
    margin-bottom: .5em;
    text-align: center;
}


#owner #main div#owner-explanation {
    width: 400px;
    margin: 1em auto 4em;
}

#owner #main div#owner-explanation p {
    margin: 0 auto 2em;
}

#owner #main table#owner-st tbody h4 {
    color: #000;
    font-size: 14px;
    margin-bottom: .3em;
}

#owner #main table#owner-st tbody p {
    margin-bottom: 2em;
    line-height: 1.6;
}

#owner #main table#owner-st tbody td {
    padding-bottom: 2em;
}

#owner #main table#owner-st tbody td.owner-st-picture {
    text-align: center;
}

