/* ベース */
*{
    line-height:1.5em;
}
body {
    font-size:100%;
    color:#000000;
    background:#ffffff;
    margin:0;
}
a{color:#000000;}
a:active,a:hover {
    text-decoration:none;
}
/* 段落 */
p.img{margin-top:5em;}
p.comment{margin:5em 1em;}
p.bg{margin:40em 1em 5em;}
.warn{margin:5em 2em 40em 2em;}
/* 本文の装飾とか */
a img{border:0;}
.border{border:#000000 1px solid;}
.center{text-align:center;}
.right{text-align:right;}
