@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:sitemap.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";

#link dl dt {
	width: 240px;
	padding: 15px 0 15px;
	margin-bottom: 6px;
	float: left;
}
#link dl dd{
	background: url(../images/index_dot_bg.gif) bottom left repeat-x;
	padding: 15px 0 15px;
}
