@charset "UTF-8";


/*home以外のページ共通*/
header{
	width:100%;
	margin-top:40px;
	background:url(img/bg_head.jpg) repeat-x;
	background-size:contain;
}


.pagetop {
	position: fixed;
	bottom: 5%;
	right: 5%;
}

/*
=======================================
	SITEMAP-STYLE CSS
=======================================
*/
#sitemap_contents{
	width:80%;
	margin:0 auto;
}
#sitemap_contents table	{
	width: 90%;
	border: none;
	text-align: left;
	margin: 2% 10%;
}
#sitemap_contents th,td {
	line-height: 220%;
}
#sitemap_contents th {
	width: 33%;
	vertical-align: top;
}
#sitemap_contents td {
	width: 33%;
	vertical-align: top;
}

#sitemap_contents a	{
	color: #aaa;
	text-decoration:none;
	font-weight: bold;
}
#sitemap_contents a:hover {
	color: #2c2;
}
.td2{
	font-size: 12px;
}
