/*******************************************************************************
** ABSTRACT:
**
**	SEO対策　［共通スタイルシート］
**
** MODIFICATION HISTORY:
**
**		Version		Date			Person			Reason
**		------------------------------------------------------------------------
**		V1.00-001	0007-08-15		Y.Nakano/Jude	Create
**		
********************************************************************************/

	H1 {
		font-size		:13pt;
		color			:#800000;
	}

	H2 {
		font-size		:10pt;
		font-weight		:normal;
		padding-top		:0em;
		margin-bottom	:0.1em;
	}

	H3 {
		font-size		:10pt;
		font-weight		:normal;
		margin-bottom	:0.1em;
		padding-top		:0em;
	}

	H4 {
		font-size		:10pt;
		font-weight		:normal;
		margin-bottom	:0.1em;
		padding-top		:0em;
	}

	H5 {
		font-size		:10pt;
		font-weight		:normal;
		padding-top		:0em;
		margin-bottom	:0.1em;
	}

	H6 {
		font-size		:10pt;
		font-weight		:normal;
		margin-bottom	:0.1em;
	}

