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

* {
    font-size:   12px;
    font-weight: normal;
    font-style:  normal;
}

body,div,p,ul,ol,h1,h2,h3,h4,h5,table {
    margin:  0;
    padding: 0;
}

body {
    background-color: #fff;
    text-align: center;
}

a:link     { text-decoration: none; }
a:hover    { text-decoration: none; }
a:active   { text-decoration: none; }
a:visited  { text-decoration: none; }

img {
    border: none;
    vertical-align: bottom;
}

em {
    font-style: normal;
}

table {
    border-collapse: collapse;
}

br.clear {
    clear: both;
}


