* {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    font-size: 14px;
    background: #fff repeat;
    line-height: 1.6;
}

div#wrapper {
    width: 680px;
    margin: 0 auto;
    position: relative;
}

div#contentsArea {
    width: 680px;
    background: #fff;
    position: relative;
}

div#canvasArea {
    background: #fff;
    position: relative;
    left: 0;
    top: 0;
    width: 680px;
    height: 680px;
}

img.logo {
    width: 100%;
}

canvas {
    position: absolute;
    width: 680px;
    height: 680px;
}

div.gaiyou {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}

div.gaiyou h1 {
    font-size: 2.4em;
}

div.gaiyou p.title {
    font-size: 1.5em;
}

div.gaiyou p.body {
    font-size: 1.2em;
}