/*******************************************************************************
** ABSTRACT:
**
**	IT企業データバンク　［共通スタイルシート］
**
** MODIFICATION HISTORY:
**
**		Version		Date			Person				Reason
**		------------------------------------------------------------------------
**		V1.00-001	2007-05-09		D.Nishimura/Jude	新規作成
**		V1.00-002	2009-11-10		K.Hirose/Asno		Googleマップ対応
**
********************************************************************************/

	BODY {
		color					: #000000;
		background-color		: #FFFFFF;
		font-size				: 15px;
		font-family 			: ＭＳ ゴシック;
	}

	/* リンク */
	a			{
/*					text-decoration	: none;	
					font-weight		: bold;	*/
				}
	a:link		{	color			: 0000ff;	}
	a:active	{	color			: 0000ff;	}
	a:visited	{	color			: 0000ff;	}
	a:hover		{	color			: ff0000;	}

	/* イメージ */
	img 		{
		vertical-align			: bottom
	}

	/* タイトル */
	.clsTitle	{
		font-size				: 25px;
		color					: blue;
		font-family				: ＭＳ Ｐゴシック;
		text-align				: center;
		font-weight				: bold;
	}

	/* メニューリンク */
	.clsLink	{
		font-size				: 15px;
		font-weight				: bold;
		text-family				: ＭＳ ゴシック;
	}

	/* テーブル */
	.clsTable	{
		background-color		:	White;
		border-color			:	Gray;
		border-width			:	1px;
		border-style			:	Ridge;
		border-collapse			:	collapse;
	}

	/* ヘッダー */
	.clsHeader	{
		color					: #000000;
		font-size				: 12px;
		font-weight				: bold;	
		font-family				: ＭＳ ゴシック;
		background-color		: #9BD4FF;
		border					: 1px solid #000000;
	}

	/* テキスト */
	.clsText	{
		font-size				: 12px;
/*		font-weight				: bold;		*/
		font-family				: ＭＳ ゴシック;
	}

	/* テキストバナー用 */
	.clsTxtBanner	{
		font-size				: 12px;
		font-family				: ＭＳ ゴシック;
	}

	/* テキストボックス */
	.clsInput	{
		font-family				: ＭＳ ゴシック;
		font-size				: 12px;
		border					: 1px solid inactivecaption;
		height					: 18px;
	}

	/* ボタン */
	.clsButton	{
		height					: 18px;
		font-size				: 12px;
		font-family				: ＭＳ ゴシック;
		cursor					: hand;
		margin-left				: 2px;
		margin-right			: 2px;
	}

	/* セレクトボックス */
	.clsSelect	{
		height					: 18px;
		font-family				: ＭＳ ゴシック;
		font-size				: 12px;
		border					: 1px solid inactivecaption;
	}

/*+++add 2009-11-10 K.Hirose Googleマップ対応*/
	/* プリンタ印刷範囲設定 */
	@media print{
		.noprint{
			display:none;
		}
	}
/*---add 2009-11-10 K.Hirose Googleマップ対応*/