@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.pixiv.net") {
	/*
	===== User stylesheet information =========================
	
	Name:        pixiv - http://www.pixiv.net/
	Version:     2012-06-05
	Author:      Sakatori - http://az-store.nrym.org/
	Description: http://az-store.nrym.org/download/user-stylesheet/pixiv/
	
	===========================================================
	*/

	/*
	===========================================================
	★☆★ 要変更 ★☆★
	===========================================================
	*/

	 /* 
	 ランキング非表示
	 表示したい場合は下の規則集合を削除してください。
	  */
 [class*="ranking"]
,[href*="ranking"]
,.contents-right
	{
	display: none !important;
	}

	/*
	タイトルに特定の文字を含むサムネイルを非表示
	※「●inu●」、「▲neko▲」、「■tori■」部分を任意の文字に変更してください。
	*/
 img[alt*="●inu●"]
,img[alt*="▲neko▲"]
,img[alt*="■tori■"]
	{
	visibility: hidden !important;
	}

	/*
	特定のidのイラストを非表示
	※「example」、「sample」、「test」の部分を任意のユーザーidに変更してください。
	※ユーザーidは画像のURLを調べれば分かります。
	*/
 a img[src*="pixiv.net/img/example/"]
,a img[src*="pixiv.net/img/sample/"]
,a img[src*="pixiv.net/img/test/"]
	{
	display: none !important;
	
	}

	/*
	===========================================================
	特に変更必要なし
	===========================================================
	*/

		/* 文字を選択したときの文字列背景色 */
::selection
	{
	background: #3399ff !important;
	color: #ffffff !important;
	}
		::-moz-selection /* Firefox用 */
			{
			background: #3399ff !important;
			color: #ffffff !important;
			}

	/* ユーザーの背景画像を非表示にする */
body
	{
	background-image: none !important;
	}

	/* プレミアム会員のフォント装飾を無効にする */
.works_area p span
	{
	color: #000000 !important;
	font-size: 100% !important;
	font-weight: normal !important;
	}

	/* リンクの色 */
a
	{
	text-decoration: underline !important;
	border: none !important;
	}
a:link
	{
	color: #0000ff !important;
	}
a:visited
	{
	color: #800080 !important;
	}
a:hover
	{
	color: #ff0000 !important;
	background-color: transparent !important;
	}

	/* リンク画像に枠をつける */
 .image a:link img
,.works_display a:link img
,.worksListOthers a:link img

	{
	border: 1px solid  #0000ff !important;
	}
 .image a:visited img
,.works_display a:visited img
,.worksListOthers a:visited img
	{
	border: 1px solid #800080 !important;
	}

 .image a:hover img
,.works_display a:hover img
,.worksListOthers a:hover img
	{
	border: 1px solid #ff0000 !important;
	}

	/* 広告などを削除する */
 object
,embed
,img[src*=".ads."]
,a[href*=".ads."]
,[class*="ads"]
,[id*="ads"]
,center
,area
,.ad
,.comic-container
,.ad-footer
,.topjack-area
,.uiOverlay /* プレミアム勧誘ポップアップ */
,.page-top /* このページの上部へ↑ */
	{
	display: none !important;
	}

	/* 広告を非表示にしたら共有ボタンとイラストの間が狭くなったので調整 */
.action
	{
	margin-bottom: 20px !important;
	}

	/*
	===========================================================
	坂取用
	評価・ブックマーク・イメージレスポンス非表示
	===========================================================
	*/
	/*
 #rating
,.count-list
	{
	display: none !important;
	}
	*/
}