@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}

#map {
	border: #2a3e64 1px solid;
}
ul.sitemap {
	margin-left: 1em;
}
ul.sitemap li {
	background: url(images/sitemapPoint.gif) no-repeat 0 5px;
	padding-left: 20px;
}
