@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("2manji.jp") {

	div#main div.box div.note_read {
		margin-left: 100px;
		padding: 10px;
		background: #3764cb;
		background: url(http://2manji.jp/image/background.gif);
		color: #444;
	}

	div#main div.box div.comment-body {
		width: 620px;
		white-space: -moz-pre-wrap;
		/*white-space: pre-wrap;*/
		/*word-wrap: break-word;*/
	}

}