@charset "UTF-8";

/* CSS Document */

/* ----------------------------------------------------------------------------------
indexNavi
---------------------------------------------------------------------------------- */

.indexNaviArea {
	overflow: hidden;
    background: url(../img/right_navi_bg.gif) repeat left top;
	margin: 0px auto;
	padding: 9px;
}

.indexNavi {
    margin: 0px auto;
    padding: 0px;
}

li.indexNavigation {
	float: left;
    background: #fff;
	text-align: left;
	line-height: 150%;
	width: 222px;
	margin-right: 2px;
	padding: 0px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

li.indexNavigation  a{
    background: #fff url(../img/link_mark.gif) no-repeat;
	background-position: 8px 9px;
	display: block;	
	text-decoration: none;
    padding: 4px 2px 4px 1.4em;
	color: #434343;
}

li.indexNavigation  a:hover{
    background: #1F4CA4 url(../img/link_mark_f2.gif) no-repeat;
	background-position: 8px 9px;
	color: #fff;
	text-decoration: none;
	padding: 4px 2px 4px 1.4em;
}

li.indexNavigationB {
	float: left;
    background: #fff;
	text-align: left;
	line-height: 150%;
	width: 222px;
	height: 26px;
	margin-right: 2px;
	padding: 0px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}