
/* ------------------------------------------------------------------------------------ */
/* ## @copyright 2009 EX-SP Project
   @license GNU General Public License v2 (GPLv2) */
/* ------------------------------------------------------------------------------------ */
/* 左側のメニューの設定 */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------- */
	/* leftメニューのh2の見出し */
.menu_md_h2 { font-size: 16px; font-weight: bold; color: white; text-align: center; 
	padding: 2px;
	margin: 0px;
	background: #339999;
		}
/* ------------------------------------------------------- */
	/* leftメニューのh3の見出し */ /* 上、右、下、左 */
.menu_md_h3 { font-size: 16px; font-weight: bold; text-align: center; 
	padding: 2px;
	margin: 0px;
	background: #66cccc;
		}
/* ------------------------------------------------------- */
	/* 管理メニュー leftメニューのh3の見出し */ /* 上、右、下、左 */
#menu_management_md { font: bold 16px "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	text-align: center; 
	padding: 2px;
	margin:0px;
	background: #339999;
		}
	/* 管理メニュー ul/ol兼用 */
#menu_management_link { 
	 padding:0px;
	 margin:0px;
	 list-style-type:none;
		} 
	/* メニューのリンク見出し兼スペースli用 */
#menu_management_link li { font: bold 12px "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	 margin-left: 4px;
	 padding-bottom: 2px;
		}
/* ------------------------------------------------------- */
	/* メニューのリンク見出し兼スペース ul/ol兼用 */
.menu_link_ul { 
	 list-style-type : none;
		}
	/* メニューのリンク見出し兼スペースli用 */
.menu_link_ul_li { font: bold 12px "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 5px;
	padding: 5px;
		}
	/* li用のリンク色 */
a.menu_link_ul1_a:visited { color: #333333; text-decoration: underline;}
a.menu_link_ul1_a:link    { color: #333333; text-decoration: underline;}
a.menu_link_ul1_a:active  { color: #ff6600; text-decoration: underline;}
a.menu_link_ul1_a:hover   { color: #0066ff; text-decoration: underline;}
/* ------------------------------------------------------- */
	/* メニューのリンク見出し兼スペース ul/ol兼用 */
.menu_link_ul2 {
	 padding-left:20px;
		}
	/* メニューのリンク小見出し兼スペース用 */
.menu_link_ul2 li { font: normal 12px "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	 padding: 5px 5px 2px 0px;
	 margin-left: 15px;
		}
	/* メニューの小見出し兼スペース用リンク無し */
#menu_link_ul2_on { font: bold 12px "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	 padding: 5px 5px 2px 0px;
	 margin-left: 15px;
		}
	/* li用のリンク色 */
a.menu_link_ul2_a:visited { color: #333333; text-decoration: underline;}
a.menu_link_ul2_a:link    { color: #333333; text-decoration: underline;}
a.menu_link_ul2_a:active  { color: #ff6600; text-decoration: underline;}
a.menu_link_ul2_a:hover   { color: #0066ff; text-decoration: underline;}
/* ------------------------------------------------------- */
/* [left menu用の表示エリアのデザインの設定] */
/* ------------------------------------------------------- */
	/* 表示エリア アウトライン イメージカラー用 */
.left_side_outline { 
	 border-color: #339999;
	 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;
		}
/* ------------------------------------------------------- */