@charset "utf-8";

p,ul,li,dl,dt,dd,img {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.seminar_visual {
	margin-top: 20px;
}
ul, li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
}
.seminar_table {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



dl.seminar_detail dd.coach {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.seminar_detail dt {
	font-weight: bold;
	color: #006699;
	margin-bottom: 8px;
}
dl.seminar_detail dt span.pickup {
	color: #990066;
}

table.solution th, td {
	margin: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}
table.solution {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
table.solution th {
	background-color: #eeeeee;
	text-align: left;
	font-weight: normal;
}
h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
ul#sem_nav {
	width: 710px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

ul#sem_nav li {
	background-image: url(../img/arrow_down02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	width: 7em;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
p {
	margin-top: 10px;
}
span.solution {
	font-weight: normal;
	color: #993366;
}

