@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;
}
.blogEntryHeader {
	background: none;
	border-left: #004b8e 10px solid;
	padding: 3px 0 3px 15px;
}
.blogEntryBody {
	border-bottom: #999 1px dotted;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.blogEntryHeader h3 {
	padding-left: 0;
}
.posted {
	font-weight: bold;
	font-size: 93%;
}
.sideitemHeader {
	background: url(images/sideTitle.jpg) no-repeat 0 0;
	width: 155px;
	height: 22px;
	font-size: 116%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1em;
	padding: 4px 0 0 20px;
}
.sideSection {
	margin-bottom: 2em;
}
ul.menu li {
	background: url(images/menuPoint.gif) no-repeat 0 3px;
	padding-left: 15px;
}
#mainArea {
	width: 480px;
	float: right;
}
#leftArea {
	width: 170px;
	float: left;
}
ul.entryNavi {
	text-align: center;
	margin-bottom: 2em;
}
ul.entryNavi li {
	display: inline;
}
ul.entryNavi li.home {
	padding: 0 20px;
	margin: 0 20px;
	border-left: #999 1px solid;
	border-right: #999 1px solid;
}
ul.entryNavi li.prev a {
}
ul.entryNavi li.next a {
}

.topImg {
	margin-bottom: 1.0em;
}
.topImg img {
}
