@charset "utf-8";
/* CSS Document */

/* --- リストエリア --- */
.topicPath {
	list-style-type: none;
	padding-right: 0;
	padding-left: 0;
	clear: both;
	padding-top: 5px;
	padding-bottom: 8px;
}

/* --- リスト項目 --- */
.topicPath li {
	display: inline;
	list-style-type: none;
	font-size: 0.9em;
}

/* --- リンク --- */
.topicPath li a {
	padding-right: 3px; /* リンクエリアの右パディング */
	background: url(../../branding/css/topic_path2.gif) no-repeat right; /* 区切りの記号 */
	font-size: 1em;
}
