/*
================================================================================
	Name		:	Hatena Bookmark Bookmarklet Mini Ver1.1.0
	In			:	[none]		
	Out			:	[none]		
	Note		:	ã¯ã¦ãªãƒ–ãƒƒã‚¯ãƒžãƒ¼ã‚¯ã®ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã‚’å°ã•ãã—ã¾ã™ã€‚
--------------------------------------------------------------------------------
	Version		:	Ver1.0.0	|	2008/11/15	|	æ–°è¦ä½œæˆ
	Version		:	Ver1.1.0	|	2008/11/26	|	ã¯ã¦ãªãƒ–ãƒƒã‚¯ãƒžãƒ¼ã‚¯æ­£å¼ãƒªãƒªãƒ¼ã‚¹ã«ã‚ã‚ã›ã¦url-prefixã‚’å¤‰æ›´
--------------------------------------------------------------------------------
	License		:	MIT license
	URL			:	www.kanasansoft.com
================================================================================
*/
@namespace url(http://www.w3.org/1999/xhtml);

div.hatena-bookmark-bookmarklet-container{
	width:380px !important;
}
iframe#hatena-bookmark-bookmarklet-iframe{
	width:380px !important;
	height:300px !important;
}
@-moz-document url-prefix("http://b.hatena.ne.jp/bookmarklet"),url-prefix("https://b.hatena.ne.jp/bookmarklet"){
	#hatena-bookmark-bookmarklet{
		width:350px !important;
		margin:3px 5px 5px !important;
	}
	body,
	h1,h2,h3,h4,h5,h6,
	ul,ol,li,dl,dt,dd,
	form,textarea,input,select,
	blockquote{
		font-size:90% !important;
	}
	table.bookmarklet img{
		max-width:40px !important;
	}
	form#bookmarklet-form>*{
		margin:0px !important;
	}
	p.bookmarklet-notice{
		font-size:80% !important;
	}
	p.bookmarked-confirm{
		font-size:80% !important;
	}
	#title-edit span.title{
		font-size:90% !important;
	}
	table.bookmarklet th,
	table.bookmarklet td{
	}

	table.bookmarklet th{
		padding-right:3px !important;
	}

	#title-edit input,
	input#comment{
		width:205px !important;
	}
	dd#all-tags span.tag,
	dd#recommend-tags span.tag{
		border:0px none !important;
		padding:0px !important;
		margin:0px 1px 0px 0px !important;
		font-size:90% !important;
	}
	dd#all-tags,
	dd#recommend-tags{
line-height:1.25 !important;
		margin-top:1px !important;
		padding:1px !important;
	}
	div.images-info{
		padding-left:4px;
		padding-right:4px;
	}
	div#image-container{
		max-width:355px !important;
	}
	#image-selector img.thumbnail{
		max-height:60px !important;
		max-width:60px !important;
	}
}
