body {
    background-color: rgba(248,250,229,0.42);
    font-family: sans-serif;
    position: relative;

}

div#site_container {
    width: 95%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
}

div#site_title {
    width: 50%;
    min-width: 15em;

    margin: 0.25em 2em 0em 4em;
    padding-top: 0em;

    background-color: transparent;
}

#site_title H1 {
    margin: 0em;
    color: #8e9c58;

    font-weight: bold;
    font-size: 2.5em;
    letter-spacing: -0.05em;
    word-spacing: -0.05em;
}

#site_title P {
    margin: 0em;
    color: black;
    font-weight: bold;
    font-size: 0.8em;
    letter-spacing: -0.05em;
    word-spacing: -0.05em;
}

div#main_containter {
    width: 95%;

    position:relative;
    top: 0; left: 0; bottom: 0; right: 0;

    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;

    background-color: white;

    border: 0.15em solid #b0c26e;
    border-radius: 0.55em 0.55em 0em 0em;
}


ul#main_menu  {
    background-color: #8e9c58;
    border-radius: 0.5em 0.5em 0em 0em;
    padding: 0.75em;
    margin: 0.15em 0.15em 0em 0.15em;
}
ul#sub_menu  {
    background-color: #f8fae5;
    border-radius: 0em 0em 0.5em 0.5em;
    padding: 0.75em;
    margin: 0em 0.15em 0.15em 0.15em;
}

#main_menu > li, #sub_menu > li {
    display: inline;
    padding: 0.35em;
}

#main_menu > li > a{
    color: white;
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: none;
    letter-spacing: -0.05rem;
    word-spacing: -0.05rem;
}
#sub_menu > li > a{
    color: black;
    font-size: 0.85em;
    text-decoration: none;
}

#main_menu > .selected_menu > a {
    background-color: #76824a;
    color: white;
    padding: 0.25em;
    border-radius: 0.5em;
}

#sub_menu > .selected_menu > a {
    background-color: #8e9c58;
    color: white;
    padding: 0.25em;
    border-radius: 0.35em;
}

#main_menu > li > a:hover, #sub_menu > li > a:hover {
    background-color: white;
    color: #dd2a7c;
    font-weight: bold;
    padding: 0.5em;
    border-radius: 0.5em;
}

div.contents_title {
    background-image: linear-gradient(45deg, #76824a, #b0c26e);
    color: white;

    border-radius: 0.45em;

    margin: 0.5em 0.17em 0.5em 0.17em;
    padding: 0.75em;

    font-weight: bold;
    font-size: 1em;
}
div#contents_main{
    background-color: white;

    border: 0.15em solid #b0c26e;
    border-radius: 0.45em;

    margin: 0.5em 0.15em 0.15em 0.15em;
    padding: 0.75em;

    font-size: 0.9em;
    text-align: center;
}

 table.information_table, table.stop_basic_information_table{
    border: 0.15em solid #b0c26e;
    border-radius: 0.45em;
    width: 100%;
}

.information_table th, .stop_basic_information_table th {
    background-color: #76824a;
    border-radius: 0.35em;
    padding: 0.75em 0.5em 0.75em 0.5em;
    margin: 0.5em;

    font-size: 1em;
    text-align: center;
    color: white;
}

.information_table td, .stop_basic_information_table td {
    background-color: #f8fae5;
    border-radius: 0.35em;
    border-bottom-style: dot-dash;
    padding: 0.75em 0.5em 0.75em 0.5em;
    margin: 1em;
    min-width: 2em;

    font-size: 0.9em;
    text-align: center;
    color: #76824a;
}

.information_table td {
    text-align: center;
}
.stop_basic_information_table td {
    text-align: right;
}

.information_table td a, .information_table td > a, div.caution > a{
    text-decoration: none;
    text-align: center;
    color: #76824a;
}
.information_table td a:hover, .information_table td > a:hover, div.caution > a:hover{
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #dd2a7c;
}

td.table_remark {
    padding: 0.35em;
    font-weight: bold;
    text-align: center;
}

div.map_label {
    display: inline;
    text-align: center;
    background-color: white;
    border-radius: 0.3em;
    border: 0.15em solid #b0c26e;
    /* box-shadow: 0.01em 0.01em 0.25em 0.25em #76824a; */
    margin: 0.35em;
    padding: 0.35em;
    font-size: 0.75em;
}

div.button_border {
    margin: 0.35em;
    padding: 0.35em;
    background-color: #b0c26e;

    border: 0.15em solid #b0c26e;
    border-radius: 0.35em;
    align-self: center;
    align-content: center;
}
div.button_for_link {
    display: inline;
    align-self: center;
    align-content: center;
    color: white;
    font-weight: bold;
}
.button_for_link > a {
    margin: 0.25em;
    padding: 0.25em;
    color: white;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
.button_for_link > a:hover {
    background-color: #f8fae5;
    border-radius: 0.35em;
    color: #dd2a7c;
    text-align: center;
    font-weight: bold;
}

div.caution  {
    background-color: #f8fae5;
    border-radius: 0.35em;
    padding: 1em;
    margin: 0.5em auto auto auto;
    font-size: 1em;
}
div.caution > b, div.caution > b > a {
    color: #dd2a7c;
    font-size: 1.1em;
    text-decoration: none;
}
div.caution > b > a:hover {
    color: #dd2a7c;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration-style: dotted;
}
div.footnote  {
    background-color: white;
    border-color: #76824a;
    border-style: dotted;
    border-radius: 0.35em;
    padding: 1em;
    margin: 0.5em auto 0.5em auto;

    color: #76824a;
    font-size: 1em;
}

.footnote > p {
    font-size: 1em;
}
.footnote > p > b {
    color: #dd2a7c;
    font-size: 1.15em;
}

div.footnote > b {
    color: #76824a;
    font-size: 1.15em;
}

form.search > label{
    font-size: 1.25em;
    font-weight: bold;
    color: #76824a;

    padding: 0.5em;
    margin: 0.5em;
}
form.search > input, .back_button > button{
    background-color: #f8fae5;
    border: 0.15em solid #b0c26e;
    border-radius: 0.75em;
    padding: 1em;
    margin: 0.5em;
}

form.search > input[type=submit]{
    background-color: #f8fae5;
    width: 6em;
}
form.search > input:hover, .back_button > button:hover{
    background-color: #76824a;
    color: white;
    font-weight: bold;
}

div#site_bottom {
    position: relative;
    width: 95%;

    top: 0; left: 0; bottom: 0; right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.35rem;

    background-color: white;
    padding: 0.5rem;
    border: 0.15rem solid #b0c26e;
    border-radius: 0rem 0rem 0.75rem 0.75rem;
    }

#site_bottom p {
    margin: 0em;
    font-size: 0.80em;
    letter-spacing: -0.05rem;
    word-spacing: -0.05rem;
    text-align: center;
}