@charset "UTF-8";
/* CSS Document */


/*----------------------------------------------------------
	sitemap.html
----------------------------------------------------------*/
#sitemap .area_left {
	 width:300px;
	 float:left;
}

#sitemap .area_right {
	 width:300px;
	 float:right;
}

#sitemap .icon_posit {
	 background-position:2em 0.8em !important;
}

#sitemap ul li a,
#sitemap li a:link,
#sitemap li a:visited{
	color:#006699;
	text-decoration:underline;}

#sitemap ul li a:active,
#sitemap ul li a:hover{
	text-decoration:none;}
	
#sitemap ul li {
	padding-left:3em;
	background-position:2em 5px;
}

#sitemap h4 a:link,
#sitemap h4 a:visited{
	text-decoration:none;
	color:#6ABB1E;
}

#sitemap h4 a:hover,
#sitemap h4 a:active{
	text-decoration:underline;
	color:#6ABB1E;
}


/*----------------------------------------------------------
	agreement.html
----------------------------------------------------------*/


#agreement ol.number {
		padding-left:2em;
		padding-bottom:20px;
}

#agreement ol.number li {
	list-style:decimal;
}


/*----------------------------------------------------------
	privacy.html
----------------------------------------------------------*/

#privacy ol.number {
		padding-left:2em;
		padding-bottom:20px;
}

#privacy ol.number li {
	list-style:decimal;
}

#privacy ul.disc {
	padding-left:2em;
}

#privacy ul.disc li {
	list-style:disc;
	background:none;
	padding-left:0;
	font-weight:normal;
}








