@charset "UTF-8";
/* CSS Document */
.PageContents ul {
    margin-left: 1em;
}
.PageContents li {
    list-style: none;
    margin-bottom: 0.5em;
}
#BtnArea {
    padding-top: 3em;
}
#BtnArea ul {
    position: relative;
    text-align: center;
    margin: 0;
}
#BtnArea ul li{
    display: inline;
    margin: 0;
}
#BtnArea ul li a{
    display: inline-block;
    width: 24%;
    padding: 1em 0;
    background-color: #09415e;
    color: #ffffff;
    text-decoration: none;
}
table{
    width: 95%;
    margin: 1em auto;
}
table th, table td{
    font-weight: normal;
    padding: 0.5em 1em;
    vertical-align: top;
    border-bottom: solid 1px #cccccc;
    text-align: left;
}
table th{
    width: 10em;
    white-space: nowrap;
}