<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

@import url(schema.css);
#wrapper{
	height : 1477px;
}

#main{
	margin-bottom: 50px;



  margin-right : 50px;
}
h2{
	margin-bottom: 50px;
}

.article{
	line-height: 2;
	text-align: left;
	margin-left : 2em;
  font-weight : bold;
}
.para{
	line-height: 2;
	text-align: left;
	margin-left : 2em;
  font-weight : bold;
}

html:not(:only-child:only-child) #wrapper{
	/*Safari3用*/
	height: 1055px;	
}.para img{
	margin-right: 30px;
	margin-bottom: -40px;
}
.img{
  margin-right : 50px;
  margin-bottom : 15px;
}
a:link{
  line-height : 1.5;
  color : #0066cc;
  text-decoration : underline;
}
a:visited{
  color : purple;
  text-decoration : underline;
  line-height : 1.5;
}
a:hover{
  line-height : 1.5;
  color : red;
  text-decoration : underline;
}
.red{
  font-weight : bold;
  color : red;
}
</pre></body></html>