﻿body, input, select, textarea {
    font-size: medium;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body {
    background-color: #888888;
}

h1 {
    text-align: center;
    position: relative;
    padding: 0.5em;
    background: #6FB92C;
    color: white;
    margin-top: 5px;
}

h1::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #957E7B;
}

h2 {
    font-size: x-large;
    text-align: center;
    padding: 0.3em;
}

table {
    border-collapse: collapse;
    border: 2px solid #808080;
}

table tr td, table tr th {
    padding: 0.5em;
}

table th, table td {
    border: solid 1px #808080;
}

table caption {
    text-align: right;
}

.RightAlign {
    text-align: right;
}