﻿@charset "utf-8";

/* =========================================================
■reset
========================================================= */
body {
	margin: 0px;
	padding: 0;
}

/* =========================================================
■topicPath03
========================================================= */
ol#topicPath03 {
	margin: 0px 0;
	padding: 0;
	font-size: 80%;
	list-style: none;
}

ol#topicPath03 li {
	float: left;
	margin-right: 5px;
}

ol#topicPath03 li a {
	display: block;
	position: relative;
	padding: 5px 2em 5px 1em;
	background-image: url(http://www.legend-seo.jp/img/bg_page-log.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

ol#topicPath03 li a:link,
ol#topicPath03 li a:visited {
	background-color: #FFFF00;
	color: #000000;
	text-decoration: none;
}

ol#topicPath03 li a:hover,
ol#topicPath03 li a:active {
	background-color: #FFFF00;
	color: #FF0000;
	text-decoration: none;
}

ol#topicPath03 li em {
	display: block;
	padding: 5px 1em;
	background-color: #CCCCCC;
	color: #646464;
	font-style: normal;
	font-weight: bold;
}



/* =========================================================
■Clearfix
========================================================= */

ol:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ol {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html ol {
	height: 1%;
}

ol {
	display: block;
}
/* End hide from IE-mac */
