@charset"utf-8";

*{
    margin : 0;
    padding : 0;
    line-hight : 1.5em;
    border-width : 0px;
    border-style : none;
    font-family : "ＭＳ Ｐゴシック",Osaka;
}


body{
    font-size : 16px;
    color : #404040;
    background-color : #282828;
    text-align : center;
}

img{
    border-style : none;
    border : 0px;
}

#tobira{
    font-size : 16px;
    color : #404040;
    background-color : black;
    text-align : left;
    margin-top : 10px;
    margin-left : auto;
    margin-right : auto;
    width : 400px;
    height : 580px;
}

a,a:LINK{
  color : #455551;
  text-decoration : none;
}
a:VISITED{
  color : #455551;
  text-decoration : none;
}
a:HOVER{
  color : #6f8580;
  text-decoration : none;
}
a:ACTIVE{
  color : #6f8580;
  text-decoration : none;
}

.counter{
    color : #404040;
    text-align : right;
    top : 550px;
    margin-left : 20px;
    position : absolute;
    z-index : 100;
}
.entrance A{
    color : #404040;
}

.hyoushi{
    background-image : url(../pict/top-6.jpg);
    background-repeat : no-repeat;
    background-position : 0px 0px;
    width : 400px;
    height : 580px;
}

/*
 .enter{
  color : #404040;
  position : absolute;
  top : 0px;
  left : 0px;
  z-index : 50;
}
*/

