
#navi ul{
	margin:0;
	line-height:20px;
	font-weight:bold;
	list-style:none;
	border-top:#fff 1px solid;
	border-left:#fff 1px solid;
	border-right:#fff 1px solid;
}
#navi ul a{
	
	padding:0 30px 0 0;
	text-align:right;
	text-decoration:none;
	
	background-color:#48649f;
	display:block;				/*fixie*/
	color:#fff;
	border-bottom:#fff 1px solid;
}
#navi ul a:hover{
	background:#6084d2;
}
#navi li{
	width:100%;
}



#navi ul.level1 .no a{
	background:url(../images/bg-navi-no.gif) right no-repeat #48649f;
}
#navi ul.level1 .act a{
	background:url(../images/bg-navi-act.gif) right no-repeat #6084d2;
}
#navi ul.level1 .cur a{
	background:url(../images/bg-navi-cur.gif) right no-repeat #6084d2;
}
#navi ul.level1 .no a:hover{
	background:url(../images/bg-navi-act.gif) right no-repeat #6084d2;
}


#navi ul.level2{
	border:none;
	font-size: 0.8em; 

	}
	
#navi ul.level2 a{
	padding:2px 40px 4px 0px;
	line-height:12px;
	font-weight:normal;
		
}
#navi ul.level2 .no a{
	background:url(../images/bg-navi-level2-no.gif) right top no-repeat #6084d2;
}
#navi ul.level2 .akt a{
	background:url(../images/bg-navi-level2-cur.gif) right top no-repeat #6084d2
	
}
#navi ul.level2 .cur a{
	background:url(../images/bg-navi-level2a-cur.gif) right top no-repeat #6084d2;
	
}
#navi ul.level2 .no a:hover{
	background:url(../images/bg-navi-level2-cur.gif) right top no-repeat #6084d2;

}










#subnavi ul{
	padding:0;
	margin:0;
	line-height:23px;
	font-weight:bold;
	font-size:.8em;
	list-style:none;
}
#subnavi li{
	float:left;
}
#subnavi ul a{
	padding:0 5px 0 5px;
	text-decoration:none;
	color:#48649F;
}
#subnavi ul a:hover{
	text-decoration:underline;
}
#subnavi ul.level1 .act a {
	text-decoration:underline;
}


#subnavi ul.level1 .cur a{
	text-decoration:underline;
}


#naviRootline ul{
	margin:0;
	height:17px;
	font-weight:bold;
	list-style:none;
	color: #003399;
}
#naviRootline li{
	float:left;
}
#naviRootline li a{
	padding:0 5px 0 5px;
	text-decoration:none;
	color: #003399;
}
#naviRootline li a:hover{
	text-decoration:underline;
}
#naviRootline .deli{
	font-size:.75em;
}



a{
	font-size:1em;
	color: #48649F;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}

.news-latest-container .news-latest-item h2 a
{
	
	color: #333;
	text-decoration:none;
}