@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}

ul.sitemap li {
	background: url(images/sitemapPoint.gif) no-repeat 0 3px;
	padding-left: 18px;
	padding-bottom: 3px;
}
.blogEntryBody {
	padding-top: 15px;
}