	/************************************************************************/
	/*	関数名	: ShowManualOut()											*/
	/************************************************************************/
	function ShowManualOver( id )
	{
		document.getElementById( id ).style.position = "absolute";
		document.getElementById( id ).style.display = "block";
		document.getElementById( id ).style.top = "414px";
	/*	document.getElementById( id ).style.top = "452px"; */
		document.getElementById( id ).style.left = "30px";
		if (id == 'CCL') {document.getElementById( id ).style.left = "100px"; }
		if (id == 'ALL') {document.getElementById( id ).style.left = "227px"; }
		if (id == 'SEN') {document.getElementById( id ).style.left = "268px"; }
		if (id == 'U15') {document.getElementById( id ).style.left = "435px"; }
		if (id == 'U12') {document.getElementById( id ).style.left = "530px"; }
		if (id == 'CFLL'){document.getElementById( id ).style.left = "488px"; }
	}

	/************************************************************************/
	/*	関数名	: ShowManualOut()											*/
	/************************************************************************/
	function ShowManualOut( id )
	{
		document.getElementById( id ).style.display = "none";
	}

