	#contextMenu{	/* コンテキストメニュー全体 */
		border:1px solid #202867;	
		background-color:#FFF;	
		margin:0px;
		padding:0px;
		width:175px;	
		font-family:arial;
		font-size:12px;
		background-image:url('../image/gradient.gif');
		background-repeat:repeat-y;
		
		/* 以下の2つは変更不可 */
		display:none;
		position:absolute;

	}
	#contextMenu a{	/* コンテキストメニュー内のリンク要素 */
		color: #000;
		text-decoration:none;
		line-height:25px;
		vertical-align:middle;	
		height:28px;
		
		/* 以下の3つは変更不可 */
		display:block;	
		width:100%;
		clear:both;
		
	}
	#contextMenu li{	/* 各メニュー項目 */
		list-style-type:none;
		padding:1px;
		margin:1px;
		cursor:pointer;	
		clear:both;
	}
	#contextMenu li div{	/* ダイナミックに生成されたdiv要素 */
		cursor:pointer;	
	}
	#contextMenu .contextMenuHighlighted{	/* ハイライト時のメニュー項目 */
		border:1px solid #000;
		padding:0px;
		background-color:#E2EBED;
	
	}
	#contextMenu img{
		border:0px;
	}
	#contextMenu .imageBox{	/* ダイナミックに生成されたdiv要素（コンテキストメニュー内の画像） */

		float:left;
		padding-left:2px;
		padding-top:3px;
		vertical-align:middle;
		
		width: 30px;	/* IE 5.x対応用 */
		width/* */:/**/28px;	/* 他のブラウザ用 */
		width: /**/28px;
	}
	#contextMenu .itemTxt{
		float:left;		
		width: 120px;	/* IE 5.x対応用 */
		width/* */:/**/140px;	/* 他のブラウザ用 */
		width: /**/140px;		
	}
