/* サンプル画像用CSS(manual000.html全て) */
.sample {
    display:block;
    margin:10px 0px 20px 0px;
}

/* リンク用CSS(manual041.html) */
.right {
    text-align:right;
}

