/* -------------------------------------------
	sitemap
 -------------------------------------------*/

#li6 a,
#li6 a:hover,
#li6 a:visited:hover,
#li6 a:focus,
#li6 a.selected:link,
#li6 a.selected:visited { 
	background: transparent url(../images/gnavi.jpg) -642px -60px no-repeat;
}

#contentR h2 {
	background: transparent url(../images/title_sitemap.jpg) no-repeat;
}

#contentR .content_body {
	margin: 0 20px;
}

#contentR ul {
	list-style: none;
}

#contentR .open {
	position: relative;
}

#contentR .open a,
#contentR .close a {
	position: absolute;
	bottom: 1px;
	right: 0;
	width: 8em;
	background: #f2f5eb;e
	display: block;
}

#contentR .open a:hover,
#contentR .open a:focus,
#contentR .close a:hover,
#contentR .close a:focus {
	background: #c6cbbc;
}

#contentR .close {
	position: relative;
	display: none;
}

