@charset "utf-8";
/* CSS Document */
/*------------------word_css------------------*/
#wordBody_middle_word
{
	width:380px;
	height:400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#word_write_body
{
	width:590px;
	height:590px;
	/*margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;*/
	float:left;
}
#wordCanvas
{
	width:588px;
	height:589px;
	position:absolute;
	background-color:#CCC;
	z-index:1;
}
.wordImageClass
{
	width:590px;
	height:590px;
	position:absolute;
	background-repeat:no-repeat;
	z-index:50;
}
#wordSketchpad
{
	width:590px;
	height:590px;
	position:absolute;
	z-index:100;
	border:0px;
}
.wordClass
{
	background-color:#000;
	position:absolute;
}
/*------------------word_css------------------*/