@charset "utf-8";
body {
	background: #000000  no-repeat center top;
	margin:0;
}
#menu {
	width:196px;
	height:557px;
	position:absolute;
}
#menu ul , #menu ul li{
	margin:0px;
	padding:0px;
}
#menu ul {
	margin-top:35px;
	list-style:none;
}
#primary {
	height:557px;
	background:url(../issuance/img/news_list_bg.jpg) no-repeat 0 0;
}
#content {
	width:536px;
	height:420px;
	position:absolute;
	margin:52px 0px 0px 308px;
	overflow:auto;
	font:12px/22px normal;
	color:#FFF;
}
strong {
	color:#ffc949;
}
#content .title {
	background:url(../issuance/img/table_title.gif) no-repeat 0px 0px;
	width:100%;
	height:21px;
}
#content .list {
	margin-left:13px;
	width:513px;
	height:30px;
	border-bottom:#525252 1px solid;
}
.list .icon {
	position:absolute;
	width:16px;
	height:16px;
	margin-top:6px;
}
.list .date {
	color:#9c9c9c;
	width:93px;
	height:30px;
	margin-left:37px;
	position:absolute;
	line-height: 30px;
}
.list .subject{
	width:382px;
	height:30px;
	font-size:15px;
	color:#cdca83;
	position:absolute;
	margin-left:131px;
	line-height: 30px;
	letter-spacing:0.05em;
}
.list a:link {
	color:#cdca83;
}
.list a:visited {
	color:#999;
}
.list a:hover {
	color:#fff;
}
#pNumber {
	width:513px;
	height: 30px;
	position:absolute;
	margin:30px 0px 0px 0px;
	text-align:center;
	color:#757575;
}
#pNumber a,#pNumber a:link {
	color:#fff;
	text-decoration:none;
}
#pNumber a:hover {
	text-decoration:underline;
}