/* ========== 目次 ==========

最終更新日：2007年9月2日

1：各要素のリセット
2：基本レイアウト
3：リンク
4：ヘッダ
5：ナビゲーション
6：メインコンテンツ
7：サイドバー
8：フッタ

============================== */

/* ==============================
■1：各要素のリセット
============================== */

body {
	background: #FFFFFF;
}


/* ==============================
■2：基本レイアウト
============================== */

#wrapper {
	background: #FFFFFF;
}


/* ==============================
■3：リンク
============================== */

/* ==============================
■4：ヘッダ
============================== */

#header span {
	display: none;
}

/* ==============================
■5：ナビゲーション
============================== */

#g-navi {
	display: none;
}

#p-navi {
	display: none;
}

/* ==============================
■6：メインコンテンツ
============================== */

#pan {
	display: none;
}

.left200 {
	float: none;
}

.right200 {
	float: none;
}

.left640 {
	float: none;
}

.right640 {
	float: none;
}

.p-hide {
	display: none;
}




/* ==============================
■7：サイドバー
============================== */

/* ==============================
■8：フッタ
============================== */

.line-1st {
	display: none;
}


