@charset "utf-8";

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

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

@import "module/default.css";


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

/* definition_#pageList link */
#pageList a{
	background-image: url(../images/ic_list.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	display: block;
	padding: 14px 0 14px 20px;
}

#pageList a:link{
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}
#pageList a:visited{
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}
#pageList a:hover{
	background-color: #F2F2F2;
	color: #000;
	text-decoration: none;
}
#pageList a:active{
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}


/* definition_#pageList */
#pageList{
	border-color: #CCC;
	border-style: solid;
	border-width: 1px 0 0;
}

#pageList li{
	border-color: #CCC;
	border-style: solid;
	border-width: 0 0 1px;
}






