#header {
    background-color: #FFFFFF;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
}
#navi_1 {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #999;
	background-color: rgba(255,255,255,0.90);
}
#navi_2 {
}
#middle {
	position: absolute;
	top: 30%;
}
#footer {
	position: fixed;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	bottom: 0%;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: lighter;
	background-color: rgba(255,255,255,1.00);
	padding-top: 2px;
	padding-bottom: 2px;
}
body    {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
