@charset "Shift_JIS";

/* ========================================

	対象ファイル：publicity_teaching.html
	対象箇所　　：コンテンツ枠内

======================================== */

#main {
	background: url(../img/publicity_teaching/main.png) no-repeat;
}


/* ---------- program ---------- */

#program {
	margin-top: 10px;
}

#program thead th,
#program thead td {
	padding: 5px;
	background: #4B4B4B;
	text-align: center;
	color: #FFF;
	font-weight: normal;
}

#program tr.gray {
	background: #F0F0F0;
}

#program th {
	width: 200px;
	padding: 15px;
	font-weight: bold;
}

#program td {
	width: 449px;
	border-left: 1px solid #DCDCDC;
	padding: 15px;
}

#program img {
	display: block;
	margin-top: 15px;
}


/* ---------- impression ---------- */

#impression img {
	padding-bottom: 10px;
}