/* BSフジ　PubページMT用　CSS Document */

/* 		初期設定		
-----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

body,td,th {
	color: #000;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 150%;
	letter-spacing: 0.1em;
}

table,tr,td,hr,iframe,textarea {
	border: 0;
}

ul,li {
	list-style: none;
}

a, img {
	border: 0;
	border-style: none;
	outline: none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active { 
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


/* 		全体構造		
-----------------------------------------------------*/

div#container {
	width: 100%;
	background-color: #ffe5d4;
	background-image: url(../img/pub/bg_container.gif);
	background-repeat: repeat-x;
	text-align: left;
}

div#containerInner {
	width: 955px;
	margin: 0 auto;
	padding: 0 20px 100px 25px;
	background: #ffe5d4 url(../img/pub/bg_containerinner.gif) no-repeat top center;
	clear: both;
}

div#header {
	height: 100px;
	width: 100%;
	min-width: 1000px;
	text-align: center;
	background: url(../img/common/headerBase.jpg) center bottom no-repeat;
	margin: 0 auto;
	clear: both;
}

div#leftArea {
	display: inherit;/* ltr win ie6 */
	float: left;
	width: 740px;
}

div#rightArea {
	float: right;
	width: 172px;
	margin-top: 18px;
	padding-left: 14px;
	padding-right: 14px;
}

div#footer {
	width: 100%;
	background: #ff6699 url(../img/common/footer.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

div#footerInner {
	margin: 0 auto;
	width: 1000px;
}

/*	Sticky Footer	*/

html,body,div#container,div#containerInner {
	height: 100%;
}

body > div#container {
	height: auto;
	min-height: 100%;
}

div#container > div#containerInner {
	height: auto;
	min-height: 100%;
}

div#footer {
	position: relative;
	clear:both;
	height: 100px;
	margin-top:-100px;
}

/*		leftArea内 設定	
-----------------------------------------------------*/

/*	Pubページタイトル	*/
div#leftArea h2 {
	height: 30px;
	background: #ff7f7f url(../img/pub/bg_h2_pub.gif) no-repeat;
	margin: 15px 0px;
	text-indent: -9999px;
}

/*	メイン写真、サムネイルエリア	*/
div#leftArea .imgArea {
	float: left;
	width: 310px;
}

/*	メイン写真	*/
div#leftArea .imgArea .imgMain {
	width: 280px;
	height: 280px;
	padding: 9px;
	margin-bottom: 8px;
	border: 1px solid #cecece;
	background-color: #FFF;
	text-align: center;
}

div#leftArea .imgArea .imgMain .imgM {
	display: table-cell;
	width: 280px!important;
	width: auto;
	height: 280px!important;
	height: auto;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

div#leftArea .imgArea .imgMain img {
	max-width: 280px;
	max-height: 280px;
	line-height: 0;
}

div#leftArea .imgArea .imgMain img.rszMain {
	visibility: hidden;
	width: 84px;
	height: 84px;
}

/*	サムネイル枠	*/
div#leftArea .imgArea .thumbArea {
	/*margin-top: 8px;*/
	margin-bottom: 15px;
}

/*	サムネイル	*/
div#leftArea .imgArea .thumbArea .imgThumb {
	float: left;
	width: 84px;
	height: 84px;
	padding: 2px;
	margin-right: 15px;
	border: 1px solid #cecece;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

div#leftArea .imgArea .thumbArea .imgThumb p {
	display: table-cell;
	/*float: left;*/
	width: 84px;
	height: 84px;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	line-height: 0;
}

div#leftArea .imgArea .thumbArea .imgThumb img {
	max-width: 84px;
	max-height: 84px;
	line-height: 0;
}

div#leftArea .imgArea .thumbArea .imgThumb img.rszThumb {
	visibility: hidden;
	width: 84px;
	height: 84px;
}

/*	ジャンル、番組タイトル、フリーエリア	*/
div#leftArea .mainInfo {
	float: right;
	width: 425px;
	margin-bottom: 15px;
}

/*	アイコンエリア	*/
div#leftArea .mainInfo .icon {
	clear: left;
}

/*	ジャンル名	*/
div#leftArea .mainInfo .icon .genre {
	float: left;
	min-width: 3em;
	border: 2px solid #ff7e28;
	padding: 1px 10px;
	margin-right: 15px;
	font-size: 13px;
	text-align: center;
	clear: both;
}

/*	字幕、二ヶ国語イメージ設定	*/
div#leftArea .mainInfo .iconImg {
	padding-right: 5px;
}

/*	番組タイトル	*/
div#leftArea .mainInfo .title {
	margin: 15px 0 10px;
	clear: left;
	color: #ff7e28;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

div#leftArea .mainInfo .subtitle {
	margin: 0 0 15px;
	color: #ff7e28;
	font-size: 17px;
	font-weight: bold;
	/*letter-spacing: -0.01em;*/
}

/*	フリーエリアその1	*/
div#leftArea .mainInfo .free {
	margin-bottom: 15px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/*	項目タイトル	*/
div#leftArea h3 {
	margin-bottom: 10px;
}

/*	みどころ用エリア	*/
div#leftArea div.midokoro {
        height: 218px;
        /height: 212px;
        overflow: auto;
		word-wrap: normal;
}

div#leftArea div.midokoro div.midokoroIn {
	height: 100%;
	margin: 0 5px;
/*
	text-indent: 1em;
*/
	overflow: auto;
}

/*	項目内容テキストエリア	*/
div#leftArea div.txt {
	margin: 0 5px 15px;
/*
	text-indent: 1em;
*/
}

/*div#leftArea div.txt p {
	text-indent: 1em;
}*/

div#leftArea div.txt2 {
	margin: 0 5px 15px;
}

/*	クレジットテキストエリア	*/
div#leftArea div.credit {
	margin: 0 0 8px;
	/*_margin: 5px 0;*/
	text-align: center;
	float: left;
}

div#leftArea div.credit form {
	width: 300px;
}

textarea {
	border: none;
	font-size: 11px;
	width: 300px;
	/*height: 2.5em;*/
	text-align: left;
	line-height: 1.3;
	_line-height: 1.2;
	overflow: auto;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


div#leftArea div.oaDate {
	margin-bottom: 10px;
}

/*	キャスト	*/
div#leftArea .cast {
	float: left;
	width: 360px;
	margin: 0 18px 15px 0;
}

/*	スタッフ	*/
div#leftArea .staff {
	float: left;
	width: 360px;
	margin-bottom: 15px;
}

/*	フリーエリアその2（お知らせ等）	*/
div#leftArea .free2 {
	margin-bottom: 15px;
}

div#leftArea .free2 {
	letter-spacing: 0;
}



/*	区切りライン	*/
hr {
	clear: both;
	border-top: 2px solid #cecece;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*	マーク説明用マージン	*/
img.mgM {
	margin-bottom: 10px;
	line-height: 0;
}


/*	マージン設定	*/
.mgR0 {
	margin-right: 0!important;
}

.mgT0 {
	margin-top: 0!important;
}

.mgT15 {
	margin-top: 15px;
}

/*		rightArea内 設定	
-----------------------------------------------------*/

div#rightArea .fsizeArea {
	margin-bottom: 15px;
}

div#rightArea .fsizeArea img {
	display: block;
	float: left;
}

div#rightArea .fsizeArea img.fsizeTitle {
	margin-top: 2px;
	margin-right: 6px;
}

div#rightArea .fsizeArea img.mgR3 {
	margin-right: 3px;
}

div#rightArea iframe {
	width: 170px;
	height: 380px;

/*
	border: 1px solid #FFFFFF;
*/

	overflow: hidden;
	margin-bottom: 15px;
}


/*		clearfix
-----------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*	Hides from IE-mac \*/
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*	End hide from IE-mac	*/
