/*******************************************************************************
** ABSTRACT:
**
**	SEO対策　［共通スタイルシート］
**
** MODIFICATION HISTORY:
**
**		Version		Date			Person			Reason
**		------------------------------------------------------------------------
**		V1.00-001	2007-08-15		Y.Nakano/Jude	Create
**		
********************************************************************************/

	TABLE {
		font-size		:10.5pt;
	}

	H1 {
		font-size		:10.5pt;
		margin-bottom	:0px;
	}

	H2 {
		font-size		:10.5pt;
		margin-bottom	:0px;
		font-weight		:normal;
	}

	H3 {
		font-size		:10.5pt;
		margin-bottom	:0px;
		font-weight		:normal;
	}

	menu_header {
		position			:absolute;
		top					:0px;
		left				:0px;
		background-color	:black;
		border-top-color	:black;
	}