/*************************************************
	2010.02.18	セミナー詳細
*************************************************/

	.article h2,
	.article h3 {
		clear: none;
	}



/*************************************************/
/* 講義のバランス・講義イメージ */

.lectImg {
	float: right;
	width: 150px;
	padding: 0 0 0 12px;
	background: #FFFFFC;
}

	dl.graph,
	dl.lectImgList {
		clear: both;
		width: 140px;
		margin: 0 auto;
		padding: 0;
		border: solid 1px #C0C6C9;
		background: #FFFFFC;
	}
	.graph dt,
	.lectImgList dt{
		margin: 0;
		padding: 4px 0;
		border-bottom: solid 1px #C0C6C9;
		background: #E0EFE9 none;
		text-align: center;
		font-size: 86.7%;
	}
		.graph dd,
		.lectImgList dd {
			margin: 0;
			padding: 5px;
			text-align: center;
			font-size: 92.3%;
		}




/*************************************************/
/* 各コースのアイコン表示 */

	.article h2{
		height: 24px;
		padding: 0.1em 0 0.1em 30px;
		background: 2px 0 no-repeat;
	}
		.article h2.training{
			background-image: url( "/statistics/seminar/2010/image/icon-training.gif" );
		}
		.article h2.special{
			clear: both;
			background-image: url( "/statistics/seminar/2010/image/icon-special.gif" );
		}
		.article h2.methodMaster{
			background-image: url( "/statistics/seminar/2010/image/icon-methodmaster.gif" );
		}
		.article h2.skillup{
			background-image: url( "/statistics/seminar/2010/image/icon-skillup.gif" );
		}


/*************************************************/
/* 受講料 */
table.tuition th {
	width: 25%;
	text-align: center;
}






