@charset "utf-8";
/* CSS Document */



/* ------------------------------------------サイトマップ------------------------------------------ */
div#sitemap {
	width: 860px;
	height: auto;
	margin: 10px auto;
	font-size: 12px;
}
div#sitemap a {
	color: #000000;
}
div#sitemap table {
	width: 860px;
	height: auto;
	margin: 10px auto;
	font-size: 12px;
	border-collapse:collapse;
	background-color: #FFFFFF;
	border: 1px solid #f6efdd;
}
div#sitemap tr.bar td {
	background:none;
	height: 5px;
	width: 860px;
}
div#sitemap th {
	margin: 10px auto;
	text-align: left;
	width: 190px;
	padding: 5px;
	vertical-align:text-top;
	border: 1px solid #f6efdd;
}
div#sitemap td {
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #f6efdd;
}
div#sitemap tr.menu th {
	border: none;
	background: none;
	font-weight:normal;
	border-right: 1px solid #f6efdd;
	padding:3px 0 3px 30px;
}
div#sitemap tr.menu td {
	border: none;
	background: none;
}

div#sitemap table td#head, div#sitemap table td#foot {
	height: 5px;
	padding: 0;
	border-bottom: none;
	border-top: none;
	background-repeat: repeat-x;
}
div#sitemap table td#head {
	background-image: url(../../images/studio/head.jpg);
}
div#sitemap table td#foot {
	background-image: url(../../images/studio/foot.jpg);
}
