﻿#footer {
	background-color: white;
	/*************** 境界線 ***********************************/
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 2px;
	border-color: #303040;
}
#footer p {
	font-size: smaller;
	text-align: center;
	/************ 背景と文字 *****************/
	background-color: #303040;
	color: white;
	/*************** スペース**********************************/
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
}
