/*============================================================
// blog.television.co.jp main css[color:yellow]
//  [基調色：黄]
//==========================================================*/


/*============================================================
// basic elements[基本情報]
//==========================================================*/

html {
    margin: 0;
    padding: 0;
}

body
{
	color: #000000;
	background: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "MS PGothic","ＭＳ Ｐゴシック",sans-serif;
	line-height: 140%;
	min-width: 980px;
}

form { margin: 0; padding: 0; }

a { color: #FF7B00; text-decoration: none; }

a:hover {color: #FF7B00;  text-decoration: underline; }

a img { border:none;}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin: 0;
    padding: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }


/* 外周コンテナ */
#container
{
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: #fff;
}

/* ↓これは不要 */
#container-inner
{
	background: #fff;
}

/* タイトル表示部分 */
#banner
{
	background: url(header.jpg) top left no-repeat;
	border-color: #000;
	border-style: solid;
	border-width: 0;
	height: 210px;
	margin-bottom: 5px;
/*	position: relative;*/
	width: 980px; /* necessary for ie win */
}

/* ↓これは不要 */
#banner-inner
{
	position: static;
}

/* ブログタイトル表示 */
#banner-header
{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
/*	margin: 45px 0px 0px 300px; */
	padding: 38px 0px 0px 490px;
	line-height: 1;
	text-align: left;
/*	text-shadow: #753300 0px 0px 5px;*/
}
#banner-header a,
#banner-header a:hover
{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
/*	text-shadow: #D00 0px 0px 5px;*/
}

/* ブログの説明 */
#banner-description
{
	color: #753300;
/*	margin: 5px 0px 5px 5px; */
	padding: 5px 0px 5px 530px;
        font-size: 12px;
	text-align: left;
	letter-spacing: 0.2em;
}


/* パンくずナビ */
#breadcrumbs
{
	font-color: #990000;
	font-size: 10px;
	padding: 4px;
	text-align: left;
	text-decoration: none;
	margin: 2px auto 7px auto;
	line-height: 120%; 
}

/* コンテンツ部分 */
#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }


/* 3カラム分割 */
#alpha, #beta, #gamma {
    display: inline; /* ie win bugfix */
    position: relative;
    min-height: 1px;
    float: left;
}

/* 右側カラムのみ再設定 */
#gamma { float: right; }


/* カラム内設定 */
#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
    text-align: left;
}

/* modules（共通モジュール） */
.module {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

/* タイトル部分色設定 */
.module-header,
.module-header a,
.module-header a:hover
{
	width: 100%;
	width: auto;
	background: #FDBC12;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 0 2px; 
	text-align: left;
}

/* RSS画像のための設定 */
.module-header img
{
	position: relative;
	background: #FDBC12;
	color: #fff;
	font-size: 12px;
	text-align: right;
	width:33px;
	margin: 0;
	padding: 0 0 0 20px; 
}

/* リスト部分色設定（下地色あり・左カラム） */
.module-content,
.module-calendar {
    background: #ffffcc;
    margin: 0;
    padding: 5px 0px 15px 2px;
}

/* リスト部分色設定（枠あり・右カラム） */
.module-content2,
.module-calendar2 {
    background: #fff;
    position: relative;
    margin: 0 0 7px 0;
    padding: 5px 0px 15px 2px;
    border: 1px solid;
    border-color: #ccc;
}

/* 裏ワザ */
.module-content:after,
.module-calendar:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* .module-content { display: inline-block; }
*.module-calendar { display: inline-block; }
/* no ie mac \*/
* html .module-content { height: 1%; }
* html .module-calendar { height: 1%; }
.module-content,
.module-calendar { display: block; }


/* リスト部分のテキスト（基本設定） */
.module-list,
.archive-list
{
    margin: 0;
    padding: 0;
    list-style: none;
}

/* リスト部分のテキスト（表示設定） */
.module-list-item,
.archive-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FDBC12;
}

/* 左カラムのみリストマーク表示（■） */
.module-list .module-list-item
{
    margin-left: 18px;
    list-style: square;
}

/* グーグルアドセンス表示設定 */
.module-google {
    position: relative;
    margin: 5px 0px 15px 0px;
    padding: 0;
}


/* 検索の一覧見出し */
.search-results-header
{
	text-align:left;
	background: url(search_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #f00000; 
	font-size: 14px;
	margin: 10px 0px 7px 0px;
	padding: 7px 0px 0px 50px;

}

/* 検索の結果（タイトル） */
.search-results-content,
.search-results-content a,
.search-results-content a:hover
{
	text-align:left;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 7px 0px;
}



/* リスト部分の画像の扱い*/
.module-content img{
    position: relative;
    margin: 5px 10px 5px 5px;
    border: 1px solid;
    border-color: #FDBC12;
}


/*============================================================
// layout-three-column "alpha"[左カラム]
//==========================================================*/

/* 左カラムの基本設定 */
.layout-three-column #alpha
	{
	border: 0;
	margin: 0;
	width: 200px;
	background: #fff;
	}

.layout-three-column #alpha-inner
	{
	padding: 0;
	border-width: 0;
	}


/*============================================================
// layout-three-column "beta"[中央カラム]
//==========================================================*/

/* 中央カラムの基本設定 */
.layout-three-column #beta
	{
/*	border-width: 0px 1px 0px 1px; 
	border-style: solid; border-color: #000;   */
	width: 580px;
	background: #fff;
	}

.layout-three-column #beta-inner
	{
	padding: 0;
	border-width: 0;
	}

/* 中央カラムの共通設定 */
/* 月別・日別のタイトル表示設定 */
.date-header
{
	color: #fff;
	background: #FDBC12;
	height: 19px;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;	
	margin: 0px 15px 0px 15px;
	padding: 2px 0 0 2px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}
.date-header a,
.date-header a:hover
{
	color: #fff;
}

/* 隣の月・日・エントリーへ行くリンク部分の表示設定 */
.entheader
{
	color: #fff;
	background: #FDBC12;
        width: 550px;
	margin: 0px 15px 7px 15px;
	font-size: 12px;
}

.entheader-left
{
	color: #fff;
	background: #FDBC12;
        float: left;
        width: 240px;
	margin: 0px;
	padding: 2px 15px 2px 0px;
	text-align: left;
}
.entheader-left a,
.entheader-left a:hover
{
	color: #fff;
}

.entheader-right
{
	color: #fff;
	background: #FDBC12;
	float: right;
        width: 240px;
	margin: 0px;
	padding: 2px 0px 2px 15px;
	text-align: right;
}
.entheader-right a,
.entheader-right a:hover
{
	color: #fff;
}
/* 隣の月・日・エントリーへ行くリンク部分の表示設定ここまで */
/* 中央カラムの共通設定ここまで */


/* ドラマ基本情報 */
/* 放送局名 */
.channel
{
	text-align:left;
	background: url(ch_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #f00000;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	padding: 7px 0px 0px 50px;

}

/* 相関図リンクの設定 */
/*.sokanzu
{
	color: #FF7B00;
	text-decoration: none;
	border: 1px solid;
	border-color: #FF7B00;
	background: #FFFFCC;
	line-height:30px;
	margin:5px 0px 5px 0px;
	padding:5px;
}*/
.sokanzu a
{
	position:static;
	color: #FF7B00;
	text-decoration: none;
	border: 1px solid;
	border-color: #FF7B00;
	background: #FFFFCC;
	line-height:30px;
	margin:5px 0px 5px 0px;
	padding:5px;
}
.sokanzu a:hover
{
	position:static;
	color: #fff;
	text-decoration: none;
	border: 1px solid;
	border-color: #FF7B00;
	background: #FF7B00;
	line-height:30px;
	margin:5px 0px 5px 0px;
	padding:5px;
}

/* ドラマ基本情報ここまで */


/* エントリー */
/* エントリーの基本設定 */
.entry
{
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 7px;
}

/* エントリー・トラックバック・コメントのタイトル表示設定 */
.entry-header,
.archive-header,
.trackbacks-header,
.comments-header
{
	background: #FDBC12;
	font-weight: bold;
	color: #fff; 
	font-size: 14px;
	margin: 0px 15px 1px 15px;
	padding: 4px;
}
.entry-header a,
.entry-header a:hover,
.archive-header a,
.archive-header a:hover
{
	color: #fff; 
}

/* エントリー等の外枠表示設定 */
.entry-content,
.archive-content,
.comments-content
{
	margin: 0px 15px 8px 15px;
	padding: 15px;
	border: 1px solid;
	border-color: #FDBC12; 
}

/* エントリー内部設定 */
.entry-body,
.entry-more-link
{
    clear: both;
}

/* 詳細へのリンクを大きく */
.entry-more-link
{
/*	font-size:14px;
	font-weight:bold;
	line-height:30px;*/
	marin-top:10px;
}

/* エントリー内部の画像の配置 */
.entry-body img,
.entry-more img
{
/*	float:left;
	margin-right:20px;
	margin-bottom:20px;
	text-align:left;*/
}

/* 裏ワザ */
.entry-body:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* .entry-body { display: inline-block; }
/* no ie mac \*/
* html .entry-body { height: 1%; }
.entry-body { display: block; }

/* 裏ワザ2 */
.entry-more:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* .entry-more { display: inline-block; }
/* no ie mac \*/
* html .entry-more { height: 1%; }
.entry-more { display: block; }


/* エントリーのフッター表示設定 */
.entry-footer
{
	margin: 3px 0px 7px 0px;
	border-top: 1px dashed #FDBC12;
	color: #666;
	font-size: 10px;
	padding-top: 3px;
	text-align: right;
	clear:left;
}

/* エントリーのフッター表示設定（投稿者名） */
.contributor
{
	font-size: 12px;
	color: #FDBC12;
	margin-right: 20px;
	text-align:left;
}

/* エントリー内に個別に背景ありのコラムを置きたい場合 */
.shousai
{
/*	border: 1px solid;
	border-color: #FF8A00;*/
	background: #ffffcc;
	margin: 5px 0 5px 0;
	padding: 10px;
}

/* 背景ありコラム内の画像の扱い */
.shousai img
{
	float:left;
	text-align:left;
	margin-right:10px;
	margin-bottom:10px
}

/* 詳細コラム内ページ内リンク */
.shousai li
{
	margin-left: 23px;
	list-style: disc outside;
	color: #FDBC12;
}


/* 記者会見本文基本設定 */
.kaiken
{
/*	position:relative;*/
	margin-top:15px;
}

.kaiken hr
{
	clear:both;
	border-top: 1px dashed #FDBC12;
	border-bottom: 1px dashed #fff;
	margin:10px 50px 10px 50px;
}

/* キャラクター設定 */
.staff-man,
.staff-woman,
.mc,
.actor,
.actress,
.kisha-man,
.kisha-woman
{
	float:left;
	width:50px;
	height:50px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
}

.staff-man
{
	background: url(staff-man.gif) bottom center no-repeat;
	color:#1188FF;
}

.staff-woman
{
	background: url(staff-woman.gif) bottom center no-repeat;
	color:#FF1188;
}

.mc
{
	background: url(mc.gif) bottom center no-repeat;
	color:#A4A4A4;
}

.actor
{
	background: url(actor.gif) bottom center no-repeat;
	color:#1188FF;
}

.actress
{
	background: url(actress.gif) bottom center no-repeat;
	color:#FF1188;
}

.kisha-man
{
	background: url(kisha-man.gif) bottom center no-repeat;
	color:#00bb55;
}

.kisha-woman
{
	background: url(kisha-woman.gif) bottom center no-repeat;
	color:#00bb55;
}

/* 発言本文 */
.staff-man-description,
.staff-woman-description,
.mc-description,
.actor-description,
.actress-description,
.kisha-man-description,
.kisha-woman-description
{
/*	float:right;*/
	position:relative;
	margin-left: 70px;
	text-align:left;
	line-height:1.8em;
}


.staff-man-description,
.actor-description
{
	color:#1188FF;
}

.staff-woman-description,
.actress-description
{
	color:#FF1188;
}

.kisha-man-description,
.kisha-woman-description
{
	color:#00bb55;
}

/* エントリーここまで */


/* トラックバック・コメント */
/* トラックバックURL表示設定 */
#trackbacks-info
{
	border: 1px solid;
	border-color: #FDBC12;
 	background: #ffffcc;
	margin: 5px 0 5px 0;
	padding: 10px;

}

/* トラックバックの一覧見出し */
.trackback-content-header
{
	text-align:left;
	background: url(trackback_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #f00000; 
	font-size: 14px;
	margin: 10px 0px 7px 0px;
	padding: 7px 0px 0px 50px;

}

/* コメント投稿の見出し */
.comments-open-header
{
	text-align:left;
	background: url(comment_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #f00000; 
	font-size: 14px;
	margin: 10px 0px 7px 0px;
	padding: 7px 0px 0px 50px;

}

/* トラックバック・投稿されたコメントの外枠 */
.trackback-content,
.comment-content
{
	border: 1px dashed;
	border-color: #FDBC12;
	margin: 5px 0 5px 0;
	padding: 10px;
}

/* トラックバック・投稿されたコメントのフッター */
.trackback-footer,
.comment-footer
{
	margin: 0px 0px 5px 0px;
	color: #666;
	font-size: 10px;
	padding-top: 3px;
	text-align: right;
}

/* コメントの注意書き */
.comments-open-moderated
{
	margin: 0px 0px 10px 0px;
	color: #666;
	font-size: 10px;
	text-align: left;
}

/* コメント入力ラベルの設定 */
#comments-open-data label
{
	margin: 0px 0px 0px 0px;
	display: inline-block;
	width: 80px;
	text-align: justify;
}

/* コメント入力（テキストボックス）マージン設定 */
#comments-open-text
{
	margin: 15px 0px 0px 0px;
}

/* コメント入力（テキストボックス）ラベルの設定 */
#comments-open-text label
{
	margin: 0px 0px 0px 0px;
	display: inline-block;
	width: 80px;
	vertical-align: top;
}

/* コメント確認・投稿ボタンの位置 */
#comments-open-footer
{
	margin: 0px 0px 0px 160px;
}
/* トラックバック・コメントここまで */


/*============================================================
// layout-three-column "gamma"[右カラム]
//==========================================================*/

/* 右カラムの基本設定 */
.layout-three-column #gamma
	{
	border: 0;
	margin: 0;
	width: 200px;
	background: #fff;
	}

.layout-three-column #gamma-inner
	{
	padding: 0;
	border-width: 0;
	}

/* ティッカー用 */
#blogticker
{
	margin-bottom: 7px;
	font-size: 10px;
	text-align: right;
}

/* デスクトップツール用 */
#rparts .titlebg{background: #FDBC12;}
