カーソルの形状を指定する

cursor:
	auto|crosshair|default|hand|move|text|wait|help|
	n-resize|s-resize|w-resize|e-rezsize|
	nw-resize|ne-resize|sw-resize|se-resize
;
戻る
div{cursor:auto}
div{cursor:crosshair}
div{cursor:default}
div{cursor:hand}
div{cursor:move}
div{cursor:text}
div{cursor:wait}
div{cursor:help}
td{cursor:nw-resize} td{cursor:n-resize} td{cursor:ne-resize}
td{cursor:w-resize} resize系の値 td{cursor:e-resize}
td{cursor:sw-resize} td{cursor:s-resize} td{cursor:se-resize}