@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mixi.jp") {
/* 全体を中央揃え */
body { margin:0 auto !important }
body { width:750px !important }
/* ロゴ非表示 */
h1 { display:none }
/* 広告バナー非表示 */
div.adBanner { display:none !important }
p.adBanner { display:none !important }
div.headerNavigationRight { display:none}
/* 右カラム非表示 */
#bodySub { display:none }
/* ヘッダの背景を透過色に */
#headerArea { background:transparent !important }
/* ヘッダエリアの幅調整 */
#headerArea { width:750px !important }
/* ヘッダの高さを自動に */
#headerArea { height:auto !important }
/* 本文エリアの幅調整 */
#bodyArea { width:750px !important }
/* グローバルナビゲーションの幅調整 */
#globalNavigation { width:750px !important }
/* グローバルナビゲーションのmikly・動画・フォトボタン非表示 */
#globalNavigation ul.contentsNavigation li.mikly { display:none !important }
#globalNavigation ul.contentsNavigation li.movie { display:none !important }
#globalNavigation ul.contentsNavigation li.photo { display:none !important }
/* ヘルプ・ログアウトボタン非表示(disabled) */
#globalNavigation ul.utilityNavigation li.help { display:none }
#globalNavigation ul.utilityNavigation li.logout { display:none }
/* ローカルナビゲーションの幅調整 */
div.personalNavigation01 { width:750px !important }
/* ローカルナビゲーションのレビュー・ミュージックボタン非表示 */
div.personalNavigation01 li.review { display:none }
div.personalNavigation01 li.music { display:none }
/* ローカルナビゲーションのプルダウンボタン非表示 */
/*#diaryPullDownButton { display:none !important }
#videoPullDownButton { display:none !important }
#photoPullDownButton { display:none !important }
*/
/* フッター幅調整 */
#footerArea { width:750px !important }
/* フッターナビゲーションマージン調整 */
#footerArea ul.footerNavigation01 li { margin:0 2px !important }
/* 検索フォーム非表示 */
div.searchForm01{ display:none }
/* 「最新情報」ヘッダの非表示 */
#mymixiUpdate div.heading01 { display:none }
p.mobileInfo01 { display:none }
}
/* コミュニティページ専用スタイル */
@-moz-document url-prefix("http://mixi.jp/view_community.pl") {
/* 入退会ボタンを表示 */
#localNavigation li.music { display:inline !important }
}