/*------------------------------------------------------------------------------

	ファイル概要 : 共通仕様スタイル定義



	@package	aoi
	@license	AOI, Inc.
	@copyright	AOI, Inc.
	@author		AOI <aoi@a-oi.jp>
	@access		public
	@charset	utf-8
	@media		screen, print
	@modified	2006/01
	@version	1.0
	@remark

-----------------------------------------------------------------------------*/





	/*-------------------------------------------------------------------------
	  概要 : 共通タグ

	  @tags	[body]
	  @tags	[table]
	-------------------------------------------------------------------------*/
	body
	{
		margin		: 0;
		padding		: 0;
		background	: #ffffff;
	}
	form
	{
		display	: inline;
	}

	a
	{
		color			: #c03300;
		text-decoration	: none;
	}
	a:hover
	{
		color			: #c03300;
		text-decoration	: underline;
	}


	.txtNumber
	{
		font-family	: Arial;
		font-weight	: bold;
	}

	.txtNormal
	{
		font-family		: "ＭＳ Ｐゴシック";
		font-size		: 12px;
		font-weight		: normal;
		color			: #666666;
		text-justify	: inter-ideograph;
		line-break		: strict;
		line-height		: 180%;
	}

	.txtSmall
	{
		font-family		: "ＭＳ Ｐゴシック";
		font-size		: 10px;
		font-weight		: normal;
		color			: #666666;
		text-justify	: inter-ideograph;
		line-break		: strict;
		line-height		: 160%;
	}


	/*-------------------------------------------------------------------------
	  概要 : メニュー

	  @class	[mainnavi]
	  @class	[topicsyear]
	  @class	[topicsnavi]

	  @tags	[a]
	-------------------------------------------------------------------------*/
	.mainnavi
	{
		font-family		: Arial;
		font-size		: 11px;
		font-weight		: normal;
		color			: #444444;
		text-justify	: inter-ideograph;
		line-break		: strict;
		line-height		: 160%;
	}

	.mainnavi a
	{
		color			: #777777;
		text-decoration	: none;
	}
	.mainnavi a:hover
	{
		color			: #444444;
		text-decoration	: underline;
	}



	.topicsyear
	{
		font-family		: Arial;
		font-size		: 11px;
		font-weight		: bold;
		color			: #444444;
	}

	.topicsnavi
	{
		font-size		: 10px;
		font-weight		: normal;
		color			: #444444;
		text-justify	: inter-ideograph;
		line-break		: strict;
		line-height		: 120%;
	}

	.topicsnavi a
	{
		color			: #777777;
		text-decoration	: none;
	}
	.topicsnavi a:hover
	{
		color			: #444444;
		text-decoration	: underline;
	}



	.contact
	{
		font-family		: "ＭＳ Ｐゴシック";
		font-size		: 10px;
		font-weight		: bold;
		color			: #666666;
	}



	/*-------------------------------------------------------------------------
	  概要 : ANALYZE

	  @id	[objAnalyzeScript]
	-------------------------------------------------------------------------*/
	#objAnalyzeScript
	{
		display	: none;
	}

