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

#content h3,
#content h4 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	background-repeat: no-repeat;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 7px;
}

#content h3 {
	margin-bottom: 3px;
	margin-top: 0px;
	background-image: url(img/bar/green.png);
}

#content p {
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
	background-repeat: no-repeat;
	line-height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 7px;
}
#content .menu{
	float:left;
	width:126px;
	border: 7px solid #efefef;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
	line-height: 15px;
}
#content .article{
	float:right;
	width:380px;
	font-size: 12px;
}
#content .profile{
	font-size: 10px;
}
#content .article_head{
	float:right;
	width:380px;
	font-style: italic;
	font-size: 12px;
	line-height: 19px;
}

