@charset "utf-8";



#track_record {
	width: 727px;
}


/* 年度のリンク */
#track_record ul.year {
	margin: 20px 0;
}
#track_record ul.year li {
	background-color: #EDEDED;
	display: block;
	font-size: 12px;
	background-image: url(../track_record/btn_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
}

#track_record ul.year li a {
	background-color: #EDEDED;
	display:block;
	font-size: 12px;
	width: 200px;
	padding: 5px;
	color: #666;
	margin-right: 10px;
	float: left;
	text-align:center;
}

#track_record ul.year li a:hover {
	background-color: #999;
	display:block;
	color: #fff;
}

/* 講演内容の下線 */
#track_record .common_tbl th,
#track_record .common_tbl td {
	border-bottom: 1px solid #333333;
	padding: 16px 0;
}


/* セミナーサブタイトル */
.sub_seminar {
	margin-left: 1em;
}




/*　※か☆付きテキスト　*/
#track_record .nega_m p {
	margin-left: 1.2em;
	text-indent: -1.2em;
	margin-bottom: 0;
}

#track_record .nega_m li {
	margin-left: 1.2em;
	text-indent: -1em;
	margin-bottom: 1.5em;
}
