/*------------------------------
	トピックス
------------------------------*/
/*日付*/
.topics_date {
	color: #555;
	font-size: 10px;
}

/*------------------------------
	教育システムの特徴
------------------------------*/
/*左グレー縦棒*/
.system-catch {
	background-color : #ccc;
	width: 5px;
}
/*関連リンク*/
.system-item{
	background-color : #fff;
	text-align: right;
	padding-bottom: 5px;
}
/*見出し下破線*/
.system-line{
	background-image : url(system_line.gif);
	height: 1px;
}
/*見出し下破線*/
.system-right {
	background-image : url(system_right.gif);
	width: 2px;
}
/*コース開設枠*/
.system-left {
	background-image : url(system_left.gif);
	width: 2px;
}
.system-bottom-l{
	background-image : url(system_bottom-long.gif);
	width: 557px;
	height: 2px;
}
.system-bottom-s{
	background-image : url(system_bottom-short.gif);
	width: 274px;
	height: 2px;
}