@charset "UTF-8";

article {
	width: 320px;
	padding: 0px 0px;
	background: url(../images/article.gif) repeat-x;
	background-position: 0px bottom;
	clear: both;
}
article:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
article h2 {
	font-size: 24px;
	padding: 5px 10px;
	border: none;
}
article img {
	float: none;
	margin: 5px auto;
	border-radius: 5px;
}
article span {
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	color: #666;
}
article p {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5em;
}