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



/* パンくずリストここから */

* html #topic_path_box {
	width:400px;
	margin-top: 0px;
	margin-bottom: -25px;
	margin-right: 280px;
	height: 50px;
	margin-left: -30px;
}


*+html #topic_path_box {
	width:400px;
	margin-top: -1px;
	margin-bottom: 5px;
	margin-right: 280px;
	height: 50px;
	margin-left: -30px;
}


#topic_path_box {
	width:400px;
	margin-top: -11px;
	margin-bottom: 5px;
	margin-right: 280px;
	height: 50px;
	margin-left: -30px;
}



ol#topicPath {
	font-size: 10px;
	list-style: none;
}

ol#topicPath li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	color: #CC0033;
	background-image: url(mark_01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

ol#topicPath li.home {
	padding-left: 0;
	background: none;
}


/* リンクの色を変えるところ */
ol#topicPath li a:link {
	color: #575757;
}

ol#topicPath li a:visited {
	color: #575757;
}

ol#topicPath li a:hover {	
	text-decoration: underline;
	color: #B91450;

}

ol#topicPath li a:active {
	color: #B91450;
}
