@charset "utf-8";
/* CSS Document */
#col_left { float:left; width:440px; }
#col_right{ float:right; width:440px; }
#links {
	color:#000;
	list-style:none;
	font-weight:normal;	
	margin: 0 auto;
	text-align:center;	
}
#links li {background: url(../img/fnd_all.png) repeat; border-bottom:3px dotted #7C1716;  display:block; margin-right:20px; margin-top:10px; margin-bottom:10px;width:420px; text-align:center;}
#links li a { border-top:1px dotted #7C1716; color:#7C1716; display:block; font-style: italic;  font-weight:bold; padding:10px;}
#links li b {display:block;color:#000;  font-size:14px; padding:5px;}
#links li a:hover {background:#7C1716; color:#f8f8f8; border-bottom-color:#f8f8f8;} 

.file_item {
	background: url(../img/fnd_all.png) repeat; 
	border-bottom:3px dotted #7C1716; 
	display:bolck;
	float:left; 
	margin-right:20px; 
	margin-top:10px; 
	margin-bottom:5px;
	width:430px;
	}
.file_item .file_img {background-color:#7C1716; display:table; float:left; height:45px;  width:56px; }
.file_item .file_img img { margin-left:10px; margin-top:3px;}
.file_item  a.file_tit {display:table-cell; color:#7C1716;  font-size:14px; font-weight:bold; padding:15px;} 

h3 {color:#222;}
.col_all {color:#222; background: url(../img/fnd_all.png) repeat; margin-top:10px; width:880px; padding:10px}