h1 {
	display: none;
}
body  {
	margin: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.thrColLiqHdr #container {
	width: 760px;
	text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #000;
	font-weight: bold;
	height: 3500px;
}
#address {
	position: absolute;
	width: 760px;
	height: 19px;
	z-index: 10;
	top: 2612px;
	font-size: 0.9em;
}
.thrColLiqHdr #container #header table {
	text-align: left;
}

input	{
	font-size: 2em;
}

textarea	{
font-size:1.5em;
}
