@charset "utf-8";

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

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

@import "default.css";


/* --------------
Layout
-------------- */

/*--- #catch ---*/
#catch {
    width: 900px;
    margin: 0 0 20px 3px;
}

/*--- #contents ---*/
ul.map {
	width: 635px;
}

ul.map li {
	background: url(../img/sitemap_arrow_blue.gif) bottom left no-repeat;
	padding: 0 0 10px 10px;
	margin-bottom: 15px;
}

