@charset "utf-8";
/* CSS Document */


h1 {
	background:url(/seminar/images/h1.gif) no-repeat;
}

h2 {
	width:632px;
	height:58px;
	line-height:1;
	padding:0;
	background:url(/seminar/images/h2.gif) no-repeat;
	text-indent:-9997px;
}

.seminarTbl {
	border-collapse:collapse;
}

.seminarTbl td,
.seminarTbl th {
	padding:.6em;
	border:1px dotted #999;
	line-height:1.4;
}

.seminarTbl th {
	text-align:left;
	font-weight:bold;
	background-color:#F3F8D1;
}

.seminarTbl a {
	line-height:1.4;
}

@media print {

h1 {
	background:none;
	text-indent:0;
	font-size:100%;
	margin-bottom:2em;
}

h2 {
	width:auto;
	height:auto;
	font-size:90%;
	line-height:1;
	background:none;
	text-indent:0;
	margin-bottom:2em;
	padding:0;
}

#leftArea {
	width:100%;
}

#header, #glNavi, #applyBtn, #rightArea, #toTop, #footer {
	display:none;
}

}