@charset "utf-8";

body {
    background: #000;
    color: #CDF;
    font-family: Verdana, Meiryo, sans-serif;
    padding: 5em;
}

p {
    text-indent: 1em;
}

a:link, a:visited, a:hover, a:active {
    color: #CDF;
    text-decoration-style: dashed;
}

div.figure {
    padding: 1em;
    float: right;
    width: 30%;
    font-size: 70%;
    color: #FFF;
    img {
	width: 100%;
    }
}

.float_right {
    float: right;
}

.float_clear {
    clear: both;
}

.nomark_list {
    list-style: none;
}

.note {
    color: #FFF;
}
