@charset "utf-8";
/* CSS Document */
#navigation .nsv-menu {
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-y;
}
#navigation .nsv-menu .a01 {
	background-image: url(images/nav-a01.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 15px;
	position: relative;
}
#navigation .nsv-menu .a01 .title {
	position: absolute;
	left: 25px;
	top: 5px;
	font-size: 18px;
	color: #2B5E8E;
	letter-spacing: 0.1em;
}

#navigation .nsv-menu .a01 ul {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
}
#navigation .nsv-menu .a01 li {
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b2b2b2;
	margin-right: 10px;
	margin-left: 3px;
	background-image: url(images/nav-a01-arr.gif);
	background-position: 10px 7px;
	background-repeat: no-repeat;
}
#navigation .nsv-menu .a01 a {
	color: #000;
	text-decoration: none;
	display: block;
}
#navigation .nsv-menu .a02 {
	background-image: url(images/nav-a02.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 15px;
	position: relative;
}
#navigation .nsv-menu .a02 .title {
	position: absolute;
	left: 25px;
	top: 5px;
	font-size: 18px;
	color: #7D56A5;
	letter-spacing: 0.1em;
}
#navigation .nsv-menu .a02 ul {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
}
#navigation .nsv-menu .a02 li {
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b2b2b2;
	margin-right: 10px;
	margin-left: 3px;
	background-image: url(images/nav-a02-arr.gif);
	background-position: 10px 7px;
	background-repeat: no-repeat;
}
#navigation .nsv-menu .a02 a {
	color: #000;
	text-decoration: none;
	display: block;
}
#navigation .nsv-menu .a03 {
	background-image: url(images/nav-a03.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 15px;
	position: relative;
}
#navigation .nsv-menu .a03 .title {
	position: absolute;
	left: 25px;
	top: 5px;
	font-size: 18px;
	color: #A55678;
	letter-spacing: 0.1em;
}
#navigation .nsv-menu .a03 ul {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
}
#navigation .nsv-menu .a03 li {
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b2b2b2;
	margin-right: 10px;
	margin-left: 3px;
	background-image: url(images/nav-a03-arr.gif);
	background-position: 10px 7px;
	background-repeat: no-repeat;
}
#navigation .nsv-menu .a03 a {
	color: #000;
	text-decoration: none;
	display: block;
}

