@charset "utf-8";

/* ========================================================
	contents css => 下層ページ用css
======================================================== */


/* パンくず
============================================================================================================ */
p#topicPath {
	padding: 12px 8px 0;
	font-size: 92%;
	color: #a0a0a0;
}
p#topicPath a {
	color: #a0a0a0;
}
p#topicPath a:link, p#topicPath a:visited {
	text-decoration: none;
}
p#topicPath a:hover, p#topicPath a:active {
	text-decoration: underline;
}

/* ページタイトル
============================================================================================================ */
#contentsContainer h2 {
	padding-bottom: 16px;
	background: url(../images/page_title_bg.gif) no-repeat bottom;
}



/* パンフレット請求
============================================================================================================ */
#footLink {
	width: 710px;
	margin-top: 30px;
	padding-top: 30px;
	background: url(../images/contents_foot_shadow.gif) no-repeat top;
	font-size: 109%;
}
#footLink dl {
	width: 278px;
	margin: 0 auto;
}
#footLink dt {
	padding: 0 3px 3px;
	color: #ffa200;
	font-weight: bold;
}
#footLink dd {
	padding: 11px 0;
	background: url(../images/pamphlet_bg.gif) no-repeat;
	text-align: center;
	font-weight: bold;
}
#footLink dd a {
	color: #535353;
}


/* このコースを体験してみよう！
============================================================================================================ */
#footLink #courseNavi {
	width: 556px;
	margin-bottom: 20px;
}
#footLink #courseNavi dt {
	color: #4f90e0;
}
#footLink #courseNavi dd {
	padding: 8px 0;
	background: url(../images/campus_navi_bg.gif) no-repeat;
	font-weight: normal;
}
#footLink #courseNavi dd ul {
	padding-left: 8px;
	zoom: 1;
}
#footLink #courseNavi dd ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#footLink #courseNavi dd li {
	float: left;
	width: 132px;
	margin-right: 3px;
	padding: 4px 0;
	background: url(../images/campus_navi_btn_bg.gif) no-repeat;
	text-align: center;
	font-size: 84%;
}

/* nextNavi
============================================================================================================ */
#nextNavi {
	width: 710px;
	margin-top: 20px;
	text-align: right;
}


