/*************************************************
	Cascading Style Sheet File
	copyright: 2000, Hiroshi Matsumoto
*************************************************/


	@import url(./anchor.css);
	@import url(./standard.css);


	body
		{
			margin:			0px;
			padding:		0px;
			border-top:		1px	solid	#888888;
		/*	border-top:		1px	solid	#6600FF;	*/
			background-color:	#000000;
			color:			#FFFFFF;
			font-size:		10pt;
			font-weight:		bold;
			font-family:		Arial,
						"‚l‚r ‚oƒSƒVƒbƒN",
						sans-serif;
		}

	div
		{
			text-align:		center;
		}

	a
		{
		}


/* end of file */