@CHARSET "UTF-8";

/* ===================================================================
CSS information

 File Name  : article.css
=================================================================== */
#articleList{
	position: relative;
}
#articleList h2{

}
#articleList ul{
	margin: 10px 10px 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;
}
.tag{
	border: 1px solid #ccc;
	width: 100px;
	text-align: center;
	float: right;
}
.tag a{
	background-color: #fff;
	color: #c06;
	border-top: 2px solid #f5579e;
	display: block;
	font-size: 10px;
}
.tag a:hover{
	background-color: #ffecf5;
	color: #c06;
	text-decoration: none;
}
.text{
	padding-top: 5px;
}
.text a{
	color: #9e6907;
}
.text a:hover{
	color: #9e6907;
	text-decoration: underline;
}
.date{
	margin-right: 15px;
	padding: 0 20px 0 15px;
	color: #555;
	font-weight: bold;
	background: url("../images/arrowSet.gif") no-repeat right 5px;
}

#rss{
	position: absolute;
	top: -30px;
	right: 10px;
}

#page{
	margin: 0 auto;
	width: 600px;
}
#page .prev{
	float: left;
	text-align: left;
	width: 100px;
}
#page .next{
	float: right;
	text-align: right;
	width: 100px;
}
#page .pageNum{
	float: left;
	text-align: center;
	width: 400px;
}
#page ul li{
	padding: 0 10px;
	display: inline;
}
