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

	.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" );
		}



/*************************************************/
/* 申込ボタン・特典ボタン */

.article td.button {
	width: 112px;
	padding-left: 10px;
	background: none;
}

	.lectImg div.entrybtSeminar {
		margin: 3px 0 6px 20px;
	}

.article div.entrybtSeminar,
.article div.btDiscount {
	position: relative;
	width: 112px;
	height: 28px;
	overflow: hidden;
	float: left;
}
	.article .entrybtSeminar a span,
	.article .btDiscount a span {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url("/statistics/seminar/image/bt-entry.png") 0 0 no-repeat;
	}
	
		.article .btDiscount a span {
			background-image: url("/statistics/seminar/image/bt-discount.png");
		}
		.article .entrybtSeminar a:hover span,
		.article .btDiscount a:hover span {
			background-position: 0 -29px;
		}
		
.artilce .article .supplementThum div.entrybtSeminar, 
.artilce .article .supplementThum div.btDiscount {
	margin: 4px 0 0 0;
}



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






