@charset "UTF-8"

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font-family: font-family:"メイリオ", "ＭＳ Ｐゴシック";
font: bold 100% ;
}
.breadcrumb  {
	font-size: 80%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.breadcrumb a{
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: black;
	background-color: transparent;
	background-image: url(../images/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


.breadcrumb a:visited, .breadcrumb a:active{
color: black;
}

.breadcrumb a:hover{
text-decoration: underline;
}
