@charset 'utf-8';
/* このCSSファイルはUTF-8でエンコードされています。 */
p.updateDate {
	color: #6c5838;
}

#infoTable th {
	width: 105px;
	color: #6c5838;
	vertical-align: top;
}

#infoTable th.pdf {
	background: url(../../images/pdf.png) right 0.3em no-repeat;
	padding: 0 25px 0 0;
}

#infoTable th.pdf02 {
	background: url(../../images/pdf.png) right 0.3em no-repeat;
	padding: 0 25px 0 0;
	width: 0px;
}

#infoTable td {
	background: url(../../images/link01.png) left 0.15em no-repeat;
	padding: 0 0 1em 20px;
	vertical-align: top;
}

#infoTable td a {
	text-decoration: none;
}

#infoTable td a:hover {
	text-decoration: underline;
}

#pdfDesc {
	border: solid 1px #d3cfcc;
	width: auto;
	font-size: 0.8em;
	padding: 10px;
}

#pdfDesc .icon {
	width: 112px;
	float: left;
	display:inline;
	margin: 0 10px 0 0;
}

#pdfDesc .text {
	width: 362px;
	float: right;
	display:inline;
	margin: 0;
}