@charset "utf-8";
@import url(general.css);
@import url(blog.css);

#main h3 {
	border-bottom: dotted 1px #333;
	margin: 0 19px 10px;
	padding: 0 5px 8px;
	font-size: 1.2em;
}

#blog-main h4 {
	background: url(../img/et-bg.gif) repeat-x left bottom;
	border: solid 1px #6B95F1;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #1662D2;
	font-size: 1.16em;
	line-height: 28px;
}

#blog-main h4 a {
	color: #1662D2;
	text-decoration: none;
}

#blog-main h4 a:hover {
	text-decoration: underline;
}

#blog-side h4 {
	border-bottom: solid 1px #6D95F1;
	margin-bottom: 10px;
	padding: 0 5px 5px;
	color: #1561D2;
	font-size: 1em;
}

#blog-side h4 a {
	color: #1561D2;
}

