@charset "utf-8";

body {
	background:#FFFFFF;
	color:#000000;
}

#container {
	overflow: visible !important;
}

/* 非表示項目の設定 */
#header {
	display: none;
	float:none;
}
#footer {
	display: none;
	float:none;
}
#link_to_pagetop {
	display: none !important;
}
#keep_page {
	display: none !important;
}

#print_mode_link,
#print_mode_link_large {
	display: none !important;
}

/* 承認用 */
#approval_table {
	page-break-inside: avoid;
}
#approval_table input[value="印刷"] {
	display: none;
}

/* トップページ */
.top-index #header {
	display: block;
}
.top-index #footer {
	display: block;
}
.top-index #container {
	min-width: 1100px;
	background: none;
	padding: 0px !important;
}
.top-index #top_koukoku_wrap {
	position: static !important;
}

/* オリンピック・パラリンピック トップページ */
.site-index-olympic #header {
	display: block;
}
.site-index-olympic #footer {
	display: block;
}
.site-index-olympic #container {
	min-width: 1100px;
}

/* 朝霞市の魅力（シティプロモーションサイト） */
.site-citypromotion #header {
	display: block;
}
.site-citypromotion #footer {
	display: block;
}
.site-citypromotion #container {
	min-width: 1100px;
}