@charset "UTF-8";

/*
  Summary: common styles
  Target Pages
  	/download/*.html
  
  Site URL: http://pirkar.ashikunep.org/
  File name: /download/css/style.css
  Author: Garyu @ CGFM LLC.  
*/

/*#mainContents h1{ display:none;}*/

div.section { padding:20px 0 20px 0;}

#subContents dl dd ul li.li_last a {
	border-bottom:none;
}

table {
	border:1px solid #999;
	border-top:2px solid #666; 
}
	table th,
	table td{
		padding:3px;
		border-bottom:1px solid #999;
	}
	table th{
		background-color:#eee;
		font-weight:bold;
		text-align:center;
		border-right:1px solid #999;
	}
	table td{
		border-right:1px dotted #999;
	}
	
table.textCenter td{
	text-align:center;
}
