@charset "utf-8";

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

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

@import "module/default.css";


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

/* definition_#menuList */
#menuList{
	font-size: smaller;
	margin: 25px 0 0 10px;
}

#menuList li{
	background-image: url(../images/ic_arrow1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 0 15px;
	padding: 0 0 0 19px;
}












