﻿@charset "utf-8";

/*フッターを中央揃え*/
footer {
  bottom: 0px;                /* 位置(下0px) */
  left: 0px;                  /* 位置(左0px) */
  width: auto;                /* 横幅100%　*/
  height: 40px;              /* 縦幅140px */
	margin: 200px auto 0 auto;     /*外部上余白*/
	line-height: 20px;            /*行間内部余白*/
	text-align: center;     /*文章中央揃え*/
	color: #ffffff;
	padding: 20px 0;       /*内部上下に余白*/
	background-color: #767671;   /*背景色*/
}
