/* CSS Setting for inaba-HP */

/*	=============================================================== */
/* ###	Body	### */
body		{
		background-color:	#9FDFA0	;
		color						:	#226633	;
				}


/*	=============================================================== */
/* ###	Text	###	*/
td			{
		font-size		:	x-small	;
		line-height	:	120%		;
				}


/*	=============================================================== */
/*	###	Link設定ノーマル	###	*/
	A:link		{
				text-decoration	: underbar;
				color						:	#226666	;
					}
	A:visited	{
				text-decoration	:	none		;
				color						: #448888	;
					}
	A:active	{
				text-decoration	:	underbar		;
				color						:	#226666 ;
					}
	A:hover		{
				text-decoration	:	none		;
				color						:	#337733	;
				background-color:	#EEFFEE	;
					}

/*	=============================================================== */
/*	###	Link設定反転	###	*/
	A:link.rev			{
				text-decoration	: underbar		;
				color						:	#FFFFFF	;
					}
	A:visited.rev		{
				text-decoration	:	none		;
				color						: #FFFFFF	;
					}
	A:active.rev		{
				text-decoration	:	underbar		;
				color						:	#FFFFFF	;
					}
	A:hover.rev			{
				text-decoration	:	none		;
				color						:	#337733	;
				background-color:	#EEFFEE	;
					}

/*	=============================================================== */
/*	###	Link設定メニュー	###	*/
	A:link.men			{
				text-decoration	: underbar		;
				color						:	#223366	;
					}
	A:visited.men		{
				text-decoration	:	none		;
				color						: #445588	;
					}
	A:active.men		{
				text-decoration	:	underbar		;
				color						:	#223366	;
					}
	A:hover.men			{
				text-decoration	:	none		;
				color						:	#337733	;
				background-color:	#FFFFEE	;
					}

/*	=============================================================== */
/*	###	Link設定レポート用	###	*/
	A:link.repo			{
				text-decoration	: underbar		;
				color						:	#226633	;
					}
	A:visited.repo	{
				text-decoration	:	none		;
				color						: #559966	;
					}
	A:active.repo		{
				text-decoration	:	underbar		;
				color						:	#226633	;
					}
	A:hover.repo		{
				text-decoration	:	none		;
				color						:	#337733	;
				background-color:	#EEFFEE	;
					}

/*	=============================================================== */
/*	### トップページ用スクロール枠	###	*/
.top-scroll		{
		height			:	100%		;
		overflow-y	:	scroll	;
		width				:	100%		;
		cursor			:	default	;

		/*	スクロールバー基本色			*/
		scrollbar-base-color				:#4DB36F	;

		/*	トラックフィールド色			*/
		scrollbar-track-color				:#9FDFA0	;

		/*	スクロールバーハイライト	*/
		scrollbar-highlight-color		:#4DB36F	;
		scrollbar-3dlight-color			:#2E854B	;

		/*	スクロールバーシャドウ	*/
		scrollbar-shadow-color			:#4DB36F	;
		scrollbar-darkshadow-color	:#2E854B 	;

		/*	アンカーアロー					*/
		scrollbar-arrow-color				:#DDFFDD	;

		}
