@charset "UTF-8";
	
#contents{
	height:1280px;
	}

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

#contents hr{
	margin: 0 7%;
}

#contents img{
	padding: 6px;
	vertical-align: middle;
}

#contents a{
	color:#0000ae;
}

#contents .fontLarge{
	font-size: 150%;
	}