/* ページメニュー(上部に表示されるメニュー) */
/* 全体 */
.top_MenuBase {
	background-color:#FF33FF;
	height:50;
	width:100%;
}
/* 共通 width:180*/
.top_MenuCommon {
	height:38;
	width:160;
	
	border-style: groove;
	border-width: 2px;
	border-top-color: white;
	border-left-color: white;
	border-bottom-color: black;
	border-right-color: black;
	cursor: pointer;
}
/* 共通(フォント) */
.top_MenuCommonFont {
	font-size: 13pt;
	font-family: 'ＭＳ 明朝';
	font-weight: bold;
	filter: Glow(color=#0000FF,strength=1);
	layout-grid-char:4px;
}
/* 共通(フォント) */
.top_SubMenuFont {
	font-size: 10pt;
	font-family: 'ＭＳ 明朝';
	font-weight: bold;
	filter: Glow(color=#0000FF,strength=1);
	layout-grid-char:4px;
}
/* 通常時 */
.top_MenuNormal {
	background-color: #990099;
	color:#FFFFFF;
}
/* マウスポインタが上にある時 */
.top_MenuOnMouse {
	background-color: #FFFF99;
	color:#003300;
}

.top_Taitol {
	font-size: 14pt;
	font-family: 'ＭＳ 明朝';
	font-weight: bold;
	filter: Glow(color=#0000FF,strength=2);
	layout-grid-char:2px;
	color:white;
}
.top_Font01 {
	font-size: 15pt;
	font-family: 'ＭＳ 明朝';
	font-weight: bold;
	filter: Glow(color=#0000FF,strength=3);
	layout-grid-char:4px;
}
.top_Font02 {
	font-size: 15pt;
	font-family: 'ＭＳ 明朝';
	font-weight: bold;
	filter: Glow(color=#0000FF,strength=3);
	layout-grid-char:4px;
}

/*システムメニュー***********************
/* ソフトメニュー(左部に表示されるメニュー) */
	/* 全体 */
	.SoftBase {
		width:100%;
	}
	/* 左側 */
	.SoftBaseLeft {
		background-color:#9933FF;
		width:200;
		vertical-align:top;
	}
	/* メニュー全体 */
	.SoftMenuBase {
		height:150;
		width:100%;
	}
	/* 共通 */
	.SoftMenuCommon {
		height:30;
		width:200;
		border-style: groove;
		border-width: 2px;
		border-top-color: white;
		border-left-color: white;
		border-bottom-color: black;
		border-right-color: black;
		cursor: pointer;
	}
	/* 共通(フォント) */
	.SoftMenuCommonFont {
		font-size: 14pt;
		font-weight: bold;
		filter: Glow(color=#0000FF,strength=1);
	}
	/* 通常時 */
	.SoftMenuNormal {
		background-color: #CCFF99;
		color:#000080;
	}
	/* マウスポインタが上にある時  */
	.SoftMenuOnMouse {
		background-color: 663399;
		color:white;
	}
/* ダウンロードボタン */
	/* 共通 */
	.SoftDownload {
		width:auto;
	}
/* 更新情報 */
	/* 共通 */
	.SoftUpdate {
		font-size: 14pt;
		font-weight: bold;
		color:#FFFFFF;
	}
/* 強調表示(STRONGタグを使いたくない場合) */
	.FontBold {
		font-weight:bold;
	}


