<!--
.p1{
  line-height:120%;
  font-size:x-small
}
.p2{
  line-height:110%;
  font-size:small
}
.p3{
  line-height:140%;
  font-size:medium
}
.p4{
  line-height:140%;
  font-size:large
}
.p5{
  line-height:140%;
  font-size:x-large
}
.p6{
  line-height:140%;
  font-size:xx-large
}
-->

/* リンク下線の消去*/
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

<!--
.temp_style {
	color:#666666;
	font-weight:bold;
	background-color:#ffff00;
	text-decoration:none;
}
H1 { font-size: 170%; margin:0px ;}
H2 { font-size:  90%; margin:0px ;color:#0000BF;}
H3 { font-size:  80%; margin:0px ;}
-->

