@charset "utf-8";

body {
}

#header {
	width: 99%;
}

/* メインメニュー非表示 */
/*#gnavi {
	display: none;
}*/

/* 階層非表示 */
/*#location {
	display: none;
}*/

/* Flash非表示 */
/*#flash{
	display: none;
}*/

/* サブ部分非表示 */
#right-box {
	display: none;
}

#footer {
	width: 99%;
}

#header,
#gnavi,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
