@charset "UTF-8";


/********************************/
/* 全てのタグ					*/
/********************************/

html, body {height: 100%;}  /*高さ100%に指定*/

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	color: #666666;
    width: 100%; height: 100%;
    margin: 0; padding: 0;
    background-color: #ffffff;
}

div{
    margin: 0; padding: 0;
}

/********************************/
/* ヘッダー						*/
/********************************/



.centerMiddle {
text-align:center;
  width: 800px;  /*横幅*/
  height: 1111px;  /*縦幅*/
position: absolute;
    margin-top: -150px; margin-left: -150px;
  background-color: #ffffff;
}





/********************************/
/* フッター						*/
/********************************/

#footer {
	position: fixed;
	width: 100%;
	background-color: #3B3B3B;
    bottom: 0px; 

}







#copyright {
	width: 100%;
	background-color: #313131;
}

#copyright p {
	margin: auto;
	padding: 10px;

	font-size: small;
	line-height: 40px;
	color: gray;
	text-align: center;
}


