/* CSS Document */

/*設定*/

h2.course {
	background-image:url('../image/course/h2_course.jpg');
}

* html h2.course { margin:8px 0 0 12px; }

h3.course {
	background-image:url('../image/course/h3_course.jpg');
}

h3.programmer {
	background-image:url('../image/course/h3_programmer.jpg');
	height:100px;
}

h3.webdesign {
	background-image:url('../image/course/h3_webdesign.jpg');
	height:100px;
}

h3.system {
	background-image:url('../image/course/h3_system.jpg');
	height:100px;
}

h3.engineer {
	background-image:url('../image/course/h3_engineer.jpg');
	height:100px;
}

h3.syllabus {
	background-image:url('../image/course/h3_syllabus.jpg');
}

table {
	border-collapse:collapse;
	width:100%;
}

th {
	width:50%;
}

th,td {
	padding:3px;
	background-color:transparent;
}

td { background-color:#FFFFCC; }

table.programer { border:1px solid #006600; }
th.programer { background-color:#009900;color:#fff; }
th.programer,td.programer { border-right:1px solid #006600;border-bottom:1px solid #006600;font-size:14px; }

div.shikaku table { border:1px solid #999; }
div.shikaku th { background-color:#f5f5f5;font-size:14px;text-align:center; }
div.shikaku td { background-color:#FFFFCC;font-size:14px; }
div.shikaku th,div.shikaku td {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	width:16%;
}

div.schedule table { border:1px solid #999; }
div.schedule th { background-color:#f5f5f5;font-size:14px; }
div.schedule td { background-color:#FFFFCC;font-size:12px; }
div.schedule th,div.schedule td {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	width:16%;
	text-align:center;
}

div.syllabus table { border:1px solid #999; }
div.syllabus th { background-color:#f5f5f5;font-size:14px; }
div.syllabus td { background-color:#FFFFCC;font-size:12px; }
div.syllabus th,div.syllabus td {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	width:16%;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif;
}

.syllabus_td { background-color:#fff;text-align:left; }






















