/*============================================================
// blog.television.co.jp main css[base-color:palepink]
//  [基調色：薄ピンク／ロンブー淳仕様]
//==========================================================*/


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

html {
    margin: 0;
    padding: 0;
}

body
{
	color: #333333;
	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: #00C0FF; text-decoration: none; }

a:hover {color: #FF0969;  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
{
	clear: both;
	text-align:center;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: #FFF7F4 url(main_bg.jpg) top left repeat-y;
}

/* 内周コンテナ */
#container-inner
{
	text-align: left;
	margin: 0;
	padding: 0;
	width: 980px;
	background: url(backimg.jpg) top left no-repeat;
}

/* 外部提供時に必要な設定 */
/* ヘッダー部分 */
#global_header
{
	width: 100%;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 2px 0px 3px 0px;
}
#header
{
	width: 980px;
	background: #fff;
	margin: 2px 0px 3px 0px;
	margin-right: auto;
	margin-left: auto;
}

/* フッター部分 */
#global_footer
{
	width: 100%;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 2px 0px 3px 0px;
}
#footer
{
	width: 980px;
	background: #fff;
	margin: 2px 0px 3px 0px;
	margin-right: auto;
	margin-left: auto;
}
/* 外部提供時に必要な設定ここまで */

/* タイトル表示部分 */
#banner
{
	border-color: #000;
	border-style: solid;
	border-width: 0;
	width: 980px; /* necessary for ie win */
	height: 250px;
	margin: 0;
/*	margin-bottom: 10px;*/
	text-align: center;
	position: relative;
	padding:0;
}

/* タイトル内周 */
#banner-inner
{
	position: static;
	width: 980px; /* necessary for ie win */
	padding-top: 10px;
}

/* ブログタイトル表示 */
#banner-header
{
	color: #fff;
	font-size: 1px;
	line-height: 1;
	width: 980px;
	height: 240px;
	background: url(header.gif) top left no-repeat;
	text-indent: -9999px; /*画面から隠す*/
}
#banner-header a,
#banner-header a:hover
{
	font-size: 1px;
	line-height: 1;
	display: block;
	width: 980px;
	height: 240px;
}

/* ブログの説明 */
#banner-description
{
	color: #fff;
	font-size: 1px;
	text-indent: -9999px; /*画面から隠す*/
}

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

/* コンテンツ部分 */
#pagebody
{
	clear: both;
	border-color: #000;
	border-style: solid;
	border-width: 0px;
	width: 980px; /* necessary for ie win */
	margin: 0;
	text-align: center;
	position: relative;
	padding:0;
}
#pagebody-inner
{
	border-color: #000;
	border-style: solid;
	border-width: 0px;
	width: 980px; /* necessary for ie win */
	margin: 0;
	position: static;
	padding:0;
}

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

/* WIN IE6.0だけに適用 \*/
* html .layout-two-column #beta { clear:right; }
/* WIN IE6.0だけに適用の終了 */

/* 左側カラムのみ再設定：beta alpha の順に*/
#beta { float: left; }


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


/*============================================================
// layout-two-column "alpha"[右カラム（メイン）]
//==========================================================*/

/* 右カラムの基本設定 */
.layout-two-column #alpha
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 630px;
/*	background: #fff;*/
}

.layout-two-column #alpha-inner
{
	width: 600px;
	margin: 30px 10px 0px 20px;
	padding: 0;
	border-width: 0;
}
/* WIN IE6.0だけに適用 \*/
* html .layout-two-column #alpha-inner { margin: 15px 5px 0px 10px; }
/* WIN IE6.0だけに適用の終了 */

/* 月別・日別の日付タイトル表示設定（未使用） */
.date-header
{
	color: #fff;
	height: 20px;
	background: #ffd626;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}

/* 隣の月・日・エントリーへ行くリンク部分の表示設定 */
.entheader
{
	color: #625D0B;
/*	background: #FFFF86;*/
	text-align:center;
	margin: 30px 40px 0px 15px;
	padding: 10px;
	font-size: 12px;
}
/* カテゴリによって色分け（未使用） */
.cat-ent { border:#FF5FF2 1px solid; }
.cat-entidol { border:#C4FF65 1px solid; }
.cat-entlife { border:#FFD471 1px solid; }
.cat-entarbeit { border:#71FFF8 1px solid; }

.entheader-in
{
	text-align: center;
	display:inline;
}
/* 隣の月・日・エントリーへ行くリンク部分の表示設定ここまで */

/* エントリー */
/* エントリーの基本設定 */
.entry
{
/*	overflow: hidden;*/
	clear: both;
	width: 600px;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}


/* エントリーのタイトル表示設定 */
.entry-header,
.archive-header
{
	width: 100%;
	width: 580px;
	background: url(entry_header.gif) top left no-repeat;
	color: #06054E;
	font-weight: bold;
	font-size: 20px;
	line-height:40px;
	height: 65px;/* for IE6 */
	min-height: 65px;
	margin: 0;
}
.entry-header a { color: #06054E; }

.entry-header a:hover { color: #DB013F; }

/* indexページ用ヘッダーサシカエ */
.header-menulist { background: url(entry_header_menulist.gif) top left no-repeat; }
.header-backnumber { background: url(entry_header_backnumber.gif) top left no-repeat; }

/* タイトル右へずらす */
.entry-title
{
	margin-left: 70px;
}

/* 日付表示 */
.post-day
{
	margin:0px 30px 0px 0px;
	color: #000;
	font-size: 12px;
	padding: 0;
	text-align: right;
	display: block;
}

/* エントリー等の外枠表示設定 */
/* 上部 */
.entry-top
{
	color: #fff;
	font-size: 1px;
	line-height: 1;
	width: 600px;
	height: 25px;
	display: block;
}
/* カテゴリによって色分け（未使用） */
.cat-top { background: url(entry_body_top.gif) top left no-repeat; }
.cat-topidol { background: url(entry_body_top_green.gif) top left no-repeat; }
.cat-toplife { background: url(entry_body_top_yellow.gif) top left no-repeat; }
.cat-toparbeit { background: url(entry_body_top_aqua.gif) top left no-repeat; }

/* 中央 */
.entry-content,
.archive-content,
.comments-content
{
/*	display: block;*/
	width: 600px;
	margin: 0;
	padding: 0px 10px 0px 10px;
	min-height: 40px;
}
/* カテゴリによって色分け */
.cat-main { background: url(entry_body_main.gif) top left repeat-y; }
.cat-mainidol { background: url(entry_body_main_green.gif) top left repeat-y; }
.cat-mainlife { background: url(entry_body_main_yellow.gif) top left repeat-y; }
.cat-mainarbeit { background: url(entry_body_main_aqua.gif) top left repeat-y; }

/* 下部 */
.entry-bottom
{
	color: #fff;
	font-size: 1px;
	line-height: 1;
	width: 600px;
	height: 25px;
	display: block;
}
/* カテゴリによって色分け */
.cat-bottom { background: url(entry_body_bottom.gif) top left no-repeat; }
.cat-bottomidol { background: url(entry_body_bottom_green.gif) top left no-repeat; }
.cat-bottomlife { background: url(entry_body_bottom_yellow.gif) top left no-repeat; }
.cat-bottomarbeit { background: url(entry_body_bottom_aqua.gif) top left no-repeat; }


/* エントリー内部設定 */
.entry-body,
.entry-more,
.entry-more-link
{
	clear: both;
	font-size:14px;
	line-height:1.8em;
	padding: 20px; /* 実質エントリー内部幅540px */
}

/* エントリー内部の改行設定 */
.entry-body p,
.entry-more p,
.comment-content p
{
	margin-bottom: 1em;
}

/* エントリー内部の画像の配置 */
.entry-body img,
.entry-more img
{
	display:block;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

/* レシピ用設定 */
.recipe-title
{
	color:#DB013F;
	font-size:16px;
	font-weight:bold;
	line-height:1.8em;
	text-align:left;
}

.motepoint img
{
	float:left;
	margin: 0px 10px 0px 0px;
}

.motepoint h3
{
	color:#DB013F;
	font-size:16px;
	font-weight:bold;
	line-height:3em;
	text-align:left;
}


.ingredients
{
	border: 1px solid;
	border-color: #DB013F;
	line-height:1.6em;
	margin: 8px;
	padding: 10px;
	font-size:12px;
}

.direction
{
	margin: 5px 0px 5px 0px;
}

.direction h4
{
	color:#06054E;
	font-size:14px;
	font-weight:bold;
	line-height:1.8em;
	text-align:left;
}

.direction img
{
	text-align:left;
	float:left;
	margin: 0px 10px 10px 0px;
}


.line 
{
	border-top: 1px dashed #FB9790;
	clear: left;
}



/* レシピ用設定ここまで */


/* indexページ内での設定 */
.movie-title
{
	color:#06054E;
	font-size:18px;
	font-weight:bold;
	line-height:1.8em;
	text-align:center;
}
.movie-main p
{
	display:inline;
	float:left;
	margin:0px 5px 0px 15px;
}

.movie-main img
{
	display:inline;
}

.movie-main2
{
	text-align:center;
}

.movie-title2
{
	color:#DB013F;
	font-size:16px;
	font-weight:bold;
	line-height:1.8em;
	text-align:left;
}

.movie-text2
{
	color:#333;
	font-size:12px;
	line-height:1.8em;
	text-align:left;
}


.movie-button
{
	text-align:center;
	margin-top:15px;
}

.movie-button img
{
	display:inline;
	white-space: nowrap;
}

.movie-backnumber table
{
	border:none;
	width:520px;
	text-align:center
}

.movie-title3
{
	color:#DB013F;
	font-size:12px;
	font-weight:bold;
	line-height:1.8em;
	text-align:left;
}

.movie-thumb
{
	text-align:center
}
/* indexページ内での設定ここまで */


/* 裏ワザ */
.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,
.archive-footer
{
	margin:0px 25px 0px 0px;
	margin-top: 30px;
	color: #625D0B;
	font-size: 12px;
	padding: 0;
	text-align: right;
	border-top: 1px dashed #DB013F;
	display: block;
}
/* カテゴリによって色分け */
.cat-footer { border-top: #DB013F 1px dashed; }
.cat-footeridol { border-top: #C4FF65 1px dashed; }
.cat-footerlife { border-top: #FFD471 1px dashed; }
.cat-footerarbeit { border-top: #71FFF8 1px dashed; }


/* エントリーフッター内の文字要素追加設定 */
.post-footers
{
	white-space: nowrap;
}

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

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


/* トラックバック・コメント */
/* トラックバック・コメントのタイトル表示設定（共通：未使用） */
.trackbacks-header,
.comments-header
{
	background: #fff;
	font-weight: bold;
	color: #0048E8;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

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

/* コメント投稿の見出し（エラー時） */
.comments-open-header2
{
	display: block;
	text-align:left;
	background: url(comment_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #f00000; 
	font-size: 16px;
	margin: 10px 0px 7px 0px;
	padding: 7px 0px 9px 40px;

}

/* コメントの注意書き */
.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-foo ter
{
	margin: 0px 0px 0px 160px;
}


/* トラックバックURL表示設定 */
#trackbacks-info
{
/*	border:#FF5FF2 1px solid;*/
	margin: 5px 35px 5px 0px;
	padding: 10px;
/*	color: #fff;*/
}
/* カテゴリによって色分け */
.cat-trackbacks-info { background:#fff; color:#FB9790; }
.cat-trackbacks-infoidol { background:#C4FF65; color:#3200FA; }
.cat-trackbacks-infolife { background:#FFD471; color:#419AFF; }
.cat-trackbacks-infoarbeit { background:#71FFF8; color:#3200FA; }


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

/* 共通設定 */
/* トラックバック・投稿されたコメントの外枠 */
.trackback-content,
.comment-content
{
	width: 320px;
	margin: 5px 35px 5px 0px;
	padding: 10px;
}
/* カテゴリによって色分け（コメント） */
.cat-comment { border:#EA1545 1px dashed; }
.cat-commentidol { border:#C4FF65 1px dashed; }
.cat-commentlife { border:#FFD471 1px dashed; }
.cat-commentarbeit { border:#71FFF8 1px dashed; }
/* カテゴリによって色分け（トラックバック） */
.cat-trackback { border:#EA1545 1px dashed; }
.cat-trackbacktidol { border:#C4FF65 1px dashed; }
.cat-trackbacklife { border:#FFD471 1px dashed; }
.cat-trackbackarbeit { border:#71FFF8 1px dashed; }


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

/* プロフィールページ設定（未使用） */
/* 基本情報 */
.proftitle
{
	font-size:20px;
	font-weight: bold;
}

.prof
{
	border-width: 0;
}

.profdt
{
	clear:left;
	border-width: 0;
	width: 100px;
	float: left;
	text-align: left;
}

.profdd
{
	border-width: 0;
	text-align: left;
	margin-left: 100px;
}

/* 経歴情報 */
.keireki-title
{
	font-size:14px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	background-color: #FF5FF2;
	line-height: 19px;
	height: 19px;
	padding-left:10px;
}

.keireki
{
	clear: both;
	border-width: 0;
	font-size: 12px;
}

.keirekidt
{
	clear:left;
	border-width: 0;
	width: 90px;
	float: left;
	text-align: left;
}

.keirekidd
{
	border-width: 0;
	text-align: left;
	margin-left: 90px;
}

/* プロフィールページ設定ここまで */

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

}

/* 検索の結果（枠・本文） */
.search-results-container
{
	clear: both;
	font-size:12px;
	line-height:1.8em;
	padding: 10px; /* 実質エントリー内部幅465px */
}

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

/* ダイナミックエラーの位置 */
.dinamic-error
{
    margin:30px auto 30px 300px;
}
.dinamic-error a,
.dinamic-error a:hover
{
    color:#0088ff;
}


/*============================================================
// layout-two-column "beta"[左カラム]
//==========================================================*/

/* 左カラムの基本設定 */
.layout-two-column #beta
{
	width: 350px;
	padding: 0;
	margin: 0;
	margin-top: 170px;
/*	background: #fff;*/
}

.layout-two-column #beta-inner
{
	width: 310px;
	margin: 0px 18px 0px 22px;
	padding: 0;
	border-width: 0;
}

/* WIN IE6.0だけに適用 \*/
* html .layout-two-column #beta-inner { margin: 0px 9px 0px 11px; }
/* WIN IE6.0だけに適用の終了 */

/* modules（共通モジュール） */
.module
{
/*	position: relative;
	overflow: hidden;*/
	width: 300px; /* 枠の表示幅300 */
	margin: 0;
	margin-bottom: 15px;
}

/* タイトル部分色設定（共通設定） */
.module-header
{
	display: block;
	width: 270px;
	height: 45px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-indent: -9999px; /*画面から隠す*/
}
.module-header a,
.module-header a:hover
{
	display: block;
	width: 270px;
	height: 45px;
	text-indent: -9999px; /*画面から隠す*/
}

/* 項目名部分差し替え */
#module-newrelease .module-header { background: url(module_title_magazine.gif) top center no-repeat; }
#module-information .module-header { background: url(module_title_information.gif) top center no-repeat; }
#module-recent .module-header { background: url(module_title_recipes.gif) top center no-repeat; }


/* module内コンテンツ・枠設定（共通設定） */
.module-top
{
	background: url(module_top.gif) top left no-repeat;
	height: 15px;
	width: 300px;
	margin: 0;
	padding: 0;
}
/* 一番上だけ背景差し替え */
#module-profile .module-top { background: url(module_top_over.gif) top left no-repeat; }

.module-content
{
	background: url(module_main.gif) top left repeat-y;
	min-height: 10px;
	width: 300px;
	margin: 0;
	padding: 5px 10px 5px 10px; /* エリア内　文章・画像は280pxまで */
}

.module-bottom
{
	background: url(module_bottom.gif) top left no-repeat;
	height: 15px;
	width: 300px;
	margin: 0;
	padding: 0;
}


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

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

/* クレジット表記 */
.credit
{
	margin: 0;
	font-size: 10px;
	color: #666;
}


/* 検索のラベル（タイトル） */
label
{
	text-align: left;
}

/* カレンダーの表示位置 */
#globalnavi
{
	display: block;
	width: 220px
	text-align: left;
	margin-right: 25px;
}

/* ############## タグクラウド　################ */
/* リストの高さ設定 */
.module-tagcloud .module-content .module-list .module-list-item
{
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 1.5em;
}

/* クラウド部分フォントサイズ */
.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 20px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 18px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 16px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 14px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 12px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 12px; }


/* エントリー内のタグ */
#tags .module-list
{
	margin: 0px;
	padding: 0px;
}

#tags .module-list .module-list-item
{
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 1.5em;
}

#tags .module-list { list-style: none; }
#tags .module-list .module-list-item { display: inline; }
#tags .module-list li.taglevel1 { font-size: 19px; }
#tags .module-list li.taglevel2 { font-size: 17px; }
#tags .module-list li.taglevel3 { font-size: 15px; }
#tags .module-list li.taglevel4 { font-size: 14px; }
#tags .module-list li.taglevel5 { font-size: 13px; }
#tags .module-list li.taglevel6 { font-size: 11px; }

/* ############## タグクラウド・ここまで　################ */
