/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* メニュー文字 */
.m0l0iout {
	font: 8pt;
	text-decoration: none;
	padding: 0px;
	color: #FFFFFF;
}
/* メニュー文字 オンマウス時 */
.m0l0iover {
	font: 12px;
	text-decoration: underline;
	padding: 0px;
	color: #FFFFFF;
}

/* メニュー */
.m0l0oout {
/*
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #4682B4;
*/
}
/* メニュー オンマウス時 */
.m0l0oover {
/*
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AA7E5;
*/
}

/* サブメニュー文字 */
.m0l1iout {
	font: 8pt;
	text-decoration: none;
	padding: 2px 0px 2px 4px;
	border-top:		1px solid #FFF;
	border-left:	1px solid #FFF;
	color: #666;
}
/* サブメニュー文字 オンマウス時 */
.m0l1iover {
	font: 8pt;
	text-decoration : none;
	padding: 2px 0px 2px 4px;
	border-top:		1px solid #FFF;
	border-left:	1px solid #FFF;
	color: #6CC;
}

/* サブメニュー */
.m0l1oout {
	text-decoration : none;
	border-top:		1px solid #888;
	border-right:	2px solid #888;
	border-bottom:	2px solid #888;
	border-left:	1px solid #888;
	background: #FFFFCC;
}
/* サブメニュー オンマウス時 */
.m0l1oover {
	text-decoration : none;
	border-top:		1px solid #888;
	border-right:	2px solid #888;
	border-bottom:	2px solid #888;
	border-left:	1px solid #888;
	background: #FFFFCC;
}

/* level 2 inner */
.m0l2iover {
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}