@charset "utf-8";

/*----------------------------------------
HTML:/information/sitemap.html
CSS: /information/css/sitemap.css

----------------------------------------*/

/* sitemap
---------------------*/

div.section div.senyo {
	margin-top:0;
}


#sitemap ul {
	width:520px;
	margin:0 0 10px 0;
	padding:20px 9px;
	border:1px solid #FCF3D8;
	background:#FEFBF2;
	overflow:hidden;
}

#sitemap ul li {
	float:left;
	width:225px;
	height:26px;
	margin:0 20px 10px 0;
	padding:5px 5px 0 20px;
	background:
		url(../images/sitemap/bg_link.jpg) 
		no-repeat left top;
}

#sitemap ul li.pos-r {
	margin-right:0;
}
