/* CSS Document */


div#openclose {
	float:right;
	cursor: pointer;
	cursor: hand;
	}
	
div#articleList{
	float:right;
	width:100%;
}


div#articleList .articleGroup{
	margin-left:20px;
	border-left:6px #f86600 solid;
	border-bottom:1px #f86600 solid;
	padding:4px;
	font-size:1.0em;

	}

div#articleList ul.articleUl{
	padding:0 0 0 64px;
	margin:0 0 0 0;
	}


	
div#articleList ul.articleUl li.articleTitle{
	margin:10px 0 0 0;
	font-size:1.0em;
	list-style-type:square;
}
	
div#articleList ul.articleUl li.articleUser{
	padding:0 0 0 0px;
	margin:0 0 20px 0;
	text-align:right;
	font-size:0.8em;
	list-style-type:none;
}