/*============================================================
// blog.television.co.jp main css[color:wine red]
//  [基調色：ワインレッド：ドラマアカデミー賞仕様]
//==========================================================*/


/*============================================================
// 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: #A90945; text-decoration: none; }

a:hover {color: #A90945;  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: #F0E275;
	font-size: 26px;
	font-weight: bold;
/*	margin: 45px 0px 0px 300px; */
	padding: 80px 0px 0px 35px;
	line-height: 1;
	text-align: left;
	text-shadow: #D00 0px 0px 5px;
	float: left;
}
#banner-header a,
#banner-header a:hover
{
	color: #F0E275;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	text-shadow: #D00 0px 0px 5px;
}

/* ブログの説明 */
#banner-description
{
	color: #fff;
	width: 350px;
/*	margin: 5px 0px 5px 5px; */
	padding: 60px 50px 0px 50px;
        font-size: 14px;
	text-align: left;
	float: right;
}


/* パンくずナビ */
#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
{
/*	position: relative;*/
	width: 100%;
	width: auto;
	background: #aaaa00;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 0 2px; 
	text-align: left;
}
.module-header a,
.module-header a:hover
{
	background: #aaaa00;
	color: #fff;
}

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

/* リスト部分色設定（下地色あり・左カラム） */
.module-content,
.module-calendar {
    background: #ffffbb;
/*    position: relative;*/
    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: #aaaa00;
}

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

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

/* アマゾン表示設定 */
.module-amazon {
    position: relative;
    margin: 5px 10px 15px 10px;
    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 5px 5px 5px;
    border: 1px solid;
    border-color: #aaaa00;
    text-align: center;
}


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

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

.layout-three-column #alpha-inner
	{
	padding: 0;
	margin: 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: #88031E;
	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: #88031E;
        width: 550px;
	margin: 0px 15px 7px 15px;
	font-size: 12px;
}

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

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

/* エントリーのタイトル表示設定 */
.entry-header
{
	background: url(entry-header.gif) top left no-repeat;
	margin: 0px 15px 0px 15px;
	height: 61px;
	padding: 4px 0px 4px 0px;
}
.entry-header2
{
	background: url(entry-header2.gif) top left no-repeat;
	margin: 0px 15px 0px 15px;
	height: 31px;
	font-weight: bold;
	color: #fff; 
	font-size: 14px;
	padding: 4px 0px 4px 10px;
	text-align:left;
}
.entry-header3
{
	background: url(entry-header.gif) top left no-repeat;
	margin: 0;
	height: 61px;
	padding: 0;
}
.new-prize
{
	background: url(entry-header2.gif) top left no-repeat;
	margin: 0px 15px 0px 15px;
	height: 31px;
	line-height:31px;
	font-weight: bold;
	color: #fff; 
	font-size: 14px;
	padding: 4px 0px 4px 10px;
	text-align:left;
}
.new-prize a,
.new-prize a:hover
{
	color: #fff; 
}

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

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

.entry-content2
{
	margin: 0px 15px 8px 15px;
	padding: 0;
	border: 1px solid;
	border-color: #88031E; 
	border-top-color: #fff;
}

/* アーカイブとコメントの外枠表示設定 */
.archive-content,
.comments-content
{
	margin: 0px 15px 8px 15px;
	padding: 15px;
	border: 1px solid;
	border-color: #88031E; 
}

/* エントリー内部設定 */
.entry-more
{
    margin-top: 20px;
}

.entry-body,
.entry-more-link
{
    clear: both;
}

/* 裏ワザ */
.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-header h2,
.entry-header3 h2
{
	color: #ECD048;
	text-align:center;
	font-size:24px;
	line-height:26px;
	margin:5px 0px 6px 0px;
}

.entry-header h3,
.entry-header3 h3
{
	color: #fff;
	text-align:center;
	font-size:14px;
	margin-bottom:10px;
}

.entry-header h2 a,
.entry-header h2 a:hover,
.entry-header3 h2 a,
.entry-header3 h2 a:hover
{
	color: #ECD048;
	text-align:center;
	font-size:24px;
	line-height:26px;
	margin:5px 0px 6px 0px;
}
.entry-header h3 a,
.entry-header h3 a:hover,
.entry-header3 h3 a,
.entry-header3 h3 a:hover
{
	color: #fff;
	text-align:center;
	font-size:14px;
	margin-bottom:10px;
}

/* 放送局名 */
.tv
{
	color: #666;
	font-size:12px;
	line-height:16px;
}

/* 見出し */
.midashi,
.tokuhyo-header
{
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	margin :3px 0px 15px 0px;
}

/* 解説 */
.kaisetsu
{
	color: #000;
	font-size: 12px;
	margin-bottom: 10px

}


/* 動画・画像の配置 */
.flipclip,
.entry-body img,
.entry-more img
{
	margin-bottom:20px;
	text-align:center;
}

/* 授賞エピソード */
.urabanashi
{
	border: 0;
/*	border-color: #ffffcc;*/
	background: #ffffcc;
	color: #bb2211;
	margin: 5px 0 10px 0;
	padding: 10px;
}

/* 得票結果の見出し */
.tokuhyo-content
{
	color: #cc6600;
	font-size: 12px;
}

/* 得票結果のリスト */
.tokuhyo-list
{
	font-size:10px;
	list-style-type: none;
	margin: 0px 0px 0px 15px;
}


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

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

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

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

/* 審査員 */
.shinsain-header
{
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	margin :3px 0px 5px 0px;
}
.shinsain-content
{
	color: #000;
	font-size: 12px;
	margin-bottom: 15px

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


/* トラックバック・コメント */
/* トラックバックURL表示設定 */
#trackbacks-info
{
	border: 1px solid;
	border-color: #aaaa00;
 	background: #ffffbb;
	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: #aaaa00;
	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: #aaaa00;}


/* アーカイブメニュー表示・非表示（DHTMLと連携） */
.hidemena01
{
	display:block;
	margin-right: 5px;
	margin-left: 0px;
	padding: 0;
}

.hidemena02
{
	display:none;
	margin-right: 5px;
	margin-left: 0px;
	padding: 0;
}

/* 閉じるボタン */
.closetxt
{
	text-align:right;
	font-size:10px;
}
