/* left navi */

.navi_table {
	font-size: 11px;
	width: 100%;
}
.navi_area {
	width: 100%;
	background-image: url(../images/naviBg.gif);
	background-repeat: repeat-y;
}

.navi_list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}



/* level 0 */

/* outerDiv */

.navi_outerDiv_level0 {
	display: block;
	width: 100%;
	background-image: url(../images/inActiveBg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.navi_outerDiv_level0First {
	display: block;
	width: 100%;
	background-image: url(../images/inActiveBg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.navi_outerDiv_level0Last {
	display: block;
	width: 100%;
	background-image: url(../images/inActiveBg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.navi_outerDiv_level0FirstLast {
	display: block;
	width: 100%;
	background-image: url(../images/inActiveBg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.navi_outerDiv_level0Active {
	display: block;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/activeBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.navi_outerDiv_level0ActiveFirst {
	display: block;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/activeBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.navi_outerDiv_level0ActiveLast {
	display: block;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/activeBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.navi_outerDiv_level0ActiveFirstLast {
	display: block;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/activeBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* innerDiv */

.navi_innerDiv_level0 {
	display: block;
	width: 100%;
	background-image: url(../images/inActiveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navi_innerDiv_level0First {
	display: block;
	width: 100%;
	background-image: url(../images/inActiveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navi_innerDiv_level0Last {
	display: block;
	width: 100%;
	background-image: url(../images/inActiveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navi_innerDiv_level0FirstLast {
	display: block;
	width: 100%;
	background-image: url(../images/inActiveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navi_innerDiv_level0Active {
	display: block;
	width: 100%;
	background-image: url(../images/activeBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navi_innerDiv_level0ActiveFirst {
	display: block;
	width: 100%;
	background-image: url(../images/activeBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navi_innerDiv_level0ActiveLast {
	display: block;
	width: 100%;
	background-image: url(../images/activeBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navi_innerDiv_level0ActiveFirstLast {
	display: block;
	width: 100%;
	background-image: url(../images/activeBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* padding */

.navi_padding_level0 {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level0First {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level0Last {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level0FirstLast {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level0Active {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level0ActiveFirst {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level0ActiveLast {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level0ActiveFirstLast {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}

/* list_item */

.navi_list_item_level0 {
	display: list-item;
	padding-left: 16px;
}
.navi_list_item_level0First {
	display: list-item;
	padding-left: 16px;
}
.navi_list_item_level0Last {
	display: list-item;
	padding-left: 16px;
}
.navi_list_item_level0FirstLast {
	display: list-item;
	padding-left: 16px;
}
.navi_list_item_level0Active {
	display: list-item;
	padding-left: 16px;
}
.navi_list_item_level0ActiveFirst {
	display: list-item;
	padding-left: 16px;
}
.navi_list_item_level0ActiveLast {
	display: list-item;
	padding-left: 16px;
}
.navi_list_item_level0ActiveFirstLast {
	display: list-item;
	padding-left: 16px;
}

/* navi_link */

.navi_link_level0 {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.navi_link_level0First {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.navi_link_level0Last {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.navi_link_level0FirstLast {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.navi_link_level0Active {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}
.navi_link_level0ActiveFirst {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}
.navi_link_level0ActiveLast {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}
.navi_link_level0ActiveFirstLast {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}

/* navi_link:visited */

.navi_link_level0:visited {
	text-decoration: none;
	color: #000;
}
.navi_link_level0First:visited {
	text-decoration: none;
	color: #000;
}
.navi_link_level0Last:visited {
	text-decoration: none;
	color: #000;
}
.navi_link_level0FirstLast:visited {
	text-decoration: none;
	color: #000;
}
.navi_link_level0Active:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}
.navi_link_level0ActiveFirst:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}
.navi_link_level0ActiveLast:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}
.navi_link_level0ActiveFirstLast:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}

/* navi_link:hover */

.navi_link_level0:hover {
	text-decoration: underline;
	color: #000;
}
.navi_link_level0First:hover {
	text-decoration: underline;
	color: #000;
}
.navi_link_level0Last:hover {
	text-decoration: underline;
	color: #000;
}
.navi_link_level0FirstLast:hover {
	text-decoration: underline;
	color: #000;
}
.navi_link_level0Active:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ea7519;
}
.navi_link_level0ActiveFirst:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ea7519;
}
.navi_link_level0ActiveLast:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ea7519;
}
.navi_link_level0ActiveFirstLast:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ea7519;
}



/* level 1 */

/* outerDiv */

.navi_outerDiv_level1 {
	display: block;
	width: 100%;
	background-image: url(../images/subLevelBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navi_outerDiv_level1First {
	display: block;
	width: 100%;
	background-image: url(../images/subLevelBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navi_outerDiv_level1Last {
	display: block;
	width: 100%;
	background-image: url(../images/subLevelBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}
.navi_outerDiv_level1FirstLast {
	display: block;
	width: 100%;
	background-image: url(../images/subLevelBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}
.navi_outerDiv_level1Active {
	display: block;
	width: 100%;
	background-image: url(../images/subLevelBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navi_outerDiv_level1ActiveFirst {
	display: block;
	width: 100%;
	background-image: url(../images/subLevelBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navi_outerDiv_level1ActiveLast {
	display: block;
	width: 100%;
	background-image: url(../images/subLevelBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}
.navi_outerDiv_level1ActiveFirstLast {
	display: block;
	width: 100%;
	background-image: url(../images/subLevelBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}

/* innerDiv */

.navi_innerDiv_level1 {
	display: block;
	width: 100%;
}
.navi_innerDiv_level1First {
	display: block;
	width: 100%;
}
.navi_innerDiv_level1Last {
	display: block;
	width: 100%;
}
.navi_innerDiv_level1FirstLast {
	display: block;
	width: 100%;
}
.navi_innerDiv_level1Active {
	display: block;
	width: 100%;
}
.navi_innerDiv_level1ActiveFirst {
	display: block;
	width: 100%;
}
.navi_innerDiv_level1ActiveLast {
	display: block;
	width: 100%;
}
.navi_innerDiv_level1ActiveFirstLast {
	display: block;
	width: 100%;
}

/* padding */

.navi_padding_level1 {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level1First {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level1Last {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level1FirstLast {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level1Active {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level1ActiveFirst {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level1ActiveLast {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.navi_padding_level1ActiveFirstLast {
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	cursor: pointer;
}

/* list_item */

.navi_list_item_level1 {
	display: list-item;
	padding-left: 20px;
}
.navi_list_item_level1First {
	display: list-item;
	padding-left: 20px;
}
.navi_list_item_level1Last {
	display: list-item;
	padding-left: 20px;
}
.navi_list_item_level1FirstLast {
	display: list-item;
	padding-left: 20px;
}
.navi_list_item_level1Active {
	display: list-item;
	background-image: url(../images/bullet_level1Active.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.45em;
	padding-left: 20px;
}
.navi_list_item_level1ActiveFirst {
	display: list-item;
	background-image: url(../images/bullet_level1Active.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.45em;
	padding-left: 20px;
}
.navi_list_item_level1ActiveLast {
	display: list-item;
	background-image: url(../images/bullet_level1Active.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.45em;
	padding-left: 20px;
}
.navi_list_item_level1ActiveFirstLast {
	display: list-item;
	background-image: url(../images/bullet_level1Active.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.45em;
	padding-left: 20px;
}

/* navi_link */

.navi_link_level1 {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.navi_link_level1First {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.navi_link_level1Last {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.navi_link_level1FirstLast {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.navi_link_level1Active {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}
.navi_link_level1ActiveFirst {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}
.navi_link_level1ActiveLast {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}
.navi_link_level1ActiveFirstLast {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}

/* navi_link:visited */

.navi_link_level1:visited {
	text-decoration: none;
	color: #000;
}
.navi_link_level1First:visited {
	text-decoration: none;
	color: #000;
}
.navi_link_level1Last:visited {
	text-decoration: none;
	color: #000;
}
.navi_link_level1FirstLast:visited {
	text-decoration: none;
	color: #000;
}
.navi_link_level1Active:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}
.navi_link_level1ActiveFirst:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}
.navi_link_level1ActiveLast:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}
.navi_link_level1ActiveFirstLast:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ea7519;
}

/* navi_link:hover */

.navi_link_level1:hover {
	text-decoration: underline;
	color: #000;
}
.navi_link_level1First:hover {
	text-decoration: underline;
	color: #000;
}
.navi_link_level1Last:hover {
	text-decoration: underline;
	color: #000;
}
.navi_link_level1FirstLast:hover {
	text-decoration: underline;
	color: #000;
}
.navi_link_level1Active:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ea7519;
}
.navi_link_level1ActiveFirst:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ea7519;
}
.navi_link_level1ActiveLast:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ea7519;
}
.navi_link_level1ActiveFirstLast:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ea7519;
}


