/* ページ最上段　会社名	*/
.TITLE_HEAD
{
	font-size: larger;
}

/* Powerd By */
.POWERD_BY
{
	font-size: xx-small;
}

/* TOPメニュー　非選択	*/
.TOP_MENU
{
	font-size: middle;
	text-decoration: none;
	color: blue;
	font-weight: bold;
}

/* TOPメニュー　MouseOver時	*/
.TOP_MENU_ON
{
	font-size: middle;
	text-decoration: underline;
	color: red;
	font-weight: bold;
}

/* Subメニュー 非選択	*/
.SUB_MENU
{
	font-size: small;
	text-decoration: none;
	color: yellow;
	font-weight: normal;
}

/* Subメニュー MouseOver時	*/
.SUB_MENU_ON
{
	font-size: small;
	text-decoration: underline;
	color: red;
	font-weight: normal;
}

/* Subメニュー 表示時	*/
.SUB_MENU_SELECT
{
	font-size: small;
	text-decoration: underline;
	color: lime;
	font-weight: normal;
}

