﻿@charset "UTF-8";


/* layout  ------------------------------*/
body {
	position: relative;
	font-family:"Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",Helvetica, Arial, sans-serif;
	background: #FFF;
	line-height:100%;
	font-size:100%;
}

.container {
	color: #333333;
	width:978px;
	padding-bottom: 10px;
	background: url(/category/info/images/body_bg.gif) left top repeat-y;
	border-top:2px solid #666666;
}


img{
	border:0;
}

.clear{
	clear:both;
}

/* link  ------------------------------*/
a{
	overflow:hidden;
}

a:link{
	color:#336699;
	text-decoration:underline;
}
a:visited{
	color:#336699;
	text-decoration:underline;
}
a:active{
	color:#0099ff;
	text-decoration:underline;
}
a:hover{
	color:#0099ff;
	text-decoration:none;
}

/* font size  ------------------------------*/
#pankuzu{
	font-size:11px;
}

#menuBlock{
	font-size:12px;
}

/* layout  ------------------------------*/
#size{
	float:right;
	width:95px;
}

#pankuzu{
	float:left;
	line-height:120%!important;
}

/* 左右分割レイアウト */
#menuBlock{
	float:left;
	width:200px;
	text-align:left;
}

#mainBlock{
	float:right;
	width:740px;
	padding:18px 18px 0 0;
	text-align:left;
}

	* html #mainBlock{
		width:740px;
	}

/* 分割なしレイアウト */
.column1Block {
	background:none;
}

.column1Block #mainBlock{
	width:942px;
	padding:18px 18px 0 18px;
	text-align:left;
}


/* mainBlock  ------------------------------*/

h2{
	clear:both;
	font-size:1.6em!important;
	font-weight:bold!important;
	line-height:140%!important;
	padding:15px 0 10px 0!important;
}

.contentsBlock h3{
	clear:both;
	font-size:1.1em;
	font-weight:bold;
	line-height:120%;
	padding:9px 6px 3px 6px;
	background:url(/category/info/images/h3_bg.gif) 0 0 repeat-x #DDDDDD;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #DDDDDD;
	margin-bottom:10px;
}

.contentsBlock h4{
	clear:both;
	font-size:1em;
	font-weight:bold;
	line-height:120%;
	border-bottom:1px solid #333333;
	padding:2px 0;

}

.contentsBlock h5{
	clear:both;
	color:#009900;
	font-size:1em;
	font-weight:bold;
	line-height:120%;
	margin:12px 0 10px 0;
}

.contentsBlock p{
	line-height:180%;
	margin-bottom:12px;
}

.contentsBlock table{
	border-collapse:collapse;
}

	.contentsBlock tr{
		vertical-align:top;
	}

/* タブ切り替え */
#tabIndex{
	width:740px;
	height:26px;
	background:url(/category/info/images/navi_bg.jpg) no-repeat 0 0;
	display:block;
	margin-bottom:15px;
}

#tabIndex li{
	float:left;
	font-size:10px;
	line-height:100%;
	display:block;
	height:26px;
}

#tabIndex li a,
#tabIndex li span{
	font-size:10px;
	display:block;
	height:26px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

	#tabIndex li a:link,
	#tabIndex li a:visited{
		background-position:0 0;
	}

	#tabIndex li,
	#tabIndex li a:hover{
		background-position:0 -40px!important;
	}


/* ページトップへ */
#mainBlock #pageTop{
	clear:both;
	text-align:right;
	font-size:10px;
	padding-top:20px;
}

	#mainBlock #pageTop a{
		text-align:right;
		font-size:10px;
	}

/* プラグインの入手 */
#pluginInfo{
	padding:12px 12px 0 12px;
	background-color:#EFEFEF;
	margin:10px 30px;
	font-size:0.9em;
}

	#pluginInfo div#attentionArea{
		float:left;
		width:440px;
	}

	#pluginInfo div#attentionArea p{
		line-height:180%;
	}

	#pluginInfo div#attentionArea p img{
		float:left;
		margin-right:4px;
	}

	#pluginInfo div#dlArea{
		float:right;
		width:180px;
		text-align:center;
		font-size:90%;
		line-height:120%;
	}

	#pluginInfo div#dlArea img{
		display:block;
		margin:0 auto 3px auto;
	}

	/* リンク集などに使用 */
	ul.linkList{
	}

		ul.linkList li{
			background:url(/category/info/images/arrow_s_green.gif) no-repeat 0 5px;
			line-height:130%;
			padding:0 0 7px 10px;
		}

		a.outSite{
			background:url(/category/info/images/icon_blank.gif) no-repeat 100% 3px;
			padding:0 17px 0 0;
		}

	/* お問い合わせ先 */
	#contactBlock{
		padding:10px 0;
	}

	#contactBlock ul{
		list-style-type:none!important;
		padding:8px 0!important;
	}

	#contactBlock li{
		line-height:150%!important;
		padding-bottom:4px!important;
	}

/* インデックスページ */
.catIndex{
	margin-right:-15px;
}

	.catIndex dl{
		float:left;
		width:360px;
		margin-right:15px;
	}

	* html .catIndex dl{
		margin-right:10px;
	}

	.catIndex dt{
		font-size:1.1em;
		font-weight:bold;
		line-height:120%;
		padding:9px 6px 2px 8px;
		background:url(/category/info/images/h3_bg.gif) 0 0 repeat-x #DDDDDD;
		border-bottom:1px solid #CCCCCC;
		border-right:1px solid #DDDDDD;
	}

	.catIndex dt a{
		padding-left:10px;
		background:url(/category/info/images/arrow_s_green.gif) 0 40% no-repeat;
	}

	.catIndex dt a:link,
	.catIndex dt a:visited{
		text-decoration:none;
	}

	.catIndex dt a:hover{
		text-decoration:underline;
	}

	.catIndex dd{
		line-height:180%;
		padding:8px 6px 15px 6px;
	}

/* menuBlock  ------------------------------*/

#menuBlock dl{
	padding:20px;
	line-height:100%;
}

#menuBlock dt{
	width:160px;
	height:30px;
	background:url(/category/info/images/menu_dot.gif) left bottom repeat-x;
}

#menuBlock dt a{
	width:160px;
	height:29px;
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin-bottom:1px;
}

	/* プレスリリース */
	#menuBlock dt#releaseMenu a{
		background-image:url(/category/info/images/menu_release.gif);
	}
	#menuBlock dt#releaseMenu a:link,
	#menuBlock dt#releaseMenu a:visited{
		background-position:0 10px;
	}
	#menuBlock dt#releaseMenu a:hover{
		background-position:0 -20px;
	}

	/* ライブラリー */
	#menuBlock dt#libraryMenu a{
		background-image:url(/category/info/images/menu_library.gif);
	}
	#menuBlock dt#libraryMenu a:link,
	#menuBlock dt#libraryMenu a:visited{
		background-position:0 7px;
	}
	#menuBlock dt#libraryMenu a:hover{
		background-position:0 -23px;
	}

	/* 会社情報 */
	#menuBlock dt#profileMenu a{
		background-image:url(/category/info/images/menu_profile.gif);
	}
	#menuBlock dt#profileMenu a:link,
	#menuBlock dt#profileMenu a:visited{
		background-position:0 7px;
	}
	#menuBlock dt#profileMenu a:hover{
		background-position:0 -23px;
	}

	/* 採用情報 */
	#menuBlock dt#recruitMenu a{
		background-image:url(/category/info/images/menu_recruit.gif);
	}
	#menuBlock dt#recruitMenu a:link,
	#menuBlock dt#recruitMenu a:visited{
		background-position:0 7px;
	}
	#menuBlock dt#recruitMenu a:hover{
		background-position:0 -23px;
	}

	/* メ～テレの現場 */
	#menuBlock dt#genbaMenu a{
		background-image:url(/category/info/images/menu_genba.gif);
	}
	#menuBlock dt#genbaMenu a:link,
	#menuBlock dt#genbaMenu a:visited{
		background-position:0 7px;
	}
	#menuBlock dt#genbaMenu a:hover{
		background-position:0 -23px;
	}

	/* 番組向上への取り組み */
	#menuBlock dt#activeMenu a{
		background-image:url(/category/info/images/menu_activity.gif);
	}
	#menuBlock dt#activeMenu a:link,
	#menuBlock dt#activeMenu a:visited{
		background-position:0 7px;
	}
	#menuBlock dt#activeMenu a:hover{
		background-position:0 -23px;
	}

	/* 文化・社会・環境活動 */
	#menuBlock dt#cultureMenu a{
		background-image:url(/category/info/images/menu_culture.gif);
	}
	#menuBlock dt#cultureMenu a:link,
	#menuBlock dt#cultureMenu a:visited{
		background-position:0 7px;
	}
	#menuBlock dt#cultureMenu a:hover{
		background-position:0 -23px;
	}

	/* サブメニュー */
	#menuBlock dd ul{
		padding:10px 0 10px 12px;
	}

	#menuBlock dd li{
		line-height:120%;
		padding:2px 0;
	}

	#menuBlock dd a{
		padding-left:8px;
		background:url(/category/info/images/menu_arrow.gif) no-repeat 0 5px;
	}

	#menuBlock dd a:link,
	#menuBlock dd a:visited{
		color:#333333;
		text-decoration:none;
	}

	#menuBlock dd a:hover{
		color:#336633;
		text-decoration:underline;
	}
