@charset "utf-8";

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

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

@import "module/default.css";


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

/* definition_link */
#sitemap a:link{
	background-color: transparent;
	color: #666;
	text-decoration: none;
}
#sitemap a:visited{
	background-color: transparent;
	color: #666;
	text-decoration: none;
}
#sitemap a:hover{
	background-color: transparent;
	color: #666;
	text-decoration: underline;
}
#lsitemap a:active{
	background-color: transparent;
	color: #666;
	text-decoration: none;
}

/* definition_textBoxL */
#sitemap{
	border-color: #5A4E54;
	border-style: solid;
	border-width: 1px 0;
}

#sitemap li{
	background-image: url(../images/ic_list02.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-color: #5A4E54;
	border-style: solid;
	border-width: 0 0 1px;
	padding: 20px 0 20px 20px;
}

#sitemap li.end{
	border-width: 0;
}

#sitemap li.level2{
	background-position: 20px center;
	padding: 20px 0 20px 40px;
}














