@charset "utf-8";
/* /////////////////////////////////////////////////////////
	資料ダウンロード
///////////////////////////////////////////////////////// */

/*=================================
	document
==================================*/
#document{
	width:640px;
}
#document .headline{
	background:url(../document/images/document-headline.gif) no-repeat;
}

#document table {
	width: 100%;
	border-collapse:separate;
	border-spacing:1px;
}

#document table th,
#document table td {
	background-color: #F2EDE4;
	vertical-align: middle;
}

#document table th {
		padding: 1.0em 0.5em;
}

#document table td a {
	display: block;
	font-size: 0.9em;
	padding: 1.0em 0.5em 1.0em 50px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#document table td.pdf a {
	background-image:url(../document/images/pdf-icon.gif);
}

#document table td.xls a {
	background-image:url(../document/images/xls-icon.gif);
}

#document table td a:hover {
	background-color:#CEE9DD;
}