@charset "UTF-8";
/*article-*/
#article {
	display: block;
	clear: both;
	width: 615px;
}

.tag {
	padding: 10px 0 0;
	font-size: 85%;
	clear: both;
	width: 85px;
	color: #336600;
	float: left;
	text-align: center;
	margin-right: 500px;
}

.jyo {
	float: left;
	clear: left;
	width: 85px;
	padding: 2px 0 4px;
	text-align: center;
	font-size: 92%;
	line-height: 1.5em;
	font-weight: bold;
}

.read {
	float: left;
	width: 500px;
	padding: 2px 0 4px;
	font-size: 92%;
	line-height: 1.5em;
}



/*list*/
.list {
	width: 500px;
	padding-top: 2px;
	padding-bottom: 7px;
	list-style-type: none;
}

.list li {
	padding: 2px 0;
	line-height: 1.2em;
	font-size: 92%;
}

