/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://mtcontrol.ate-mahoroba.jp/mt-static/themes-base/blog.css);
@import url(http://mtcontrol.ate-mahoroba.jp/mt-static/themes/unity-blue/screen.css);
/* end StyleCatcher imports */


/* 表組み*/
.content table		{ 
		width: 98%;
		margin: 20px auto 20px auto;
		border-collapse: collapse;
		border-width: 0px;
		padding: 10px;
		empty-cells: show;
		}
		
caption		{
		margin: 0px;
		padding: 0px 10px 20px 10px;
		caption-side: top;
		}

			
.content tbody th		{ 
		margin: 0px;
		padding: 1px;
		border-style: solid;
		border-width: 10px;
		border-color: #000000;
		background: #ebffed;
		color: #000000;
		vertical-align: middle;
		text-align: center;
		font-weight: normal;
		}

.content tbody td 		{ 
		margin: 0px;
		padding: 10px;
		border-style: solid;
		border-width: 1px;
		border-color: #000000; 
		background: #ffffce;
		color: #000000;
		vertical-align: middle;
		text-align: center;
		}
