.blog {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.date {
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	background-color: #EEF5FD;
	text-align: right;
	height: 30px;
	width: 610px;
	padding-right: 10px;
	margin-top: 20px;
}
#blogNavi {
	width: 210px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6DFDD;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#newBlog {
	margin-top: 0px;
	width: 200px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(images/navi-NewBlogLiBg.jpg);
	background-repeat: repeat-y;
}
#newBlog ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#newBlog li a {
	width: 170px;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD6DE;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
	padding: 5px;
}
#newBlog li a:hover {
	color: #FF3300;
}
#pastBlog {
	margin-top: 10px;
	width: 200px;
	background-image: url(images/navi-NewBlogLiBg.jpg);
	background-repeat: repeat-y;
}
#pastBlog ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pastBlog li a {
	width: 170px;
	text-decoration: none;
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	height: 18px;
	font-weight: normal;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD6DE;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
}
#pastBlog li a:hover {
	color: #FF3300;
}
.widget-calendar widget {
}
#calendar-content {
	width: 182px;
	margin-right: auto;
	margin-left: auto;
}
.calendar-header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
}
#calendar-content th {
	background-color: #EEF5FD;
}

