@charset "UTF-8";

/*########################################
[8]フッター内の各部分指定 */

#pagetoplink{
  margin-left:auto;
  width:470px;
}

#pagetoplink p a{
  background: url(images/btn_pagetop.gif) no-repeat left top;
  display:block;
      text-indent: -9999px; 
	  width:470px;
	  height:20px;
}

#pagetoplink p a:hover {
  background-position: 0px -20px;
}

p.copyright {
  background: url(images/footer_line.gif) no-repeat left top;
  font-size:1.2em;
  margin-top:10px;
  margin-bottom: 0px;
  color:#111;
  padding-top:5px;
  font-weight: bold;
 }
 
 p.copyrightTX {
  font-size:0.7em;
  color:#111;
 }

/*########################################
[]サイトマップ欄に関する指定 */

#sitemap{
	margin-top:10px;
	margin-bottom:10px;
	background:#121212 url(images/sitemap_bg.gif) left top;
	height:100%;

}

h3.sitemaptit{
  font-weight: normal;
  font-size:0.8em;
  color:#231815;
  background:url(images/sitemap_ico_001.gif) no-repeat left top;
  padding-left:20px;
  margin-top:0.5em;
    margin-bottom:0.2em;
}

ul.sitemaplist{
	list-style:none;
	margin-bottom:10px;
}
.sitemaplist li{
  color:#666565;
    font-size:0.8em;
		background:url(images/sitemap_ico_002.gif) no-repeat left center;
		padding-left:20px;
}

