@charset "Shift_JIS";
body{
  font-size : small;
  font-family : "‚l‚r ‚oƒSƒVƒbƒN";
  line-height : 1.9;
  color : rgb(124, 124, 124);
  text-decoration : none;
  margin-top : 25px;
  margin-left : 25px;
  margin-right : 25px;
}

a{
  color : teal;
  text-decoration : none;
}

a:link{
  color : teal;
  text-decoration : none;
}

a:visited{
  color : teal;
  text-decoration : none;
}

a:hover{
  color : teal;
  text-decoration : underline;
}

h2{
  font-size : medium;
  
  text-align : right;
  padding-right : 25px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : silver;
  line-height : 1.7;
  
  
  padding-bottom : 3px;
  
  font-weight : lighter;
  text-decoration : none;
  color : rgb(55, 55, 55);
}
