@charset "UTF-8";

#contents{
	height:1280px;
	}

h1 {
	text-align: center;
	}
	
h2 {
	font-size: 150%;
		color:#000000;
	}
	
p {
	padding: 0 70px 0 70px;
	text-align: center;
	font-size: small;
	line-height: 1.5;
	}
	
p.alignRight {
	text-align: right;
	}

#contents hr{
	width: 95%;
}

.centerImg{
 display: block;
 margin: 50px auto;
}

#contents a{
	color:#0000ae;
}
