@font-face {
    font-family: 'dq';
    src: url(misaki_gothic.ttf) format('truetype');
}
canvas{
    position:absolute;
    top:80px;
}
.indent{
    margin:0 0 0 20px;
}
#game{
    width:720px;
    height:470px;
    position:absolute;
    background:gray;
    color:white;
    z-index:-1;
}
#event{
    width:600px;
    height:350px;
    position:absolute;
        top:100px;
        left:50px;
    background:black;
    color:white;
    z-index:10000;
}

#win{
    width:600px;
    height:350px;
    position:absolute;
        top:100px;
        left:50px;
    background:black;
    color:white;
    z-index:10000;
}

.eventtxt{
    border: double 3px white;
    height:80px;
    width:600px;
    font-family:'misaki';
    word-wrap:break-word;
    position: absolute;
    bottom:0px;
}
table{
    width:100%;
}
body{
    margin:0;
    padding:0;
}
img{
    margin:0;
}
.dqfont{
    font-family: 'dq';
}
.bigtext{
    font-size: 14pt;
    line-height: 0.2;
}
.mediumtext{
    font-size:15pt;
    line-height:0;
}
