/* データベース用の体裁 */

/* 文献情報 */
table.bib th.heading {
	font-family: "Arial", serif;
	font-weight: bold;
	color: #DFFF80;
	background-color: #006A1B;
	text-align: left;
	margin-bottom: 5pt;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	padding-left: 0.5em;
}

table.bib th.item {
	font-family: "Arial", serif;
	font-weight: normal;
	color: #004020;
	background-color: #D5FFAA;
	text-align: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

table.bib td {
	background-color: #F4EADF;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

table.file{
	font-family: "MS UI Gothic", serif;
}

/* 内容（ファイル） */

table.file th {
	font-weight: normal;
	background-color: #DFDFDF;
	margin-top: 0;
	margin-right: 0.1em;
	margin-bottom: 0;
	margin-left: 0.1em;
	padding: 0em 0.3em 0em 0.7em;
	border-width: 0em 0em 0.1em;
	border-color: gray;
	border-style: inset;
}

table.file th#name {
	text-align: left;
	padding: 0em 0.7em 0em 1em;
	width: 15em;
}

table.file th#size {
	text-align: right;
	width: 7em;
}

table.file th#type {
	text-align: left;
	width: 10em;
}

table.file td{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0.1ex 0.3em;
}

table.file td.name{
	background-color: #E9E9E9;
	border-width: 0.01em;
	border-color: #E9E9E9;
	border-style: solid;
}

table.file td.size{
	text-align: right;
}

table.file a {
	color: black;
	text-decoration: none;
}

table.file a img{
	border: 0;
}

table.file a:hover {
	color: blue;
	background-color: #E9E9E9;
	text-decoration: underline;
}
