/*見出しの文字の大きさ*/

h3{
	font-size: 1.2em;
}


/*ヨーロッパ版画作家のリスト設定*/

.hanga{
	margin-left: 1%;
	list-style: square ;
}

.hoka{
	margin-top: 0.6em;
	list-style: none;
}

/*フッターナビの設定*/

.footer_nav{
	margin-left: -3em;
}

/*文字を中央に*/

.korekara{
	text-align: center;
}

