/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://kumadai-seikei.com/mt/mt-static/themes/base-weblog.css);
@import url(http://kumadai-seikei.com/mt/mt-static/themes/deep_blue/deep_blue.css);
/* end StyleCatcher imports */

/*--------------------------------------
	Table Module		
---------------------------------------*/

table {
	background-color: #dddddd;
	margin: 0.5em 0;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #8D928D;
	border-collapse:collapse;
}

caption {
	display: none;
}

td,th {
	color: #333333;
	padding : 0.2em 0.5em;
	border-width:0 1px 1px 0;
	border-style: solid;
	border-color: #8D928D;
}

th {
	font-weight: normal;
	color: #444444;
	background-color: #F0F0F0;
}

td {
	color: #444444;
	background-color: white;
}