/* ページの基本デザイン用  基本的には全てに適用  css*/
/* 背景色　文字色　行間を設定　*/
/* ルビをふるため、行間を広く設定する場合に使用する　*/

body {
	background-color: #cefaea;
	text-align: center;
	color: #113355;
	line-height:1.8;
	}

.body2{
	line-height:1.1;
	}

.body3{
	line-height:2.3;
	}

.body4{
	line-height:2.0;
	}
