@charset "utf-8";

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
}

body > div {
	margin: 0 auto;
}

body div {
	text-align: left;
}

#container {
	height: 100%;
	min-height: 100%;
}

body > #container {
	height: auto;
}

/* #container直下の子要素にmarginを与えた場合に生じるレイアウト崩れ防止 */
#container:before {
	display: block;
	content: " ";
	height: 0;
	visibility: hidden;
}

.wrap {
	padding: 0 30px;
}

/* ------------------------------------------------------------------
	#container コンテナ設定
--------------------------------------------------------------------- */
#container {
	position: relative;
	width: 840px;
}

/* ------------------------------------------------------------------
	#header ヘッダ設定
--------------------------------------------------------------------- */
#header {}

/* ------------------------------------------------------------------
	#content コンテンツ設定
--------------------------------------------------------------------- */
#content {}

/* ------------------------------------------------------------------
	#footer フッタ設定
--------------------------------------------------------------------- */
#footer {}