@charset "UTF-8";

body{
    background-color: rgb(95, 95, 95);
    width: 100%;
    height: 100%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}
#hedder{
    background-color: rgb(227, 8, 247);
    margin: -1% 0 2% 0;
    padding: 7% 0 0.2em 0;
    text-align: right;
    font-size: 2.2em;
    font-family: serif;
    color: rgb(251, 255, 0);
}

.henkan{
    width: 80%;
    height: 2.1em;
    margin: -2% auto 2% ;
}

input[type],
text {
    width: 25%;
    padding: 3px;
    border: #9f9da4 solid 1px;
    background-color: #9f9da4;
    margin: 2% 0 3% 1%;
    color: inherit;
    font-family: inherit;
    font-size: 70%;
    letter-spacing: 0.8em;
}
button


.hako1{
    width: 90%;
    margin: 0 auto;
    text-align: left;
}


.hako2{
    width: 90%;
    margin: 0 auto;
    text-align: right;
}


.midasi1{
    border-bottom: solid 3px   rgb(251, 255, 0) ;
    border-left: solid 10px rgb(251, 255, 0);
    margin: 3% 60% 0.2em 3%;
    padding: 2px 0 2px 7px;
    font-size: 1.4em;
    color: rgb(251, 255, 0);
    font-weight: bold;
}

.midasi2{
    border-bottom: solid 3px   rgb(251, 255, 0) ;
    border-right: solid 10px rgb(251, 255, 0);
    margin: 3% 3% 0.2em 60%;
    padding: 2px 7px 2px 0;
    font-size: 1.4em;
    color: rgb(251, 255, 0);
    font-weight: bold;
    text-align: right;
}

.link1{
    color: rgb(252, 61, 255);
    text-decoration: none;
    line-height: 1.4em;
}
.link1:visited{
    color: rgb(177, 114, 255);
    text-decoration: none;
    line-height: 1.4em;
}

.link2{
    color: rgb(252, 61, 255);
    text-decoration: none;
    text-align: right;
    line-height: 1.4em;
    white-space: nowrap;
}
.link2:visited{
    margin: 2em 0 0 50%;
    color: rgb(177, 114, 255);
    text-decoration: none;
    text-align: right;
    line-height: 1.4em;
    white-space: nowrap;
}
