@charset "UTF-8";

body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 9px;
	line-height: 9px;
}
html{
    height:100%;
}
body{
    height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body > #Container{
    height:auto;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0px;
}
img {
  border:0px;
  vertical-align:bottom
}

html > body div.header_fmt{
	position: fixed;
	z-index: 10;
	height: 138px;
	width: 1050px;
	left: 50%;
	margin-left: -525px;
	top: 0px;
}
