@charset "UTF-8";

@import "css/default.css"; /* initial setting */
@import "css/layout.css";/* layout style */
@import "js/thickbox.css";/* layout style */

a:link {
	color: #0044CC;
  text-decoration: none;
}
a:visited {
	color: #0044CC;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #0044CC;
  text-decoration: none;
}

.catch {
	margin: 0 -5px 1em -2px;
}
.newsBox {
	border: #7db051 1px solid;
	padding: 10px 20px;
	width: 598px;
}
.box {
	border: #d8d8d8 6px solid;
	padding: 15px 30px;
	margin-bottom: 2em;
	line-height: 1.5;
}
.strong {
	font-size: 123.1%;
	padding-top: 10px;
}

.rss-js-entry {
	background: url(images/rssPoint.gif) no-repeat 0 5px;
	padding-left: 15px;
}
.blogEntry h4 {
font-weight:bold;
}
