﻿@charset "utf-8";
/* CSS Document */

/* パンくずリスト
---------------------------------------------*/


#topicPath {
	font-size: 11px;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-color: #E5E5E5;
	height: 28px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#topicPath li {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 32px;
	background: #EEEEEE url(../images/topicpath_li_bg.gif) left center no-repeat;
}
#topicPath li.first {
	padding-left: 30px;
	background: #EEEEEE url(../images/topicpath_li_bg_first.gif) left center no-repeat;
}
#topicPath li.last {
	background: #FFFFFF url(../images/topicpath_li_bg_last.gif) left center no-repeat;
}
