@charset "UTF-8";

@import "css/default.css"; /* initial setting */
@import "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 0px 0;
	height: 37px;
	padding-left: 15px;
}
.blogEntryHeader h3 {
	padding: 0px;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.1;
	color: #595959;
}
.blogEntryBody {
	padding-bottom: 10px;
}
.side_itemBody img.photo {
	margin: 0;
}