A{ text-DECORATION:none; color:#222222; }
A:hover{ text-decoration:overline underline; }

img{ 
  border: 0px solid #bbbbbb;

	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}


div{
  font-family: sans-serif;
  font-size: 12px;
  color: #888888;
}


input[type=text]{
  border:1px solid #bbbbbb;
}

.b{
  font-weight: bold;
  color: rgba(148,125,107,1.0);
}


.home:hover{ text-decoration:overline underline; }


.hand{
  cursor:pointer;
}

.lnx:hover{
  cursor: pointer;
  color: #555555;
  text-decoration:overline underline;
}

ul,ol,li{
  margin-left: 4px;
  padding-left: 4px;
}


html,body{
  font-family: sans-serif;
  font-size:12px;
  scroll-behavior: smooth;
  width: 100%;

  overflow-x: hidden;
  overflow-y: auto;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  color: #555555;

  padding: 0;
  margin:0;

  touch-action: pan-x pan-y;
  touch-action: manipulation;
}



.click{
  cursor:pointer;
}

summary{
  display:inline-block;
  outline: none;
  cursor: pointer;
  user-select: none;
}

/* 普通に点々 */
hr{
  width: 100%;
  border: 0;
  border-bottom: 1px dashed #d2d0ce;
}

button, .bt{
  cursor: pointer;
  display:inline-block;
  word-wrap: break-word;
  border: 1px solid #bbbbbb;
  font-size: 12px;
}


input[type=button], input[type=submit], input[type=reset]{
  cursor: pointer;
  border: 1px solid #bbbbbb;
  background: #ffffff;
  font-size: 12px;
}



#saved{
  position: absolute;
  margin: 20px;
  width: 200px;
  height: 200px;
  background: #eeeeee;
  padding: 20px;
}


.sbj{
  font-weight: bold;
  background: #999999;
  padding: 2px 4px;
  color: #ffffff;
}


ol,li{
  margin-left: 12px;
  margin-bottom: 7px;
}


table,tr,td{
  font-family: sans-serif;
  font-size:12px;
}

