@charset "utf-8";

section#links h3{
	background: url(../images/links_Title.png) no-repeat;
}

article {
	margin-bottom: 1em;
	border-bottom: thin solid #ccc;
	padding-bottom: 1em;
}
article h4 a{
	font-weight: normal;
	text-decoration: none;
	color: #e68f64;
	line-height: 1;
}

article h4 a:hover{
	text-decoration: underline;
}
article img{
	float: left;
}
article div.siteEX{
	display: block;
	margin-left: 170px;
}

p.category{
	font-size: 85%;
	line-height: 1;
	float: right;
	background: #999;
	color: #fff;
	padding: 0.3em;
}
p.explain{
	font-size: 85%;
	line-height: 140%;
	margin-top: 0.5em;
}
