<style type="text/css">
<!--
	/* マウスポインタ変更 */
	.default   { cursor:default; }
	.crosshair { cursor:crosshair; }
	.pointer   { cursor:pointer; }
	.move      { cursor:move; }
	.text      { cursor:text; }
	.wait      { cursor:wait; }
	.help      { cursor:help; }
	.n-resize  { cursor:n-resize; }
	.s-resize  { cursor:s-resize; }
	.w-resize  { cursor:w-resize; }
	.e-resize  { cursor:e-resize; }
	.nw-resize { cursor:nw-resize; }
	.ne-resize { cursor:ne-resize; }
	.sw-resize { cursor:sw-resize; }
	.se-resize { cursor:se-resize; }

	/* リンク設定 */
	a:link    { color:#0000CC; text-decoration:none; }
	a:visited { color:#660099; text-decoration:none; }
	a:active  { color:#FF0033; text-decoration:none; }
	a:hover   { color:#fd8602; border-bottom:dashed 1pt; }

	*.marginmarker {
		background-color: #ffff00;
		margin-left: 0.3em;
		margin-right: 0.3em;
	}

	A { text-decoration: none; }

	cite,.cite,.cite:link {
		color:green;
		font-style:normal
	}

	.c1{
	position:absolute; left:0px; top:0px; visibility:hidden;
	font-size:10pt; color:#000000; 
	background-color:#FFFF66; layer-background-color:#FFFFFF;
	border:1px solid #0099FF; padding:5;

</style>
