@charset "UTF-8";

.aisatsu {
	width: 100%; /* 600px以下は幅いっぱいに広げる */
	max-width: 600px; /* 最大幅の指定 */
	margin-top: 133px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0; /* ブロック要素の中央揃え */
	text-align: center; /* インライン要素の中央揃え */
}

.fotter	{
	width:100%; /* 600px以下は幅いっぱいに広げる */
	max-width:600px; /* 最大幅の指定 */
	margin:0 auto; /* ブロック要素の中央揃え */
	text-align:center; /* インライン要素の中央揃え */
}
