@CHARSET "UTF-8";

/* ===================================================================
CSS information

 File Name  : article.css
=================================================================== */
#articleList{
}
#articleList h2{

}
#articleList ul{
	margin: 10px 0 0;
	border-top: 1px dashed #999;
	line-height: 1.2em
}
#articleList ul li{
	padding: 10px 0;
	border-bottom: 1px dashed #999;
}
#articleList ul li:hover{
	background-color: #fffcf3;
}
#articleList ul li a{
}
#articleList ul li a:hover{
	text-decoration: underline;
}
#articleList ul li span{
	margin-right: 10px;
	padding: 0 20px 0 10px;
	color: #555;
	font-weight: bold;
	background: url("../images/common/arrowSet.gif") no-repeat right 5px;
}

