@charset "utf-8";


/* --------コンテンツエリア-------- */

#top #contentsArea {
	width: 800px;
	padding-left: 14px;
	padding-top: 15px;
	padding-right: 14px;
}

#top #contentsArea p {
	line-height: 1.4;
}

/* --------フラッシュと最新情報エリア-------- */

#featureArea {
	height: 256px;
	width: 798px;
}

#featureArea .movieArea {
	height: 256px;
	width: 546px;
	float: left;
}

#featureArea .rankingArea {
	height: 256px;
	width: 237px;
	float: right;
}

/* --------サムネイルエリア-------- */

#top #categoryArea {
	width: 798px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* -------デザインビューの崩れがないので、これでクリア-------- */
#top #categoryArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#mainArea .nextprevious {
	zoom: 1;
}

#top #categoryArea h2,
#top #newsArea h2,
#top #programArea h2 {
	margin-bottom: 10px;

}

#top #categoryArea li {
	list-style: none;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px 0px 0px 0px;
	width: 259px;
	display: block;
}

/* --------横幅の微調整-------- */
#top #categoryArea .adjast {
	width: 258px;
}

#top #categoryArea li img {
	display: block;
}

/* --------サムネイルの右端用-------- */
#top #categoryArea .padNone {
	padding-right: 0px!important;
	width: 259px!important;
	margin: 0;
}

/* --------サムネイルなし部分用-------- */
#top #categoryArea .contentsNone {
	background: #F4F4F4;
	height: 88px;
}

#top #categoryArea p {
	border-right: solid #DBDBDB 1px;
	border-bottom: solid #DBDBDB 1px;
	border-left: solid #DBDBDB 1px;
	background: #FFFFFF;
	height: 76px;
}

#categoryArea span {
	background: #FFFFFF;
	width: 156px;
	display: block;
	font-size: 85%;
	float: left;
	margin-top: 8px;
}

#top #categoryArea .thumbnail {
	float: left;
	margin: 8px 8px 8px 8px;
	_margin: 8px 8px 8px 4px;
}

/* --------ニュースエリア-------- */

#top #newsArea {
	float: left;
	width: 392px;
	line-height: 1.4;
}

#top #newsArea li {
	border-bottom: solid #B3C9D6 1px;
	width: 392px;
	padding-left: 3px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	list-style: none;
}

#top #newsArea span {
	color: #104579;
	font-size: 85%;
}

/* --------番組エリア-------- */

#top #programArea {
	float: right;
	width: 392px;

}

#top #programArea ul {
	overflow: auto;
}

#top #programArea li {
	padding-right: 10px;
	padding-bottom: 20px;
	list-style: none;
	float: left;
}

/* --------ツールエリア-------- */

#top #toolArea {
	margin-top: 30px;
	height: 40px;
}

#top #toolArea li {
	float: left;
	font-size: 84%;
	list-style: none;
	padding-right: 8px;
}

#top #toolArea .txt {
	width: 540px;
	line-height: 1.4;
}

/* --------コーポレイトバナーエリア-------- */


#top #cBannerArea {
	background: url(/img/top/cBannerAreaBg.gif) no-repeat top left;
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 20px;
	height: 38px;
}

#top #cBannerArea li {
	float: left;
	list-style: none;
	padding-right: 3px;
}

#top #cBannerArea li img {
	display: block;
}





