@charset "shift_jis";

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

#main {
	margin-bottom: 50px;


}
h2 {
	margin-bottom: 50px;
}

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

html:not(:only-child:only-child) #wrapper {/*Safari3—p*/
	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;
}
