@charset "utf-8";
/* topicPath */

ol#topicPath {
	list-style: none;
	clear: both;
	width: 960px;
	font-size: 12px;
	float: left;
	position: relative;
	left: 0px;
	padding-bottom: 7px;
	padding-left: 40px;
	padding-top: 10px;
}
ol#topicPath li {
	color: #666;
	float: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-right: 5px;
}
ol#topicPath li.home {
	padding-left: 0;
	background: none;
}
ol#topicPath li a:link,
ol#topicPath li a:visited {
	color: #F63;
	text-decoration: none;
}
ol#topicPath li a:hover,
ol#topicPath li a:active {
	color: #666;
	text-decoration: none;
}
ol#topicPath li em {
	font-style: normal;
	font-weight: bold;
}

