@charset "utf-8";

h2 {
	height: 100px;
	background-image: url(../img/seminar_02h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h3 {
	font-size: 18px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.wrapper #basic02_container .container_middle .comment01 .span01 {
	padding-left: 3em;
}
.wrapper #basic02_container .container_middle .comment01 .answer span {
	color: #999999;
}

.wrapper #basic02_container .container_middle .comment01 a {
	text-decoration: underline;
	color: #0000FF;
}
dt	{
	border: 1px solid #999999;
	background-color: #F2F2F2;
	margin-left: 2.8em;
	font-size: 12px;
	padding: 0px 5px;
	margin-top: 2px;
	display: block;
	width: 60px;
	text-align: center;
}
dd	{
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 0px 2em;
}

