html { overflow-y: scroll; }
body,td {
font-size:13px;
font-family:'Hiragino Maru Gothic ProN','Hiragino Maru Gothic Pro',meiryo;
letter-spacing:0.1em;
line-height:19pt;}
br{ letter-spacing:0; }
body{
margin-top:100px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
}
a { cursor:help; }
body { cursor:default; }
input { cursor:default; }
a:hover{ color:#C0C0C0; }
a{ text-decoration:none; }
a{ color:#000; }
* { color:#000; }

table.clap {
width: 700px;
border: 0px #fff solid;
}

label{color:#000;}
label:hover {color:#C0C0C0;}


input[type="checkbox"].on-off{
  display: none;
}

.menu ul {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  margin: 0;
  padding: 0;
  list-style: none;
}


input[type="checkbox"].on-off + ul{
  height: 0;
  overflow: hidden;
}
input#Panel1[type="checkbox"].on-off:checked + ul{
  height: 240px;
}
input#Panel2[type="checkbox"].on-off:checked + ul{
  height: 200px;
}
input#Panel3[type="checkbox"].on-off:checked + ul{
  height: 830px;
}

