@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/dotTV_bodyback.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

a:link {
	color: #3B5998;
}

#wrapper {
	/*サイト全体を1000pxに固定。左右を自動で均等配置する*/
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	/*ヘッダーを定義*/
	float: left;
	width: 1000px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	display: inline;
}
#header_inner {
	width: 807px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left: 8px;
}

#navibar {
	/*ナビゲーションバーを幅1000px高さ20pxで固定。header直後に設置するならwidthの設定は不要だがここでは覚書として記述している*/
	width: 800px;
	height: 20px;
}
#navibar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 20px;
	font-weight: 300;
	font-variant: normal;
	font-style: normal;
}
#navibar ul li {
	display: block;
	float: left;
	width: 160px;
}
#navibar ul li a {
	color: #FFF;
	background-color: #457492;
	display: block;
	text-decoration: none;
}
#navibar ul li a:hover {
	color: #333;
	background-color: #CCC;
}



#topicPath {
	width: 810px;
	float: left;
	padding-bottom: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;

}
#topicPath ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
#topicPath ul li {
	display: block;
	float: left;
	width: auto;
	list-style-type: none;
	background-image: url(images/ico_allow01.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: 0px 50%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	padding-right: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	color: #333;
}
#topicPath ul li a {
	color: #999;
	text-decoration: underline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
}
#topicPath ul li a:hover {
	color: #000;
}

#head_search {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	float: left;
	width: 810px;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
#facebook_Top {
	width: 140px;
	float: left;
	padding-top: 2px;
	padding-left: 35px;
}
#facebook_Top a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #3B5998;
	text-decoration: none;
	line-height: normal;
}
#facebook_Like {
	width: 130px;
	float: left;
	padding-left: 50px;
}

#main {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	width: 810px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content {
	width: 995px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: inline;
}
#numlink {
	color: #CCC;
	display: inline;
	width: 1000px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.point_ol {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #000;
	background-color: #CCC;
	width: 790px;
}

#numlink ul {
	display: block;
	margin: 0px;
	list-style-type: circle;
	padding: 0px;
}
#numlink ul li {
	text-align: center;
	border: 1px solid #666;
	text-decoration: none;
	padding: 0px;
	display: inline;
	width: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	float: left;
}




p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	padding-left: 5px;
	line-height: 25px;
	clear: left;
	padding-right: 5px;
}
.P_left {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	padding-left: 5px;
	line-height: 25px;
	clear: left;
	padding-right: 5px;
	float: left;
	width: 260px;
}


#sidebar {
	float: right;
	width: 180px;
	padding: 0px;
	margin-top: 13px;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
}
#sidebar .sidebar_side .aferiet {
	padding-left: 20px;
}

#sidebar ol {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
}
.sidebar_side ol li a {
	color: #3B5998;
}

.sidebar_top {
	background-image: none;
	text-align: center;
	color: #666;
	margin-bottom: 0px;
	float: none;
	width: 180px;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
}
.sidebar_bottom {
	background-image: none;
	width: 160px;
	margin-top: 0px;
	float: left;
	height: 5px;
}
.sidebar_side {
	background-image: none;
	background-repeat: repeat-y;
	float: none;
	width: 180px;
	height: auto;
}
#sidebar_column {
	float: right;
	width: 180px;
	height: auto;
	padding: 0px;
	margin-top: 10px;
}
.sidebar_side_inner   {
	padding-right: 10px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #333;
	float: left;
}

.h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #333;
	background-color: #999;
	color: #fff;
	font-size: 18px;
	font-weight: lighter;
	height: 25px;
	letter-spacing: 10px;
	text-align: center;
	vertical-align: middle;
	width: 790px;
}
.h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #06F;
	border-bottom-style: dotted;
	border-bottom-color: #06F;
	text-align: left;
	display: block;
	border-bottom-width: thin;
	height: 25px;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
	line-height: normal;
	clear: both;
	width: 785px;
}
.red {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #F00;
	line-height: 25px;
}
.program_full {
	background-color: #9CF;
	float: left;
	height: auto;
	width: 790px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.program_370 {
	background-color: #9CF;
	float: left;
	height: auto;
	width: 370px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.img400 {
	float: right;
	width: 400px;
	margin-left: 4px;
	border: thin solid #666;
	height: auto;
	margin-right: 5px;
}
.img400L {
	float: left;
	width: 400px;
	margin-left: 4px;
	border: medium solid #666;
	height: auto;
}
.img390L {
	float: left;
	width: 370px;
	margin-left: 4px;
	border: medium solid #666;
	height: auto;
}




.txt380L {
	float: left;
	width: 370px;
	margin-left: 4px;
	clear: right;
}
iframe {
	float: left;
	padding-bottom: 5px;
}



.img780 {
	float: right;
	width: 780px;
	border: thin solid #666;
	height: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 4px;
}
.null_line {//高さのないヌル
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}
.null_space {//高さのあるヌル
	clear: both;
	height: 10px;
}
.null_line10 {//高さのないヌル
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	height: 10px;
}




#footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	width: 1000px;
	clear: both;
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.download {
	text-align: right;
}
#table-01 {
	width: 530px;
	border: 2px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	float: right;
}

table#table-01 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #999;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
#next {
	width: 400px;
	float: left;
	margin-left: 280px;
}
#next ul {
	list-style-type: none;
	text-decoration: none;
}
#next ul li {
	text-align: center;
	float: left;
	width: 150px;
	display: inline;
	margin-left: 20px;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: lighter;
}
#next ul li a {
	background-color: #CCC;
	display: block;
	text-decoration: none;
	color: #000;
}
#next ul li a:hover {
	color: #FFF;
	background-color: #999;
}

.SAp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	letter-spacing: 0pt;
}
.SAp a {
	color: #00F;
}
.SAp a:hover {
	color: #F00;
}
.video {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
#SList {
	clear: none;
	float: left;
	width: 800px;
}
#SList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
}
#SList ul li {
	float: left;
	width: 200px;
}
#FlashMovie {
	clear: left;
	float: left;
	width: auto;
	margin-left: 50px;
}
