/* ---ミニアイコン--- */
span.icon{
	font-size: 10px;
	color:#ffffff;
	background-color: #0066cc;
}

/* ---テーブル--- */
table#detail td.left { 
	border: 1px #969696 solid;
	background-color: #ecefe9;
	text-align: left;
	vertical-align: top;
	width: 100px;
	padding-left: 5px;
}

table#detail td.right { 
	border: 1px #969696 solid;
	text-align: left;
	width: 640px;
	padding-left: 5px;
}

/*---コース案内　コース一覧----*/
table.subject td.title {
	font-weight: bold ;
	color: #3366cc;
	line-height: 110%;
}
table.subject td.text1 {
	line-height: 110%;
}
table.subject td.text2 {
	line-height: 110%;
}

/*---日程確認：背景----*/
table td.back-kakunin {
	background-image: url(../img/classes/mousikomi-waku.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	height: 120px;
	padding: 0px 20px 0px 0px;
}
