/*============================================================
// blog.television.co.jp main css[color:green]
//  [基調色：緑：ザテレビジョンHOMME vol.12（vol.6流用）]
//  [枠：9CC813 文字：E70012 base：FDFEE9]
//==========================================================*/


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

a:hover {color: #9CC813;  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_vol12.jpg) top left no-repeat;
	border-color: #000;
	border-style: solid;
	border-width: 0;
	height: 210px;
	margin-bottom: 15px;
/*	position: relative;*/
	width: 980px; /* necessary for ie win */
}

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

/* ブログタイトル表示 */
#banner-header
{
/*	position:relative;
	top: 170px;
	left: 450px;*/
	text-align: left;
	padding: 160px 0px 0px 450px;
	color: #fff;
	font-size: 20pt;
	font-weight: bold;
	line-height: 1em;
}
#banner-header a
{
	color: #E70012;
	font-size: 20pt;
	font-weight: bold;
}
#banner-header a:hover
{
	color: #9CC813;
	font-size: 20pt;
	font-weight: bold;
}
.banner-inner h1 a
{
	color: #E70012;
	font-size: 20pt;
	font-weight: bold;
}
.banner-inner h1 a:hover
{
	color: #9CC813;
	font-size: 20pt;
	font-weight: bold;
}

/* ブログの説明 */
#banner-description
{
	position:relative;
	top:-180px;
	text-align: left;
	padding-left:750px;
	color: #9CC813;
        font-size: 12px;
}


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

/* コンテンツ部分 */
#pagebody { clear: both; 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
{
	width: 100%;
	width: auto;
	background: #9CC813;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 0 2px;
	text-align: center;
}
.module-header a
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.module-header a:hover
{
	color: #78009f;
	font-size: 12px;
	font-weight: bold;
}

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

/* リスト部分色設定（下地色あり・左カラム） */
.module-content
{
	background: #FDFEE9;
	border: #9CC813 1px solid;
	margin: 0;
	padding: 5px 0px 15px 2px;
}
/* 裏ワザ */
.module-content:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* .module-content { display: inline-block; }
/* no ie mac \*/
* html .module-content { height: 1%; }
.module-content { display: block; }

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

/* カレンダー表示 */
.module-calendar
{
	background: #FDFEE9;
	border: #9CC813 1px solid;
	margin: 0;
	padding: 3px;
}

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

/* モバイル枠 */
#mobile .module-content2
{
/*	height: 1300px;
	overflow: auto;*/
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 5px;
/*	scrollbar-base-color: #fff;
	scrollbar-track-color: #9CC813;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #9CC813;
	scrollbar-arrow-color: #9CC813;*/
}

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

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

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

/* リスト設定（モバイル） */
#mobile .module-list .module-list-item
{
	margin: 0;
	list-style: none;
	color:#000;
	margin-bottom: 8px;
}

/* グーグルアドセンス表示設定 */
.module-google {
    margin-bottom: 7px;
    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;
}






/*============================================================
// 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
{
	width: 580px;
}

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

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


/* 隣の月・日・エントリーへ行くリンク部分の表示設定 */
.entheader
{
	text-align:center;
	min-height: 19px;
	line-height: 19px;
	margin: 0px 0px 7px 0px;
	padding: 5px;
	font-size: 12px;
}

/* メインページのみ */
#main-entheader
{
	border: #9CC813 1px solid;
}

#main-entheader p
{
	color: #9CC813;
	text-align: left;
}


/* 隣の月・日・エントリーへ行くリンク部分の表示設定ここまで */
/* 中央カラムの共通設定ここまで */

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

/* エントリー・トラックバック・コメントのタイトル表示設定 */



.entry-header,
.archive-header
{
	font-weight: bold;
	color: #E70012;
	border-bottom-width:1px;
	border-bottom-color:#9CC813;
	border-bottom-style:solid;
  	line-height:24px;
	font-size: 16px;
	background: url(pin.gif) top left no-repeat;
	text-indent: 30px;
	margin: 0;
	padding-top: 5px;
}
.entry-header a,
.archive-header a
{
	color: #E70012;
}

.entry-header a:hover,
.archive-header a:hover
{
	color: #9CC813;
}

.trackbacks-header

{
	text-align:left;
	background: url(trackback_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #E70012;
	font-size: 14px;
	margin: 10px 0px 7px 15px;
	padding: 7px 0px 0px 50px;

}
.comments-header
{
	text-align:left;
	background: url(comment_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #E70012;
	font-size: 14px;
	margin: 10px 0px 7px 15px;
	padding: 7px 0px 0px 50px;

}

/* エントリー等の外枠表示設定 */
.entry-content,
.archive-content,
.comments-content
{
	margin-bottom: 8px;
	padding: 15px;
}

/* エントリー内部設定 */
.entry-body,
.entry-more,
.entry-more-link
{
	clear: both;
	font-size:14px;
	line-height:1.5em;
	position:relative;
}
/* エントリー内部<P>タグ操作（下に1行改行を入れる） */
.entry-body p,
.entry-more p
{
	margin-bottom: 1em;
}

/* エントリー内部の画像の配置 */
.entry-body img,
.entry-more img
{
	float:right;
	margin-left: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 #666;
	color: #666;
	font-size: 10px;
	text-align: right;
	clear:both;
}

/* 日付表示 */
.entry-header-ico
{
	margin: 0 0 0 20px;
	background: #666;
  	height:24px;
  	line-height:24px;
	font-size: 14px;
	color:#fff;
	padding:5px;
	position:relative;
	top:-2px;
}

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

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

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

/* 相関図のオープンボタン */
.sokanzu a
{
	color:#9CC813;
	text-decoration: none;
	border: 1px solid;
	border-color: #9CC813;
	background: #fff;
	margin:5px 0px 5px 0px;
	padding:5px;
}
.sokanzu a:hover
{
	color: #fff;
	text-decoration: none;
	border: 1px solid;
	border-color: #9CC813;
	background: #9CC813;
	margin:5px 0px 5px 0px;
	padding:5px;
}

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


/* トラックバック・コメント */
/* トラックバックURL表示設定 */
#trackbacks-info
{
	border: 1px solid;
	border-color: #9CC813;
 	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: #E70012; 
	font-size: 14px;
	margin: 10px 0px 7px 15px;
	padding: 7px 0px 0px 50px;

}

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

/* トラックバック・投稿されたコメントの外枠 */
.trackbacks-outer-content,
.comments-content
{
	margin: 0px 15px 8px 15px;
	padding: 15px;
}
.comments-content2
{
	margin: 0px 15px 8px 15px;
	padding: 15px;
	border: 1px solid;
	border-color: #9CC813;
}

.trackback-content,
.comment-content
{
	border: 1px dashed;
	border-color: #9CC813;
	margin: 5px 0 5px 0;
	padding: 10px;
}

.comment-content p
{
	margin-bottom:1em;
}

/* トラックバック・投稿されたコメントのフッター */
.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: #9CC813;}
