@charset "Shift_JIS";
P{
  font-size : small;
  
  margin-top : 5px;
  margin-left : 5px;
  margin-bottom : 5px;
}

H1{
  font-size : medium;
  font-weight : bold;
}



H2{
  font-size : small;
  
}

.red{
  color : red;
}

.blue{
  color : blue;
}

.pink{
  color : fuchsia;
}

.mojim2{
  font-size : x-small;
}

UL{
  list-style-type : inherit;
  list-style-position : inherit;
  font-size : small;
  
}

LI{
  
  
  
  margin-left : 15px;
  

  
  
  
  list-style-position : inherit;
}

A:visited{
  color : navy;
  text-decoration : none;
}



A:link{
  color : navy;
}

A:hover{
  color : red;
  
}
