/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/


/*　見出し枠の設定　*/
.m0l0o {
	border: 1px solid #173094;
	text-decoration: none;
	margin: 0px;
}

/*　プルダウンメニュー枠の設定　*/
.m0l1o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #173094;
	width: auto;	
}

/*　見出しのフォント設定　*/
.m0l0i {
	padding: 0px;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "HGｺﾞｼｯｸM";
	font-size: 12px;
	margin-top: 4px;
}

/*　プルダウンメニューのフォント設定*/
.m0l1i {
	padding: 0px;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "HGｺﾞｼｯｸM";
	font-size: 12px;
	margin-top: 3px;
	margin-left: 5px;
	text-align: left; 
}

