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