@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
}

/* for IE6 */
* html body { font-size: 69%; }

/* for IE7 */
*:first-child+html body { font-size: 69%; }

a {
	color: #000;
	text-decoration: underline;
	background: #F0F0F0;
}

a:hover {
	color: #000;
	text-decoration: underline;
	background: #0FF;
}

.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto -130px;
	text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

.oneColFixCtrHdr #header {
	padding: 0 10px;
	margin: 0;
	height: 25px;
}

.oneColFixCtrHdr #mainContent { height: 460px; }

.oneColFixCtrHdr #container #mainContent p { line-height: 2em; }

.oneColFixCtrHdr #container #push { height: 130px; }

.oneColFixCtrHdr #footer {
	background:#FFF;
	height: 130px;
	width: 800px;
	position: relative;
	margin: 0px auto;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: center;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p #copy  { font-size: 9px; }
.oneColFixCtrHdr #footer table tr td a { background: #FFF; }
.oneColFixCtrHdr #footer table tr td a:hover { background: #FFF; }

