@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(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("img/plus_minus_bg.jpg") no-repeat;
	color:#306;
	}

/* 資格試験情報テーブルのボーダーカラー */	
.exam_table th{
	border-left:7px solid #a69;
	}
	
	
	
/*プログラムコースdefortタイトル*/
#course_info .curriculum_def_title  {
	background-image: url(img/office_moretitle_bg.gif);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-image: url(img/program_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: -28px;
	margin-left: 0;
	padding-left: 15px;
	line-height: 16px;
	height: 55px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	width: 401px;
	padding-top: 32px;
	background-position: left top;
	padding-bottom: 0px;
}

	
	
/*プログラムコースmoreタイトル*/
#course_info .curriculum_title  {
	background-image: url(img/office_moretitle_bg.gif);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-image: url(img/program_moretitle_bg.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: -28px;
	margin-left: 0;
	padding-left: 15px;
	line-height: 16px;
	height: 55px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	width: 401px;
	padding-top: 32px;
	background-position: left top;
	padding-bottom: 0px;
}

/*プログラムコースslimタイトル*/
#course_info .curriculum_slimtitle  {
	background-image: url(img/office_moretitle_bg.gif);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-image: url(img/program_slimtitle_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: -20px;
	margin-left: 0px;
	padding-left: 15px;
	line-height: 16px;
	height: 45px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	width: 401px;
	padding-top: 22px;
	background-position: left top;
	padding-bottom: 0px;
}






/*受講料画像位置合わせ*/
.curriculum_charge p img {
	margin-top: -5px;
}

/*コースの小見出し*/
h4.courseTarget {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
}

/*セレクトコース用表組*/
.Select_table td {
	padding: 3px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66C;
}
