@CHARSET "UTF-8";

/* ===================================================================
CSS information

 File Name  : view.css
=================================================================== */
#article{
	padding: 1em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.date{
	float: right;
	width: 150px;
	text-align: right;
}
.tag{
	float: left;
	width: 300px;
}
.tag a{
	padding: 0 10px 0 15px;
	background: url("../images/listCheck.gif") no-repeat left 4px;
}

#pager{
	margin-top: 10px;
}
#pager a{
	color: #9E6907;
}
#pager a:hover{
	color: #9E6907;
	text-decoration: underline;
}
.prevLink{
	float: left;
	width: 100px;
}
.prevLink a{
	padding-left: 20px;
	background: url("../images/arrowSet.gif") no-repeat 3px -35px;
}
.prevLink a:hover{background-position: 3px -55px;}

.listLink{
	margin: 0 auto;
	width: 300px;
	text-align: center;
}
.nextLink{
	float: right;
	width: 100px;
}
.nextLink a{
	padding-right: 18px;
	background: url("../images/arrowSet.gif") no-repeat right 5px;
}
.nextLink a:hover{background-position: right -15px;}


#oaTitBg{
	margin: 20px 5px 0;
	padding: 5px;
	background-color: #f6f6f6;
	border-left: 3px solid #aaa;
	font-weight: bold;
	color: #555;
}
#oaList{
	padding: 5px;
}
#oaList li{
	margin-left: 2em;
	list-style: disc;
}
