
body { 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top:60pt; margin-left:150pt; margin-right:140pt;
	line-height: 150%;
	font-size: 12pt;
	text-align: left;
	background-color: #eaeaea;
	
}
h4 {
	text-align: center;
}
h5 {
	font-size: 10pt;
	color: #eaeaea;
}
a {
	color: #666666;	/*リンクテキストの色*/
	transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
}
a:hover {
	color: #3d2d21;	/*マウスオン時の文字色*/
}

