@charset "UTF-8";

@import "/common/themes/bace/css/default.css"; /* initial setting */
@import "/common/themes/bace/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}

h2 a {
	background: url(images/mainImg.jpg) no-repeat 0 0;
	width: 900px;
	height: 106px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

.blogEntryHeader {
	background: url(images/entryHeader.gif) no-repeat 25px 0;
	height: 37px;
	padding-left: 40px;
}
.blogEntryHeader h3 {
	padding: 0px;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.1;
	color: #595959;
}
.blogEntryBody {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: #999 1px dotted;
}
