@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: underline;
}
a:visited {
	color: #1d3994;
  text-decoration: underline;
}
a:hover {
	color: #fe6e2b;
  text-decoration: none;
}
a:active {
	color: #1d3994;
  text-decoration: underline;
}
/*
[
----------------------------------------------------------- */
ul#gnavi li.gnavi03 a {
	background-position: 0 -112px;
}
ul#gnavi li.gnavi03 a:hover {
	background-position: 0 -56px;
}
.section {
	margin-bottom: 1.5em;
}
.hrLine {
	border-top: #999 1px dotted;
	margin: 1em 0 2em 0;
	height: 1px;
}
.blogEntryBody h4 {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 10px;
}
strong {
	color: #379b17;
	font-size: 116%;	
}