html {
    overflow: auto;
    margin: 0;
    padding: 0;
    height: 100%;
}
body{
    height: 100%;
    margin: 0;
}
#head{
    background-color:#000;
    width:677px;
    padding-left:1px;
}
.head_test {
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #000;
    border-bottom: 1px solid #000;
    font-size:15px;
    background-color:fff;
}

h1:first-letter {
  margin-right: .1em;
  font-size: 2em;}

img.yohaku1{margin-top:5px;}

#menuh{ 
display: block; 
border-left: 8px solid #696969;
border-top: 1px solid #696969;
border-right: 1px solid #696969;
border-bottom: 1px solid #696969;
background-color: #696969;
padding: 3px 10px;
text-decoration: none;
color: #fff;
width: 197px;
margin: 1px 0px;
text-align: left;
font-size: 25px;
font-weight:bold;
}

.menu ul{ 
margin: 5px 0px; 
padding: 0; 
list-style-type: none; 
}
.menu li{ 
display: inline; 
padding-bottom:5px; 
margin: 5px 0px;  
}
.menu li a{
display: block; 
border-left: 8px solid #696969;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
background-color: #fff;
padding: 3px 15px;
text-decoration: none;
color: #000;
width: 188px; 
margin: 5px 0px; 
text-align: left;
font-size: 25px;
font-weight:bold;
    
}
.menu li a:hover{
border-left: 8px solid #ff0000;
border-top: 1px solid #696969;
border-right: 1px solid #696969;
border-bottom: 1px solid #696969;
background-color: #a9a9a9;
color: #000;
}

.aisatu{
    background-image:url('flag.gif');
     background-repeat:no-repeat; 
    background-color:#dbdbdb;
   /*  background-size: cover; */
    padding: 15px 15px 15px 15px;
    position: relative;
    width:677px;
    height:522px;
    font-size:18px;
    
}

.hutoji
{ 
  font-weight: bold;/*‘¾Žš‚É*/
  font-size:large;
}
.yagi
{ 
 float:right;
  font-weight: bold;
  font-size:large;
   margin-top:30px;
}
.foter{ 
  font-weight: bold;/*‘¾Žš‚É*/
  font-size:x-large;
  text-align:center;
    
}
/* ========HEADIMAGE CUSTOMIZE======== */
#slide {
    display: none;
    position:relative;
    overflow:hidden;
    padding-bottom:20px;
    width: 677px;
}

.slidePrev {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slideNext {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slidePrev img {
    position:absolute;
    width:50px;
    height:60px;
}

.slideNext img {
    position:absolute;
    width:50px;
    height:60px;
}

.slideInner {
    position:relative;
    margin:0;
    padding:0;
}
.slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slideInner li img {
    margin:0 5px;
    padding:0;
}

.filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.controlNav {
      position:absolute;
      float:left;
      left:50%;
      bottom:0;
}
.controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      background:#eee;
      text-indent:-9999px;
      vertical-align:middle;
}
.controlNav span:hover {
      background:#ccc;
      cursor:pointer;
}
.controlNav span.current {
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      background:#202020;
}
