@charset "utf-8";

body {
	background-image: none;
	background-color: #fff;
}

#container {
	background-image: none;
	background-color: #fff;
}

/* ページ上下イメージ非表示 */
#image-page-top,
#image-page-bottom {
	display: none;
}

/* ヘッダーボタン非表示 */
#header .space-right {
	display: none;
}

/* メインメニュー非表示 */
/*#gnavi {
	display: none;
}*/

/* サブエリア非表示 */
#right-box {
	display: none;
}

/* 戻るボタン非表示 */
#back-button {
	display: none;
}

/* サブメニュー非表示 */
#snavi {
	display: none;
}

#footer {
	width: 99%;
	text-align: left;
}

#header,
#gnavi,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
