@charset "utf-8";

body {
    display:table;
}

/* メインメニュー非表示 */
#gnavi {
	display: none;
}

/* 階層非表示 */
#location {
	display: none;
}

/* サブ部分非表示 */
#left-box {
	display: none;
}
#sitemap #left-box {
	display: block;
}


/* 上書き指定 */

/* Firefox */
#right-box {
	display: table-cell; 
	float: none;
}

/* IE */
*+html body #right-box {
	display: table-cell; 
	float: left;
}

* html body #right-box {
	display: table-cell; 
	float: left;
}

