
/* ------------------------------------------------------------------------------------ */
/* 左側のメニューの設定 */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------- */
	/* leftメニューの見出し */
.menu_md_h2 { font: bold 14px "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	color: white; text-align: center; 
	padding: 2px;
	margin: 0px;
	background: #0033ff;
		}
/* ------------------------------------------------------- */
	/* leftメニューのh3の見出し */ /* 上、右、下、左 */
.menu_md_h3 { font: bold 14px "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	line-height: 16px; color: black; text-align: center; 
	padding: 2px;
	margin: 0px;
	background: #99ccff;
		}
/* ------------------------------------------------------- */
	/* 管理メニュー leftメニューのh3の見出し */ /* 上、右、下、左 */
#menu_management_md { font: bold 14px "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	line-height: 16px; color: black; text-align: center; 
	padding: 2px;
	margin: 0px;
	background: #99ccff;
		}
	/* 管理メニュー ul/ol兼用 */
#menu_management_link { 
	 padding:0px;
	 margin:0px;
	 list-style-type:none;
		} 
/* ------------------------------------------------------- */
	/* メニューのリンク見出し兼スペース UL用 */
.menu_link_ul { 
	 padding-left: 20px;
		}
	/* メニューのリンク見出し兼スペースLI用 */
.menu_link_ul_li { font: bold 12px "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	 margin-left: 8px;
	 padding-bottom: 2px;
		}
	/* li用のリンク色 */
a.menu_link_ul1_a:visited { color: #999999; text-decoration: none;}
a.menu_link_ul1_a:link    { color: #333333; text-decoration: none;}
a.menu_link_ul1_a:active  { color: #996633; text-decoration: none;}
a.menu_link_ul1_a:hover   { color: #ff6600; text-decoration: underline;}
/* ------------------------------------------------------- */
	/* メニューのリンク見出し兼スペース ul/ol兼用 */
.menu_link_ul2 {
	 padding-left:20px;
		}
	/* メニューのリンク小見出し兼スペース用 */
.menu_link_ul2 li { font: normal 12px "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	 padding-top: 2px;
	 padding-bottom: 2px;
		}
	/* メニューの小見出し兼スペース用リンク無し */
#menu_link_ul2_on { font: bold 12px "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	 padding-bottom: 3px;
		}
	/* li用のリンク色 */
a.menu_link_ul2_a:visited { color: #333333; text-decoration: none;}
a.menu_link_ul2_a:link    { color: #333333; text-decoration: none;}
a.menu_link_ul2_a:active  { color: #ff6600; text-decoration: none;}
a.menu_link_ul2_a:hover   { color: #0066ff; text-decoration: underline;}
/* ------------------------------------------------------- */
/* [left menu用の表示エリアのデザインの設定] */
/* ------------------------------------------------------- */
	/* 表示エリア アウトライン イメージカラー用 */
.left_side_outline { 
	 border-color: #6633ff;
	 border-width: 1px;
	 border-style: solid;
	 background: #ffffff;
		}
/* ------------------------------------------------------- */
	/* 表示エリア スペース */
.left_side_space { 
	 padding: 3px;
	 background: #ffffff;
		}
/* ------------------------------------------------------- */
	/* 表示エリア pre用 */
.pre_space { 
	 border-color: #ffffff;
	 border-width: 0px;
	 border-style: solid;
	 background: #ffffff;
		}
/* ------------------------------------------------------- */