/*------------------------------------------------------------------------------

  ファイル概要 : 共通仕様スタイル定義



  @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 [a]
	  @tags [p]
	  @tags [ul]
	  @tags [h1]
	  @tags [h3]
	  @tags [hr]
	  @tags [dl]
	-------------------------------------------------------------------------*/
	body
	{
		margin      : 0;
		padding     : 0;
		font-family : 'ＭＳ Ｐゴシック';
		font-size   : 100%;
		color       : #555555;
		background  : #ffffff;
	}
	a
	{
		/*color           : #555555;*/
		color           : #4682b4;
		text-decoration : none;
	}
	a:hover
	{
		/*color           : #222222;*/
		color           : #00008b;
		text-decoration : underline;
	}

	p
	{
		margin       : 0;
		padding      : 0;
		font-size    : 80%;
		text-justify : inter-ideograph;
		line-break   : strict;
		line-height  : 170%;
	}

	ul,ol
	{
		font-size    : 80%;
		text-justify : inter-ideograph;
		line-break   : strict;
		line-height  : 170%;
	}

	h1
	{
		margin      : 0;
		padding     : 0;
		font-family : 'ＭＳ Ｐゴシック';
		font-size   : 100%;
	}
	h2
	{
		margin      : 0;
		padding     : 0;
		font-family : 'ＭＳ Ｐゴシック';
		font-size   : 95%;
	}
	h3
	{
		margin      : 0;
		padding     : 0;
		font-family : 'ＭＳ Ｐゴシック';
		font-size   : 90%;
	}

	hr
	{
		margin  : 0;
		padding : 0;
		color   : #dfdfdf;
	}

	dl
	{
		margin       : 0 0 5px 0;
		font-family  : 'ＭＳ Ｐゴシック';
		font-size    : 85%;
		text-justify : inter-ideograph;
		line-break   : strict;
		line-height  : 170%;
	}



	/*-------------------------------------------------------------------------
	  概要 : テキスト

	  @id [txtSmall]
	  @id [txtBit]
	  @id [txtColor_8a2c00]
	-------------------------------------------------------------------------*/
	#txtSmall
	{
		font-size :80%;
	}
	#txtBit
	{
		font-size :70%;
	}

	#txtColor_8a2c00
	{
		color	: #8a2c00;
	}



	/*-------------------------------------------------------------------------
	  概要 : メニュー

	  @id [mainnavi]

	  @tags [a]
	-------------------------------------------------------------------------*/
	#mainnavi
	{
		font-size    : 70%;
		color        : #898989;
		text-justify : inter-ideograph;
		line-break   : strict;
		line-height  : 200%;
	}
	#mainnavi a
	{
		color           : #555555;
		text-decoration : none;
	}
	#mainnavi a:hover
	{
		color           : #000000;
		text-decoration : underline;
	}



	/*-------------------------------------------------------------------------
	  概要 : TABLE
	-------------------------------------------------------------------------*/
	.tables
	{
		color		: #555555;
		background	: #333333;
	}
	.tbl
	{
		color		: #555555;
		background	: #cccccc;
	}

	.column
	{
		font-size	: 80%;
		background	: #efefef;
	}
	.colm
	{
		font-size	: 100%;
		background	: #ffffff;
	}

	.values
	{
		font-size	: 80%;
		background	: #ffffff;
		line-height	: 150%;
	}
	.val
	{
		font-size	: 100%;
		background	: #ffffff;
		line-height	: 150%;
	}

	.must
	{
		font-size	: 80%;
		color		: #000000;	/* 8a2c00 dedede */
		background	: #f3c800;	/* 3a3a3a  5a5a5a */
		text-align	: center;
	}

