@charset "UTF-8";

/*
=====================================
=
=	インデックス - MTテンプレート
=
=	(c)seraku.co.jp
=
=	作成日：2007/10/11
=
=====================================
*/

.section h3 {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #7f7f7f;
	color: #cc8200;
	font-size: 110%;
}

.section table {
	margin: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
}

	.section table th, .section table td {
		padding: 5px 10px;
	}
	
	.section table thead th {
		padding: 10px 10px 10px 23px;
		width: 69%;
		height: auto;
		background: #f5f7c8 url(../img/ico_gt_blockw.gif) no-repeat left center;
		text-align: left;
	}
	
	.section table img {
		margin: 0 5px 0 0;
		display: inline;
	}
	
	.number {
		width: 75%;
		height: auto;
		background: #f1f1f1;
	}
	
	.date {
		width: 25%;
		height: auto;
		background: #f1f1f1;
	}
	
	.detale {
		line-height: 1.4;
	}
