@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	color: #000;
}
body {
	background-color: #CC9;
	font-size: 12pt;
}
.archiveItem {
	padding: 5px;
	width: 600px;
	border-width: 2px;
	border-bottom-style: inset;
	border-left-style: inset;
	margin-bottom:4px;
	border-color:#FF6
}

.details {
	text-align:right;
	border-top:dashed 1px;
	font-size:13px;
}
table.details {
	border-collapse:collapse;
	border:none;
	margin-left:auto;
	margin-right:0px;
}
td.detail {
	text-align:left
}

img.icon {
	border-style: none;
}

.read {
	position: relative;
	margin: 8px 509px -52px auto;		
}

.nowNextBar {
	position: relative;
 	text-align: right;	
}
.nowNextBar a {
	text-decoration: none;
}



