/*全体のベーススタイル*/
form{
	margin: 0px 0px 0px 0px;
}
body{
	font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}
td{
	font-size: 14px;
	color: #000000;
}
a:link{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
a:visited{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
a:hover{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
a:active{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}



/*共通スタイル*/
#body {
	width: 780px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	background: #bfbc9a url(../images/mainbg.gif) center top repeat-y;
}

/*各ページ共通スタイル*/
.mainbg{
	background: #bfbc9a;
}
.mainbg2{
	background: #f5cb07;
}
.mainbg3{
	background: #000000;
}
.footer{
	margin: 60px 0px 0px 0px;
}
.bnrblock{
	margin: 3px 0px 3px 5px;
}
.bnr{
	margin: 0px 0px 0px 10px;
}
.pagetop{
	padding: 0px 10px 0px 0px;
}
.copyright{
	margin: 10px 0px 0px 15px;
	font-size: 11px;
	color: #ffffff;
}
.txt-margin{
	margin: 10px 0px 10px 0px;
	line-height: 14px;
	letter-spacing: 0.1em;
}
.back{
	padding: 0px 30px 0px 0px;
}
.next{
	padding: 0px 0px 0px 30px;
}

/*バックナンバー*/
#bn_table {
	}
	#bn_table .txt-margin {
		}
		#bn_table .txt-margin img {
			margin: 0 10px 0 4px;
			}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	コンテンツ
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#jsWarning {
	width: 780px;
	margin: 0;
	padding: 10px 0;
	background-color: transparent;
	}
	#jsWarning p {
		font-size: 12px;
		font-weight: bold;
		color: #000;
		text-align: center;
		}
/*------------ 終了番組対応 -------------*/
#notice_finish {
	width: 780px;
	height: 35px;
	margin: 0;
	background: #fff;
	border-bottom: 1px solid #000;
	}
	#notice_finish p {
		margin: 0;
		padding: 10px 0;
		font-size: 12px;
		font-weight: bold;
		color: #000;
		text-align: center;
		}
/*------------ テキストメニュー -------------*/
#text-info {
	position: absolute;
	left: -2000px;
	width: 500px;
	font-size: 1px;
	color: #ffffff;
	}
