@charset "utf-8";

/*
	トピックパス
	create : 071203
	update : 070407
*/

/* ------------------------------------------------------------ トピックパス領域 */
div#topicPath {
	clear: both;
	min-height: 22px;
	margin-bottom: 3px;
}

* html div#topicPath { height: 22px; }

div#topicPath ul {
	float: left;
	width: 830px;
}

div#topicPath ul li {
	margin-left: 2px;
	vertical-align: middle;
	white-space: nowrap;
	float: left;
	font-size: 100%;
	margin: 0 0 0 10px;
}

div#topicPath ul li a {
	padding-right: 12px;
	background-image: url(/common/images/bg-delimiter.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

div#topicPath ul li.lastChild a {
	padding-right: 0;
	background-image: none;
}

div#topicPath p.printBtn {
	float: right;
	width: 110px;
}

div#topicPath p.printBtn img { cursor: pointer; }

div#topicPath ul li strong { font-weight: normal; }

/* ---------------------------------------------------- clearfix */
div#topicPath:after,
div#topicPath ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

div#topicPath,
div#topicPath ul { display: inline-table; }

/* Hides from IE-mac */
* html div#topicPath,
* html div#topicPath ul { height: 1%; }

div#topicPath,
div#topicPath ul {
	display: block;
	zoom: 1;
}

/* End hide from IE-mac */

/* EOF */
