@charset "Shift_JIS";
	
#nb-cnav {
	color: #000;
	width: 950px;
	margin: 0 0 7px auto;
	padding: 0;
	background: #fff url(images/bg_nav.gif) repeat-x;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
}

/* メイン */
#nb-cnav ul.g {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0;
	background: url(images/bg_nav_g.gif) repeat-x bottom;
	border-top: 1px solid #fff;
	width: 100%;
	position: relative;
	list-style-type: none;
}

#nb-cnav ul.g li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
}

#nb-cnav ul.g li a {
	color: #006;
	text-decoration: none;
	padding: 0.7em 13px 0.3em;
	border-right: 1px solid #666;
	display: block;
}

#nb-cnav ul.g li.new a {
	background: url(images/new-icon.gif) no-repeat right top;
}

#nb-cnav ul.g li a:hover {
	color: #c00;
	background-color: #fff;
}

#nb-cnav ul.g li.current {
	background-color: #fff;
}

#nb-cnav ul.g li.current a,
#nb-cnav ul.g li.current a:hover {
	color: #f00;
	border-bottom: 1px solid #fff;
}

#nb-cnav ul.g li.school { background: #084ccc url(images/bg_nav-school.gif) repeat-y 0 0; }

#nb-cnav ul.g li.school a { color: #fff; }

#nb-cnav ul.g li.school a:hover,
#nb-cnav ul.g li.school a:active { color: #084ccc; }

#nb-cnav ul.g:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* サブ */
#nb-cnav ul.l {
	/zoom: 1;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	list-style-type: none;
}

#nb-cnav ul.l li {
	margin: 0;
	padding: 0.2em 0.4em;
	display: block;
	float: left;
	border-right: 1px solid #666;
}

#nb-cnav ul.l a {
	color: #003;
	text-decoration: none;
	padding: 4px 5px 3px;
	display: block;
}

#nb-cnav ul.l li:hover, #nb-cnav ul.l li:hover a, #nb-cnav ul.l li a:hover {
	color: #c00;
	background-color: #fff7d7;
}

#nb-cnav ul.l li.on, #nb-cnav ul.l li.on a, #nb-cnav ul.l li.on a:hover {
	color: #333;
	background-color: #dbf3fd;
	font-weight: bold;
}

#nb-cnav ul.l li.mm,
#nb-cnav ul.l li.rss {
	border: none;
	text-indent: -9999px;
	float: right;
}

#nb-cnav ul.l li.mm a,
#nb-cnav ul.l li.rss a {
	display: block;
	width: 47px;
	height: 16px;
	padding: 2px 0 0 0;
	background-image: url(images/rss-icon.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nb-cnav ul.l li.rss a:hover {
	background-image: url(images/rss-icon_hi.gif);
}

#nb-cnav ul.l li.mm:hover, #nb-cnav ul.l li.mm:hover a, #nb-cnav ul.l li.mm a:hover,
#nb-cnav ul.l li.rss:hover, #nb-cnav ul.l li.rss:hover a, #nb-cnav ul.l li.rss a:hover {
	background-color: #fff7d7;
}

#nb-cnav ul.l li.mm {
	padding-right: 5px;
}

#nb-cnav ul.l li.mm a {
	width: 70px;
	background: url(images/mm_icon.gif) no-repeat left center;
}

#nb-cnav ul.l li.mm:hover, #nb-cnav ul.l li.mm:hover a, #nb-cnav ul.l li.mm a:hover {
	background-position: right center;
}

#nb-cnav ul.l:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
