/* CSS Document */

#document{
}

#document .hyou {
	width: 520px;
	margin-left: 20px;
	text-align: center;
}

#document .hyou tr {
	padding: 10px;
	height: 42px;

}

#document .hyou th {
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	line-height: 12pt;
	background-color: #EFEFEF;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;

}

#document .hyou .date {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	text-align: left;
	padding-left: 10px;
}

#document .hyou .icon {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
}

#document .hyou .size {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: silver;
	padding-right: 10px;
}

#document .thumbnail {
	line-height: 12pt;
}

#document .thumbnail img {
	margin-bottom: 5px;
	border: 1px solid silver;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	
}

