@charset "utf-8";
#navi {
	padding-bottom: 30px;
}
#navi h4 {
	margin: 0;
	padding: 0;
}
#navi a:link,#navi a:visited {
	color: #444444;
	text-decoration: none;
}
#navi a:hover {
	color: #FF9900;
	text-decoration: none;
}


#navi ul {
	list-style: none;
	margin-bottom: 10px;
	padding: 5px 7px;
}

#navi li {
	border-bottom: 1px dotted #999999;
	padding-bottom: 2px;
	margin-bottom: 7px;
	width: 142px;
	background: url(../images/navi_arrow.gif) no-repeat right center;
	text-align: left;
}
.navi-red {
	border-left: 6px solid #ffee74;
	border-right: 1px solid #ffee74;
	border-bottom: 1px solid #ffee74;
}
.navi-blue {
	border-left: 6px solid #ffee74;
	border-right: 1px solid #ffee74;
	border-bottom: 1px solid #ffee74;
}
.navi-gray {
	border-left: 6px solid #ffee74;
	border-right: 1px solid #ffee74;
	border-bottom: 1px solid #ffee74;
}
