@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link, a:visited {
	color: #0092da;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #0092da;
  text-decoration: none;
}

/*
[
----------------------------------------------------------- */
#main {
	float: right;
	width: 638px;
}
#sub {
	float: left;
	width: 217px;
}
h4 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 3px;
}

dl.sitemap dt {
	font-size: 108%;
	font-weight: bold;
}
dl.sitemap dd {
	padding: 3px 0 10px 15px;
}
dl.sitemap dd ul li,
.rss-js-entry {
	background: url(images/moreLinkPoint.gif) no-repeat 0 4px;
	padding-left: 15px;
}
	