.ssmall {

	font-size: 9px;

	line-height: 120%;

}

.small {

	font-size: 10px;

	line-height: 120%;

}

.smid {

	font-size: 11px;

	line-height: 120%;

}

.mid {

	font-size: 12px;

	line-height: 140%;

}

.big {

	font-size: 14px;

	line-height: 140%;

}
.cds-navi {
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
	font-size: 12px;
}

.cds-navi li { display: inline; }

.cds-navi li a {
	margin-bottom: 1px;
	padding: 5px 0 5px 10px;
	display: block;
	width: 165px;
	text-decoration: none;
	background-color: #DDDFF0;
	color: #000000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #829CFD;
}

.cds-navi li a:hover {
  background-color: #FFCCFF;
  color: #ff0000;
  border-left: 5px solid #ff0000;
  text-decoration:none;
}

