/*  コーナーと枠 */
.corner {
	position :absolute;
	top			 : 0px;
	left		 : 0px;

/*	opacity:1.0;
/*	filter: alpha(opacity=100);        /* ie lt 8 */
/*	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
/*	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
/*	-khtml-opacity: 1.0;              /* Safari 1.x */


/*	opacity:0.3;
/*	filter: alpha(opacity=30);        /* ie lt 8 */
/*	-ms-filter: "alpha(opacity=30)";  /* ie 8 */
/*	-moz-opacity:0.3;                 /* FF lt 1.5, Netscape */
/*	-khtml-opacity: 0.3;              /* Safari 1.x */

/*	opacity:0.1;
/*	filter: alpha(opacity=10);        /* ie lt 8 */
/*	-ms-filter: "alpha(opacity=10)";  /* ie 8 */
/*	-moz-opacity:0.1;                 /* FF lt 1.5, Netscape */
/*	-khtml-opacity: 0.1;              /* Safari 1.x */


	zoom:1;

	display: block;

}

/* ドラッグ用アイテム */
.dcorner {
	opacity:0.1;
	filter: alpha(opacity=10);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=10)";  /* ie 8 */
	-moz-opacity:0.1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.1;              /* Safari 1.x */
}


.marker {
	width :  16px;
	height : 16px;
/*	border : solid 1px #ccc;*/
	background-image:url(../../images/item/marker.png);
	background-repeat: no-repeat;
  cursor: crosshair;
  overflow: hidden; 

	word-wrap:break-word;
	direction:ltr;
	display: inline-block;
	_display: inline;
	word-wrap: normal;
	word-break: break-all;

}

/*
#imgrotate {
	float:left;
	width : 24px;
	background :url(../../images/item/rotate.png);
}
*/

#wakemarker {
	border : solid 1px #666;
}

