﻿html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    height: 100%;
    background: #f8f8ff;
}

.header {
    width: 100%;
}

.footer {
    position: sticky;
    margin: 0px;
    padding: 0px;
    background: #008080;
    width: 100%;
    top: 100vh;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
}

.container img {
    width: 100%;
}

p {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #808080;
    padding-top: 5px;
    padding-left: 10px;
    margin: 0;
    font-family: "メイリオ", sans-serif;
}

h1 {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1.4;
    text-align: left;
    color: #2f4f4f;
}

h2 {
    position: relative;
    padding: 1rem .5rem;
}

h2:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

h3 {
    padding: 0px 0px 0px 10px;
    border-left: 6px solid #c0c0c0;
    color: #333333;
}

h4 {
    font-weight: 120;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #f9f9f9;
    border: none;
    line-height: 1.5em;
    font-size: 12px;
    font-family: "メイリオ", sans-serif;
}

.label-style {
    text-align: left;
    font-size: Medium;
    Width: 200px;
    Height: 20px;
    color: #ff8c00;
}

.textbox-Lstyle {
    text-align: left;
    border-radius: 0px;
    font-size: small;
    background-color: #ffffff;
    border-color: #006400;
    border-style: Solid;
    color: #000;
}

.textbox-Rstyle {
    text-align: right;
    border-radius: 0px;
    font-size: small;
    background-color: #ffffff;
    border-color: #006400;
    border-style: Solid;
    color: #000;
}

.button-style {
    text-align: center;
    border-radius: 5px;
    font-size: Medium;
    Width: 70px;
    Height: 20px;
    background-color: #f0ffff;
    border-color: #006400;
    border-style: Solid;
    color: #000;
}

.button-style:hover {
    background-color: #8fbc8f;
    color: #000;
}

.banner-style {
    width: 400px;
    height: 100px;
    padding-top: 10px;
    padding-left: 10px;
    display: table-cell;
    font-size: 20px;
    color: #808080;
    font-weight: bold;
}

.main {
    padding: 0px 0px;
    margin: 2px 10px 2px 10px;
}

table {
    margin-top: 1px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: 0px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #B0C4DE;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #B0C4DE;
    width: 100%;
}

table th {
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: white;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

table td {
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 0px;
    padding-left: 1px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #B0C4DE;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B0C4DE;
}

.menu {
    padding: 4px 0px 4px 0px;
}

.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.menu ul li a, .menu ul li a:visited {
    background-color: #008080;
    border: 1px #5f9ea0 solid;
    color: #fffff0;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.menu ul li a:hover {
    background-color: #8fbc8f;
    color: #fffff0;
    text-decoration: none;
}

.alignr {
    text-align: right;
}

.alignl {
    text-align: left;
}

.alignc {
    text-align: center;
}



