@charset"utf-8";
/***********************************************************************
	サイトマップ
***********************************************************************/
#right table.sitemap{
	width: 100%;
	padding-bottom: 10px;
}

#right table.sitemap td{
	padding: 5px 0px;
	line-height: 180%;
}

#right table.sitemap td.titleL{
	padding: 5px;
	padding-left: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-size: larger;
	font-weight: bold;
	color: #254A9E;
	background-color :#ddd;
}

#right table.sitemap td.title{
	padding-left: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	color: #254A9E;
	background-color: #f7f7f7;
}

#right table.sitemap td.items{
	padding-left: 40px;
}

#right .items ul ul{
	margin-left: 3em;
	margin-bottom: 1em;
}

#right .items li{
	list-style: none;
}


