body{
	background-color:#fff;
	color:#333;
	font-family:'MS Gothic', 'Osaka|';
	margin:2em 8%;
}
table{
	border-collapse:collapse;
	border:solid 1px #555;
	width:100%;
	margin:10px 0;
}
td{
	vertical-align:top;
	font-size:13px;
	font-family:'MS Gothic', 'Osaka|';
	padding:6px;
	border:solid 1px #555;
	empty-cells:show;
}
.item{
	background-color:#ccccff;
	font-weight:bold;
	text-align:right;
	width:21%;
}
.title{
	background-color:#eeeeff;
}
.author{
	background-color:#eeeeff;
	width:22%;
}
span.pdf{
	font-size:0.9em;
	font-weight:bold;
	color:#f00;
}
p.footnavi{
	text-align:center;
}
a:link, a:visited{
	color:#00f;
	text-decoration:none;
}
a:hover, a:active{
	color:#f00;
	text-decoration:underline;
}
