@charset "utf-8";

/* ---------------------------------------------------------
レイアウトベース
--------------------------------------------------------- */
#header ,
#footer ,
#footerAside ,
#contentWrap ,
#contentWrapNoneSide ,
#topBlockWrap {
	width: 940px;
}

/* ローカルナビありのコンテンツ領域 */
#contentWrap #content {
	width: 700px;
}

/* ローカルナビ */
#contentWrap #localNaviWrap {
	width: 220px;
}

/* ローカルナビなしのコンテンツ領域 */
#contentWrapNoneSide #content {
	width: 850px;
}


/* ---------------------------------------------------------
ナビゲーション
--------------------------------------------------------- */
#navi { width: 940px; }

/*
グローバルナビ 計算式
= ([グローバルナビ max-width]) / [グローバルナビ数]
*/
#navi li { width: 183px; }
#navi li.firstChild {}

#breadCrumbsWrap { width: 940px; }