@charset "utf-8";
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	初期化
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym { border:0;}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ベース
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	margin: 0;
	padding: 0;
	background-color: #FFF;
	}

#wrapper{
	background-color: #004b04;
	border-top: #ccc 2px solid;
	border-bottom: #ccc 2px solid;
	margin: 0 0 5px 0;
	}
#container_body{
	}
div#container{
	margin: 0 auto;
	width: 1066px;
	height: 900px;
	background-color: #004b04;
	}
	
div#box1{
	position: relative;
	}
div#main_mat{
	width: 960px;
	height: 526px;
	margin: 0 auto;
	background: url(../images/main_bg.gif) repeat-y;
	}
	.mainMat_top{
		background: url(../images/mainMat_top.gif) top no-repeat;
		}
	.mainMat_bottom{
		background: url(../images/mainMat_bottom.gif) bottom no-repeat;
		}
	
/*------------ ヘッダー[テレビノタネ] -------------*/
div#head{
	width: 1066px;
	height: 267px;
	background: url(../images/head.gif) no-repeat;
	}
	p.header_text{
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
		padding: 238px 0 0 0;
		*padding: 150px 0 0 0;
		_padding: 150px 0 0 0;	
		margin: 0 0 0 280px;
		overflow: hidden;
		}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	メインコンテンツ
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

div.main{
	position: relative;
	top: 0px;
	left: 223px;
	/*left: 276px;*/
	width: 684px;
	height: 526px;
	margin: 0 0 0 2px;
	}

h2,
h3,
em,
.outline,
.em,
.day_catch,
.catch,
.cast,
.staff_comment{
	position: absolute;
	left: -9999px;
	}

/*------リンク-------------------------------*/

a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

a:focus {
	/*\*/
		overflow: auto;
	/**/
	}
/*------etc-------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


hr{
	visibility:hidden;
}
	
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	コンテンツ
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*------------ Javascript警告 -------------*/
#jsWarning {
	width: 100%;
	margin: 0 auto;
	background: #000;
	}
	#jsWarning p {
		padding: 10px 0;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		}



