/* CSS Document */

#column-1 {
	float:left;
	display:inline;
	width:193px;
	margin-right:10px;
	overflow:hidden;
	}
	
#column-2 {
	float:left;
	display:inline;
	width:607px;
	margin-right:10px;
	overflow:hidden;
	}
	
#column-3 {
	float:left;
	width:160px;
	display:inline;
	overflow:hidden;
	}
	
/* archive index list */

table.issuelist {
	width:100%;
	}
	
table.issuelist td {
	background-color:#f5f5f5;
	padding:10px;
	text-align:center;
	}
	
table.issuelist td:hover {
	background-color:#e5e5e5;
	}
	
table.issuelist td div {
	text-align:center;
	font-weight:bold;
	padding-top:10px;
	}
	
table.issuelist td img {
	border:solid 1px #000;
	}
