@charset "utf-8";
/* CSS Document */

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.header {
	height: 165px;
}

.content .article-header {
	border-bottom: 4px dotted #ca072c;
	padding: 0 0 7px 0;
	margin:15px 0 10px 0;
}

.content h2 {
	margin: 0;
	padding: 0;
	background: 0;
	color: #ca072c;
	font-size: 18px;
	float: left;
	border: none;
}

.content .rss {
	float: right;
	margin: 0;
	padding: 0;
}


/* ブログ */

.content .article h3 {
	background:	#FEFCD3;
	padding: 3px 10px;
	font-size: 14px;
}

#blog-box .thumb {
	width:80px; 
	height:80px; 
	overflow:hidden; 
	position:relative;
	float: left;
	margin:0;
}

#blog-box .entry {
	clear: both;
	padding: 16px 5px;
	border-bottom: 1px dotted #c8c8c8;
}

#blog-box .bl-hover {
	background: #eee;
}

#blog-box dl {
	margin: 0;
}

#blog-box dt {
	font-weight:bold;
	padding-right: 7em;
	margin-left: 90px;
}

#blog-box .date {
	margin-top: -20px;
	color: #ca072c;
	text-align: right;
}

#blog-box .description {
	margin-left: 90px;
}
