﻿body {
	margin: 5px 0 20px 0;
	font-family: "メイリオ","MS UI Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 11pt;
	line-height: 1.25em;
	color: #333333;
	background-color: #FFFFFF;
} 
h1 {
	font-size: 1.1em;
}

#wrapper {
	padding: 0px;
	margin: 0px auto 0px auto;/*　autoにすることによって全体の表示を中心揃えにする　*/;
	width: 750px; 
	bottom: 0px;
	top: 0px;
	clip: rect(0px, auto, 0px, auto);
	right: auto;
	left: auto;
}
#masthead {
	margin: 0px;
	float: left;
	width: 100%;
	color: #5A5A5A;
	height: 50px;
	padding-right: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	clip: rect(0px, 0px, 0px, 0px);
}#footer h2 {
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
	font-size: 100%;
	color: #FFFFFF;
	font-family: "Clayton";
	line-height: 1.1em;
}
#footer {
	background: #333333;
	border: 2px inset #C0C0C0;
	float: left; /*この指定をしないとフッターがcontainerの下へ付かない　*/;
	width: 100%;
	height: 38px;
	text-align: center;
	clear: both;
	clip: rect(12px, 0px, 0px, 0px);
	position: relative;
	top: 12px;
	padding-bottom: 2px;
	margin-top: 12px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#footer h2 {
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
	font-size: 100%;
	color: #FFFFFF;
	font-family: "Clayton","Times New Roman", "serif", "ＭＳ Ｐ明朝";
	line-height: 1.1em;
}
#footer p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10pt;
	color: #FFFFFF;
	font-family: "メイリオ","ＭＳ Ｐ明朝";
	line-height: 1.1em;
}
#footer a:hover {
    color: lime;
}
#footer a {
	color: #FF9999;
	text-decoration: none;
	font-family: "Times New Roman", "serif", "ＭＳ Ｐ明朝";
	font-size: 10pt;
	line-height: 1.1em;

}

