@charset "utf-8";

/* ロジテック 共通スタイル
 * **************************************************
 *
 * 1 : topicpath
 *
 * **************************************************
 */


/* ======================================
	1 : topicpath [ パンくずリスト ]
====================================== */
.topicpath {
	width: 100%;
	height:28px;
	background-color: #e5e5e5;
}
.topicpath .inner {
	margin: 0 auto;
	position: relative;
	width: 900px;
	text-align: left;
}
.topicpath ul {
	position:relative; top: 6px; left:0px;
	list-style-type: none;
}
.topicpath li {
	float:left;
	font-size: 85%;
}
.topicpath li.home {
	padding: 0 6px 0 0;
}
.topicpath li.hierarchy {
	padding: 0 8px 0 13px;
	background: url(../images/common/mark/mark_arrow.gif) no-repeat 0 4px;
}
.topicpath li.here {
	padding: 0 8px 0 13px;
	background: url(../images/common/mark/mark_arrow.gif) no-repeat 0 4px;
}
