@charset "utf-8" ;
* {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 900px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EDEAE4;
}
.header {
    height: 56px;
    width: 100%;
    background-color: transparent;
    position:  fixed;
    top: 0;    
    color: #FFFFFF;
}
.header-left{
    float: left;
    margin-top: 10px;
    color: #FFFFFF;
    font-family: "Shuei KakuGo Gin M";
}
.header-right{
    float: right;
    color: #FFFFFF;
    font-family: "Shuei KakuGo Gin M";
}
.clear{
    clear: both;
}
.main-logo{
    height: 400px;
    margin-top: 8px; 
}
.header-right a {
    line-height: 56px;
    color: #FFFFFF;
    margin-left: 10px;
    text-decoration: none;
    font-family: "Shuei KakuGo Gin M";
}
.footer {
    height: 120px;
    background-color: #EDEAE4;
    color: #000000;
}
.footer-right {
    float: right;
    padding-top: 40px;
    font-size: 10px;
}
.body {
    font-family: "Shuei KakuGo Gin M"; 
    background-color: #EDEAE4;
}
.main2 a {
  text-decoration: none;
  font-family: "Shuei KakuGo Gin M"; 
  font-size: 18px;
}
.a {
  text-decoration: none;
}
.lab-link {
  margin-top: 3em;
  padding-top: 1em;
  background-color: #EDEAE4; /* ??????????????? */
  text-align: left;
}

a.main.h4 {
  text-decoration: none;
  color: inherit;
  font-size: 18px;
  font-family: "Shuei KakuGo Gin M";
}
