@import url(common.css);
@import url(outline.css);

/*CONTENT*/
#content h2 {
	font-size: 12px;
	font-weight: normal;
	background-image: url(img/bar/green.png);
	padding-left: 10px;
	background-repeat: no-repeat;
	line-height: 13px;
}

#content ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 5px;
}

#content li {
	font-size: 10px;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content img {
	float: left;
	margin-bottom: 7px;
}

#content .date {
	background-image: url(img/icon/green_sankaku_s.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 10px;
	margin-right: 5px;
	float: left;
	width: 60px;
}

#content .aname{
	color : #000000;
}

#content .aname:active {
	color : #000000;
}

#content .aname:visited {
	color : #000000;
}

#content .aname:hover {
	color : #000000;
	text-decoration : none;
}

#content .comment {
	float: right;
	width: 465px;
}

#content .page {
	float: right;
	margin-top: 10px;
	width: 465px;
}