@charset "utf-8";

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
}

body > div {
	margin: 0 auto;
}

body div {
	text-align: left;
}


/* ------------------------------------------------------------------
	#container コンテナ設定
--------------------------------------------------------------------- */
#container {}

/* ------------------------------------------------------------------
	#header ヘッダ設定
--------------------------------------------------------------------- */
#header {}

/* ------------------------------------------------------------------
	#content コンテンツ設定
--------------------------------------------------------------------- */
#content {}

/* ------------------------------------------------------------------
	#footer フッタ設定
--------------------------------------------------------------------- */
#footer {}