@charset "utf-8";
/* ----------------------------------------------------------------------

		top page 

---------------------------------------------------------------------- */

#topBanner {
	width: 374px;
	height: 526px;
}

#topLecture, #topPickup {
	width: 374px;
	margin-bottom: 6px;
}
#topLecture h3 {
	width: 222px;
	height: 38px;
}

/*
#lecSearch {
	width: 222px;
	height: 222px;
	background-image: url(../resources/bg_toplecture.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
*/

#lecSearch ul {
	list-style: disc;
	padding: 12px 6px 6px 24px;
	clear: both;
}
#topNews {
	clear: both;
}
#lecSearch, #topNewsL, #topNewsR {
	width: 374px;
	background-image: url(../resources/bg_topnews.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.newsList {
	width: 350px;
	min-height: 47px;
	padding: 12px 12px 0px;
	background-image: url(../resources/bg_topnews-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#topNews .newsList p {
	margin-bottom: 0.75em;
}
#topNews .newsList ul {
	list-style: none;
	font-size: 93%;
}
#topNews .newsList ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #CCC;
} #topNews .newsList ul li:last-child {
	border-bottom: none;
}
span.newsDate {
	font-size: 77%;
	color: #999;
}
ul.newsList {
	list-style: none;
	padding-left: 0;
}
ul.newsList li {
	padding: 5px 0;
	border-bottom: 1px dotted #CCC;
}
ul.newsList li:last-child {
	border-bottom: none;
}
ul.newsList li a {
	display: block;
	padding: 0;
	margin: 0;
}

ul.newsList li span.newsDate {
	font-size: 77%;
	line-height: 1;
	padding: 0;
	margin: 0;
}

#lecSearch ul ul li {
	list-style: none;
	float: left;
}

#lecSearch .newsList {
	height: 210px;
}

/* ----------------------------------------------------------------------
	おすすめ講座 トップ - fade
---------------------------------------------------------------------- */

#topPickup {
	height: 260px;
	background-image: url(../resources/pickup/bg_top_pickup.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
#topPickup #ps-top {
	position: absolute;
	top: 32px;
	left: 3px;
} #topPickup #ps-top a {
	border: 1px solid #CCC;
	display: block;
	width: 176px;
	height: 220px;
	float: left;
	margin: 0 3px;
} #topPickup #ps-top a:hover {
	border: 1px solid #F00;
}
#topPickup .jshowoff-slidelinks {
	display: block;
	position: absolute;
	top: 14px;
	right: 4px;
}
#topPickup .jshowoff-slidelinks a {
	display: block;
	width: 13px;
	height: 13px;
	float: left;
	background-image: url(../resources/pickup/btn_slide-off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin-right: 2px;
} #topPickup .jshowoff-slidelinks a.jshowoff-active  {
	background-image: url(../resources/pickup/btn_slide-on.png);
}


