@charset "utf-8";
 /* Contents
-------------------------------------------------- */
ul#breadcrumbs {
	margin-bottom: 10px;
	list-style: none;
}
ul#breadcrumbs:after { content: "."; display: block; height: 0; line-height:0; clear: both; visibility: hidden;}
/* MacIE begin \*/
*+html ul#breadcrumbs { height: 1%;}
* html ul#breadcrumbs { height: 1%;}
ul#breadcrumbs { display: block;}
/* Mac IE end */

ul#breadcrumbs li {
	float: left;
	font-size: 85%;
}

ul#breadcrumbs li a {
	margin-right: 5px;
	padding-right: 12px;
	background: url(../images/common/arrow_breadcrumbs.gif) right no-repeat;
}

p#page-banner {
	margin-bottom: 25px;
}

ul#page-navi {
	list-style: none;
}

ul#page-navi li {
	padding-left: 12px;
	background: #fff url(../images/common/arrow_red.gif)  left center no-repeat;
	line-height: 1.6em;
}

ul#page-navi li a {
	text-decoration: none;
}

ul#page-navi li a:hover {
	text-decoration: underline;
}