

@import "http://";


body {
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 110%;
  color: black;
  font-weight: normal;
  padding: 5px 8px;
  margin:  0px 5px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;
  -webkit-touch-callout:none;
}



h1, h2, h3, h4, h5, h6 {
  font-size: 110%;
  margin: 0px;
  padding:0px;
}




TD,TH {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 110%;
  font-weight: normal; 
  padding: 15px 15px;
  margin:  0px 5px;
  line-height: 1.3;
  letter-spacing: 0.1em;

}


span.pen1 {
  background-color: yellow;
  padding: 0.1em 0px;
}




FORM {
  margin: 0px;
  padding:0px;
}


a:link {
    color: #0000FF;
    text-decoration: underline;
}
a:visited {
    color: #0000FF;
    text-decoration: underline;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
    position:relative; top:2px; left:2px;
}
a:active {
    color: #FF0000;
    text-decoration: underline;
}


