@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;
}

/*
[
----------------------------------------------------------- */
h2 a {
	text-align: right;
	background: url(/common/themes/cms/images/outlineTitle.gif) no-repeat 0 0;
	display: block;
	width: 550px;
	height: 39px;
	font-size: 123.1%;
	font-weight: bold;
	padding: 80px 20px 0 0;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	text-decoration: none;
	color: #585858;
}

dl.sitemap dt {
	font-size: 116%;
	font-weight: bold;
}
dl.sitemap dd {
	padding: 3px 0 10px 15px;
}
ul.sitemap li {
	background: url(images/sitemapPoint02.gif) no-repeat 0 4px;
	padding-left: 13px;
}