@charset "UTF-8";

/*****************************************
			File Download
*****************************************/
.fileDL {
	clear: both;
	background-color:#FFFFFF;
	margin: 15px auto 10px auto;
	width: 994px;
	overflow: hidden;
	border:2px solid #3C49BA;
}
.fileDL h4 {
	background: url(../img/filedl/title_filedl.png) 10px 5px no-repeat;
	width: 1000px;
	height: 40px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 2px solid #3C49BA;
}
.fileDL .inner {
	background: #FFF;
	padding: 8px;
	border-top: none;
}
.fileDL .inner ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.fileDL .inner ul li {
	padding: 5px 5px 5px 33px;
	border-bottom: dotted 1px #CCC;
}
.fileDL .inner ul li.doc { background: url(../img/filedl/icon_word.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.xls { background: url(../img/filedl/icon_excel.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.pdf { background: url(../img/filedl/icon_pdf.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.zip { background: url(../img/filedl/icon_zip.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.docx { background: url(../img/filedl/icon_word.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.xlsx { background: url(../img/filedl/icon_excel.gif) 5px 6px no-repeat; }
.fileDL .inner ul li a {
	margin: 0 10px 0 0;
}
.fileDL .adobe {
	overflow: hidden;
	_height: 1%;
}
.fileDL .adobe img {
	margin: 5px 10px 0 0;
	float: left;
	_display: inline;
}
.fileDL .adobe p {
	padding: 5px 0 0 0;
	font-size: 93%;
	line-height: 1.41;
	overflow: hidden;
	_zoom: 1;
}