/*============================================================
// blog.television.co.jp main css[color:dark-green]
//  [基調色：濃緑　きまぐれロボット仕様]
//==========================================================*/


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

html {
    margin: 0;
    padding: 0;
}

body
{
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "MS PGothic","ＭＳ Ｐゴシック",sans-serif;
	line-height: 140%;
	min-width: 980px;
	background:#fff url(/kimagure/back.jpg) bottom left no-repeat fixed;
}

form { margin: 0; padding: 0; }

a { color: #0066aa; text-decoration: none; }

a:hover {color: #cc1177;  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; }


/* ヘッダー＆フッター予備設定 */
#header{
	margin: 0px auto 5px auto;
	font-size: 10px;
	padding: 5px 0 0 0;
}
/*#footer #copy{
	padding: 10px 0 10px 0;
	margin: 0;
}*/

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

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

/* タイトル表示部分 */
#container-inner
{
/*	background: ;*/
	border-color: #000;
	border-style: solid;
	border-width: 0;
	height: 350px;
	margin: 0;
	padding: 0;
	position:static;
}

#banner
{
/*	height:300px;*/
	width: 980px; /* necessary for ie win */
	position: relative;
}


/* ↓これは不要 */
#banner-inner
{
	position: static;
	background: url(/kimagure/header_back.jpg) top left no-repeat;
}

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

/* ブログの説明 */
#banner-description
{
	margin: 0;
	padding: 0;
	font-size: 0.1px;
	text-align: left;
	line-height: 0;
	text-indent: -9999px; /*画面から隠す*/
	overflow: hidden;
}


/* パンくずナビ */
#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%; }


/* カレンダー */
#globalnavi {
	text-align:right;
	margin:7px 0px 10px 0px;
}

/* 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: #559900;*/
	border-bottom: 1px dashed #559900;
	color: #559900;
	font-size: 12px;
	font-weight: bold;
	margin:0px 10px 0px 12px;
	padding: 2px 0 0 2px; 
	text-align: center;
}
.module-header a
{
	color: #559900;
	font-size: 12px;
	font-weight: bold;
}
.module-header a:hover
{
	font-size: 12px;
	font-weight: bold;
}

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

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

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

/* 裏ワザ */
.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: #559900;
}

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

/* メニュー部分 */
.ico-list
{
    margin: 0;
    padding: 0;
    list-style: none;
	display:block;
}

/* メニュー部分のテキスト等 */
.ico-list-item
{
	margin: 0;
	color: #fff;
	background: url(/kimagure/icoimg01.jpg) top left no-repeat;
	text-align:center;
	width:178px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	display:block;
}

.ico-list-item a
{
	margin: 0;
	color: #fff;
	background: url(/kimagure/icoimg01.jpg) top left no-repeat;
	text-align:center;
	width:178px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	display:block;
}

.ico-list-item a:hover
{
	margin: 0;
	color: #fff;
	background: url(/kimagure/icoimg02.jpg) top left no-repeat;
	text-align:center;
	width:178px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	display:block;
}



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

/* ヘッダーからの高さ調節 */
.module-spacer
{
	height:80px;
/*	width:980px;
	text-align:left;*/
	margin:5px 0px 5px 410px;
}

/* 検索の一覧見出し */
.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-header2
{
	text-align:left;
	background: url(robot_ico.gif) top left no-repeat;
	height: 35px;
	font-weight: bold;
	color: #fff; 
	font-size: 14px;
	margin: 10px 0px 7px 0px;
	padding: 7px 0px 0px 50px;

}

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

.search-results-content a:hover
{
	color: #cc1177;
}


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

/* フッターの設定 */
#index_footer,
#index_footer2
{
	clear:both;
	width:100%;
}


/*============================================================
// 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,
.date-header a,
.date-header a:hover
{
/*	background: #559900;*/
	color: #559900;
	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;
}

/* 隣の月・日・エントリーへ行くリンク部分の表示設定 */
.entheader
{
	color: #559900;
/*	border:#559900 1px dashed;*/
	text-align:center;
	height: 19px;
	margin: 0px 0px 7px 0px;
	padding: 5px;
	font-size: 12px;
}
/* 隣の月・日・エントリーへ行くリンク部分の表示設定ここまで */
/* 中央カラムの共通設定ここまで */

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

/* エントリー・トラックバック・コメントのタイトル表示設定 */
.entry-header-ico
{
	margin: 0 0 0 20px;
	background: #559900;
  	height:24px;
  	line-height:24px;
	font-size: 14px;
	color:#fff;
	padding:5px;
	position:relative;
	top:-2px;
}
.entry-header-ico2
{
	margin: 0 20px 0 0;
	background: #559900;
  	height:34px;
  	line-height:34px;
	font-size: 16px;
	color:#fff;
	padding:10px;
}

.entry-header
{
/*	background: #fff;*/
	font-weight: bold;
	color: #559900;
	border-bottom-width:1px;
	border-bottom-color:#559900;
	border-bottom-style:solid;
/*  	height:34px;*/
  	line-height:34px;
	font-size: 16px;
	margin: 0px 15px 0px 15px;
	padding: 0 0 0 15px;
}
.entry-header a
{
	color: #559900;
}

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

.archive-header
{
/*	background: #fff;*/
	font-weight: bold;
	color: #559900;
	border-bottom-width:1px;
	border-bottom-color:#559900;
	border-bottom-style:solid;
  	height:34px;
  	line-height:34px;
	font-size: 16px;
	margin: 0px 15px 0px 15px;
	padding: 0 0 0 15px;
}
.archive-header a
{
	color: #559900;
}

.archive-header a:hover,
{
	color:#cc1177;
}

.trackbacks-header

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

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

}

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

/* エントリー内部設定 */
.entry-body,
.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; }


/* 画像をカバーする透明gif */
/*.upperpic
{
	position:absolute;
	top:0px;
	left:0px;
	background: url(spacer.gif) top left no-repeat;
	width:320px;
	height:320px;
}*/


/* 裏ワザ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 #559900;
	color: #666;
	font-size: 10px;
/*	padding-top: 3px;*/
	text-align: right;
	clear:both;
}

/* エントリーのフッター表示設定（投稿者名） */
.contributor
{
	clear:both;
	font-size: 14px;
	color: #000;
	margin-right: 20px;
	text-align:right;
	width:100%;
}

/* エントリー内の見出し */
.midashi
{
	font-weight: bold;
	color: #FF3300;
  	line-height:25px;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}
.midashi a
{
	font-weight: bold;
	color: #FF3300;
  	line-height:25px;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}

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

.shousai3,
.shousai4
{
/*	border: 1px solid;
	border-color: #559900;
	background: #FEFCEC;*/
	clear:both;
	margin: 0;
	padding: 0;
}
.shousai-description
{
	font-size:10px;
}
/* 背景ありコラム内の画像の扱い */
.shousai img,
.shousai3 img
{
	float:left;
	text-align:left;
	margin-right:10px;
	margin-bottom:10px
}
.shousai2 img,
.shousai4.img
{
	float:right;
	text-align:left;
	margin-left:10px;
	margin-bottom:10px
}

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


/* 相関図のオープンボタン */
.sokanzu
{
/*	margin: 0;
	background: #559900;
	border:1px #559900 solid;
  	height:30px;
  	line-height:30px;
	font-size: 14px;
	font-weight:bold;
	color:#fff;
	padding:10px;*/
}
.sokanzu a
{
	color:#fff;
	text-decoration: none;
	border: 1px solid;
	border-color: #559900;
	background: #559900;
	margin:5px 0px 5px 0px;
	padding:5px;
}
.sokanzu a:hover
{
	color: #559900;
	text-decoration: none;
	border: 1px solid;
	border-color: #559900;
	background: #fff;
	margin:5px 0px 5px 0px;
	padding:5px;
}

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


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

}

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

}

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

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

.trackback-content,
.comment-content
{
	border: 1px dashed;
	border-color: #559900;
	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: #559900;}*/
