
/* --- Left Navi - START ----------------------------- */
ul.leftNaviUL_1 {
	list-style-type: none;
	margin: 0;
	font-family: Verdana;
	letter-spacing: 1px;
	}
	
ul.leftNaviUL_1 li {
	margin: 0;
	padding: 2px 0;
	}

ul.leftNaviUL_1 li.leftNavi_1_NO a,
ul.leftNaviUL_1 li.leftNavi_1_NO a:visited {
	padding: 0;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	font-family: Verdana;
	}

ul.leftNaviUL_1 li.leftNavi_1_ACT a,
ul.leftNaviUL_1 li.leftNavi_1_ACT a:visited {
	padding: 0;
	color: #ddd;
	text-decoration: none;
	font-size: 14px;	
	font-weight: bold;
	font-family: Verdana;
	}
	
ul.leftNaviUL_1 li.leftNavi_1_NO a:hover,
ul.leftNaviUL_1 li.leftNavi_1_ACT a:hover {
	color: #ccc;
	}


/* --- level 2 ---- */
ul.leftNaviUL_2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
	}
	
ul.leftNaviUL_2 li {
	margin: 0;
	padding: 1px 0 0 0;
	} 

ul.leftNaviUL_2 li.leftNavi_2_NO a,
ul.leftNaviUL_2 li.leftNavi_2_NO a:visited {
	padding: 0;
	text-decoration: none;
	color: #49691C;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	}

ul.leftNaviUL_2 li.leftNavi_2_ACT a,
ul.leftNaviUL_2 li.leftNavi_2_ACT a:visited {
	padding: 0;
	color: #49691C;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	}
	
ul.leftNaviUL_2 li.leftNavi_2_NO a:hover,
ul.leftNaviUL_2 li.leftNavi_2_ACT a:hover {
	color: #ddd;
	}

/* --- Left Navi - END ----------------------------- */









/* --- Hor Navi - START ----------------------------- */
ul.horNaviUL {
	list-style-type: none;
	margin: 0;
	padding: 48px 20px 0 0;
	font-family: Verdana;
	font-size: 60%;
	position: absolute;
	left: 560px;
	bottom: 13px;
	}
	
ul.horNaviUL li {
	display: inline;
	margin: 0 0 5px 20px;
	}

ul.horNaviUL li.horNavi_NO a,
ul.horNaviUL li.horNavi_NO a:visited {
	text-decoration: none;
	color: #666;
	}

ul.horNaviUL li.horNavi_ACT a,
ul.horNaviUL li.horNavi_ACT a:visited {
	color: #ccc;
	text-decoration: none;
	}
	
ul.horNaviUL li.horNavi_NO a:hover,
ul.horNaviUL li.horNavi_ACT a:hover {
	color: #ccc;
	}

/* --- Hor Navi - END ----------------------------- */
