@charset "utf-8";

/*--クリアフィックス--*/

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*sitemap_index設定CSS
----------------------------------*/
#sitemap p {
	font-size: 12pt;
	margin-top: 10px;
	margin-left: 20px;
	font-weight: bold;
}
#sitemap li {
	font-size: 9pt;
	margin-top: 3px;
	margin-left: 30px;
	line-height: 1;
}
#sitemap ul {
	margin-top: 5pt;
	margin-left: 30px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	color: #00FFCC;
}