.sidebar {
	float: left;
}
.notice-list,
.notice-detail, 
.archive-list {
	float: right;
	width: 770px;
}
.archive-list div.wrapper {
	padding: 10px 20px;
}
.notice-list tr.odd, 
.archive-list div.wrapper.odd {
	background-color: #FAFAFA;
}
.notice-list table, 
.archive-list table {
	width: 100%;
}
.archive-list td {
	vertical-align: top;
	padding-bottom: 0.5em;
	line-height: 1.5em;
}
.archive-list td.serial-number {
	width: 30px;
	font-weight: bold;
	font-family: Helvetica;
	font-size: 1.5em;
	color: #666666;
	font-style: italic;
}
.archive-list td.title {
	padding-right: 20px;
}
.archive-list td.title span.category {
	font-weight: bold;
	color:#008837;
}
.archive-list td.date {
	width: 200px;
	text-align: right;
}

.archive-list table.attached-files {
	border: 1px solid #F0F0EEf;
	margin-left: 30px;
	width: 700px;
}
.archive-list table.attached-files td {
	padding: 3px;
	vertical-align: middle;
	/* background-color: #EFF4F5; */
}
.archive-list .download {
	padding-right: 10px;
	
}
.archive-list .download i {
	color: #FF9999;
}
.archive-list .file-size {
	font-size: 0.95em;
}
.archive-list .download-hit {
	font-size: 0.9em;
	color: #003366;
	text-align: right;
}
.archive-list  .download a {
	text-decoration: underline;
}
.no-results {
	text-align: center;
}

.notice-list td {
	line-height: 20px;
	padding: 5px;
}
.notice-list td.date {
	width: 100px;
	text-align: center;
}
.notice-list .serial-number {
	padding-left: 20px;
	padding-right: 10px;
	width: 30px;
}


.notice-detail table.item {
	width: 100%;
}
.notice-detail table.item th {
	width: 150px;
	background-color: #E5E5E5;
}
.notice-detail table.item th, 
.notice-detail table.item td {
	border: 1px solid #E5E5E5;
	line-height: 15px;
	padding: 5px;
}
.notice-detail table.item td.title {
	font-weight: bold;
}
.notice-detail table.item th {
	border-bottom: 1px solid white;
}
.notice-detail table.item th.hit {
	border-bottom: 1px solid #E5E5E5;
}
.notice-detail .contents {
	padding-top: 20px;
	padding-left: 2px;
	line-height: 1.6em;
}
.back2list {
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	padding-top: 30px;
	padding-bottom: 40px;
}
.back2list.ontop {
	padding-top: 0px;
	padding-bottom: 15px;
	
}
