<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p{
	text-align: left;
  
}
#main{
	height : 650px;
}
#wrapper{
	height : 980px;

}
h2{
	margin-bottom: 50px;
}
.article{
	margin-top: 40px;
	text-indent : 2em;
	font-weight: bold;
}
.para{
  margin-left : 2em;
}
html:not(:only-child:only-child) #wrapper{
	/*Safari3用*/
	height: 1350px;	
}
.para2{
  margin-left : 80px;
  
  width : 575px;
  line-height : 1.5;
}
.img{
  margin-right : 50px;
}
.font{
  font-size : 75%;
  line-height : 1.5;
  
  text-align : left;
  text-indent : 5em;
}
a:link{
  line-height : 1.5;
  color : #0066cc;
  text-decoration : underline;
  font-weight : bold;
}
a:visited{
  line-height : 1.5;
  color : purple;
  text-decoration : underline;
  font-weight : bold;
}
a:hover{
  line-height : 1.5;
  color : red;
  text-decoration : underline;
  font-weight : bold;
}
.red{
  font-weight : bold;
  color : red;
}
s{
  line-height : 200%;
  text-decoration : line-through;
}
</pre></body></html>