﻿/* ページ固有のスタイル */

* {
    font-family: "Lucida Grande","Segoe UI","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Meiryo,"メイリオ",sans-serif;
}

#back-top {
    display: none;
    padding: 5px 5px;
    bottom: 50px;
    right: 20px;
    background: #e6e6e6;
    position: fixed;
}

.annotation {
    color: #FF0000;
    font-weight: bold;
}