@charset "utf-8";





/*
*
*
*	Information Module
*
*	+access
*
*
*/


/*///////////////////////////////// Insert Memo Bar ////*/



/*/////////////////////////////////////////////////////////////

	access

/////////////////////////////////////////////////////////////*/

div#sitemap{
    padding: 0 10px 0 10px;
}
div#sitemap ul{
	margin-right: 10px;
	margin-left: 10px;
}
div#sitemap ul li{
	margin-bottom: 7px;
	height: 4.5em;
}
div#sitemap ul li a{
	display: block;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CBDEF8;
	background-color: #FCFDFE;
	text-decoration: none;
	margin: 0px;
	background-image: url(../../share/images/arrow_002.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}
div#sitemap ul li a:hover{
	background-color: #EBF2FC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FCFDFE;
}
div#sitemap ul li.next_page{
	margin-top: -1.5em;
	padding-right: 10px;
	padding-left: 10px;
}

div#sitemap ul li.next_page a{
	display: block;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CBDEF8;
	background-color: #FCFDFE;
	text-decoration: none;
	margin: 0px;
	background-image: url(../../share/images/arrow_005.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}
div#sitemap ul li.next_page a:hover{
	background-color: #EBF2FC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FCFDFE;
}
/*/////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////*/

