@charset "utf-8";
@import url(../common/default.css);
@import url(../common/layout.css);
@import url(../header/header.css);
@import url(../common/course.css);
@import url(../footer/footer.css);

/* h4要素の背景アンダーライン */
#course_info h4{
	margin:15px 20px 0 0 ;
	padding:10px 0 7px 15px ;
	background:#fff url(../programing/img/chapter_bg.gif) no-repeat right bottom;
	color:#508;
	}
/* 関連コース一覧 */
h4#course_relate{
	background:#fff url(img/programing_to_course_bg.gif) no-repeat left bottom;
	padding:5px 0 20px 50px ;
	color:#508;
	}

/* 丸い緑の約物つきリスト */
.dtp_ding{
	margin:0 0 10px 46px;
	padding:0;
	}
.dtp_ding li{
	margin:0 0 5px 0;
	padding:0 0 0 18px;
	list-style:none;
	background:#fff url(img/programing_circle_ding.gif) no-repeat left center;
	color:#333;
	}

/* moreとslimのタイトル */
#more_slim_title{
	margin:0;
	padding:90px 0 0 0;
	background:#fff url(../programing/img/plus_minus_bg.jpg) no-repeat;
	color:#306;
	}

/* 資格試験情報テーブルのボーダーカラー */	
.exam_table th{
	border-left:7px solid #a69;
	}
#course_info h5{
	padding:20px 0 0 15px;
	margin:0;
	color:#996600;
}