tinyMCE.init({
	theme : "advanced",
	mode : "textareas",
	elements : "editbody",
	plugins : "save,preview",
	plugin_preview_width : "500",
	plugin_preview_height : "600",
	width: "600",
	theme_advanced_toolbar_location : "top",
	// theme_advanced_layout_manager : "SimpleLayout",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	theme_advanced_resizing_use_cookie : true,
	theme_advanced_buttons1 : "newdocument,formatselect,fontsizeselect,cut,copy,paste",
	theme_advanced_buttons2 : "undo,redo,separator,bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,numlist,bullist,separator,outdent,indent,separator,forecolor,separator,preview,separator,cleanup,separator,code",
	theme_advanced_buttons3 : "",
	save_enablewhendirty : true,
	apply_source_formatting : true,
	content_css : "styles-content.css",
	popups_css  : "styles-popups.css",
	language : "ja"
});
