@charset "UTF-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtr #container {
	background: #FFFFFF;
	text-align: left;
}
.oneColFixCtr #header {
	background: #FFFFFF;
	text-align: left;
}
.oneColFixCtr #mainContent {
}
/* footer
-------------------------------------------------------------- */
#footer {
	text-align: right;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	margin: 0px;
	padding-top: 8px;
	padding-right: 20px;
	float: left;
	position: relative;
	width: 825px;
	background-color: #FFFFFF;
}

/* clearfix
-------------------------------------------------------------- */
/* for modern browser */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

