/* ページメニュー(上部に表示されるメニュー) */
/* 全体 */
.top_MenuBase {
	background-color:#A0F866;
	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: #009966;
	color:#FFFFFF;
}
/* マウスポインタが上にある時 */
.top_MenuOnMouse {
	background-color: #E0FFFF;
	color:#009966;
}

.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;
}

