@charset "UTF-8";

* {
    font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

html {
   height:100%;
   /*margin-bottom:1px;*/
}

body {
     margin: 0.5em;
     color: black;
     line-height: 150%;
     font-size:9pt;
     font-family: arial, helvetica, verdana, Sans-Serif;
     color: white;
     background-color: black;
}

div.body {
    width: 750px;
    margin: auto;
    padding: 10px 50px 300px;
    color: black;
    background-color: white;
}

h1 {
    margin: 0 0 0.5em;
    font-size: 120%;
    border-bottom: ridge 2px #3030d0
}

h2 {
    margin-bottom: 0.5em;
    font-size: 100%;
    border-bottom: ridge 1px #3030d0
}

.center {
        text-align: center;
}
.right {
        text-align: right;
}
