@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: url(img/chapter_bg.gif) no-repeat right bottom;
	}
/* 関連コース一覧 */
h4#course_relate{
	background: #FFFFFF url(img/web_to_course_bg.gif) no-repeat left bottom;
	padding:5px 0 20px 50px ;
	}
	
/* 丸い緑の約物つきリスト */
.web_ding{
	margin:0 0 10px 46px;
	padding:0;
	}
.web_ding li{
	margin:0 0 5px 0;
	padding:0 0 0 18px;
	list-style:none;
	background: url(img/web_circle_ding.gif) no-repeat left center;
	}

/* moreとslimのタイトル */
#more_slim_title{
	margin:0;
	padding:90px 0 0 0;
	background:  url("img/plus_minus_bg.jpg") no-repeat;
	}
	
/* Web解析専用のスタイル */	
.webkai_komi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #559933;
	text-decoration: none;
	padding-bottom: 10px;
}
.webkai_table table {
	border-collapse:collapse;
	border-color:#559933;
}
.webkai_table table tr th {
	text-align: center;
}
.webkai_table {
	margin-top: 15px;
	margin-bottom: 15px;
}
.webkai_table table caption {
	font-size: 16px;
	color: #090;
}

.course_term_kaiseki {
	background-color: #99FF99;
	width: 388px;
	background-image: url(img/webkai_ryoukin_bg.gif);
	height: 33px;
	font-size: 16px;
	line-height: 33px;
	font-weight: bold;
	text-indent: 2em;
	color: #009900;
}
.nedanutiwake {
	font-size: 10px;
	font-weight: normal;
}
.red {
	color: #FF0000;
}
/*入学金額をテキストで入れる場合のｓspanスタイル*/
.enrollmentfee{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.2em;
	font-weight: bold;
}
