@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("togetter.com")
{

	/*
	===== User stylesheet information =========================
	
	Name:        Togetter - http://togetter.com/
	Version:     2012-04-19
	Author:      Sakatori - http://az-store.nrym.org/
	Description: http://az-store.nrym.org/download/user-stylesheet/twitter/togetter
	
	===========================================================
	*/

	/* 背景画像を非表示にする */
 body
	{
	background-image: none !important;
	}

	/* 広告を非表示にする */
 .advertise_head_box /* 上部広告 */
,.ad_rectangle /* 右サイドバー上部広告 */
,.favorite_box /* 「お気に入りしたユーザ」 */
,.advertise_box /* まとめられたツイートとコメントの間の広告 */
,#comment_box+.side_box /* みんなのおすすめ商品 */
,.side_simple_box+.side_box /* 右カラムのバナーの下のamazonアフィリエイト */
	{
	display: none !important;
	}

	/* 「まとめられたつぶやき」のデコレーションを無効にする */
 .tweet_box span
,.balloon_body .tweet
	{
	color: #000000 !important;
	font-size: 100% !important;
	font-weight: normal !important;
	}

	/* 「まとめられたつぶやき」の訪問済みリンクの色を変える */
 .tweet_box a:visited
	{
	color: #a0a2e7 !important;
	}

	/* 「まとめ」のリプライ・リツイート・お気に入りボタンを常に表示する */
 .status_left
	{
	display: block !important;
	}

	/* スクロールすると右カラムが追従するのを防ぐ */
 .right
	{
	position: static !important;
	}

}