@charset "utf-8";

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

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

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

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


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

/*
グローバルナビ 計算式
= ([グローバルナビ max-width]) / [グローバルナビ数]
*/

#breadCrumbsWrap { width: 940px; }