@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border:none;
	color:#000;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	line-height:1.0;
}

body {
	color:black;
	background:white;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
	"メイリオ", Meiryo,
	Osaka,
	"ＭＳ Ｐゴシック", "MS P Gothic",
	sans-serif;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

img { /* IEのバグ対策 */
	vertical-align: bottom;
	border:none;
}

ul {
	list-style:none;
}

/* new clearfix */  
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}

/* wrapper */

div#container {
	width:900px;
	text-align:left;
	position:relative;
	margin:0 auto 10px;
}

/* header */

div#header {
	clear:both;
	background:#333;
	padding:5px;
	margin-bottom:30px;
}

div#header h1 {
	color:#FFF;
	font-size:10px;
	text-align:center;
}

/* contents */

div#contents {
	clear:both;
}

div#contents h2 {
	color:#333;
	font-size:22px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin-bottom:40px;
}

div#introText {
	margin-bottom:40px;
}

div#introText p {
	font-size:14px;
	line-height:1.5;
	text-align:left;
	margin-bottom:0.5em;
}

div#introText #btnTvcm {
	float:right;
	width:220px;
	height:200px;
	text-align:center;
}

div#introText #btnTvcm img {
	margin-top:50px;
}

div#introText #btnTvcm a:hover img {
	filter:alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
}

div#cmPhoto {
	margin-bottom:30px;
}

div#cmPhoto h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1;
	margin-bottom:10px;
}

/* CM提供番組表 */

div#cmTable {
	/* width:700px; */
	margin:0 auto 40px;
}

div#cmTable h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1;
	margin-bottom:10px;
}

div#cmTable table {
	width:440px;
	border-top:1px solid #999;
	margin:0 0 10px 0;
}

div#cmTable .Left {
	float:left;
}

div#cmTable .Right {
	float:right;
}

/*
div#cmTable table caption {
	color:#333;
	font-size:18px;
	line-height:1.2;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing:2px;
}
*/

div#cmTable th,
div#cmTable td  {
	font-size:12px;
	font-weight:normal;
	line-height:1.4;
	text-align:left;
	border-bottom:1px solid #999;
	padding:5px 10px;
}

div#cmTable th {
	white-space:nowrap;
}

div#cmTable p {
	clear:both;
	font-size:12px;
}

/* スペシャルWEBサイトのコラム */

div#introSPWeb {
	width:700px;
	margin:0 auto 30px;
	border:1px solid #333;
}

div#introSPWeb h3 {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:1;
	margin-bottom:1em;
	padding:10px;
	background:#333;
}

div#introSPWeb p {
	font-size:14px;
	line-height:1.5;
	margin:0 10px 1em 0;
}

div#webThumb {
	width:220px;
	text-align:center;
	float:left;
}

div#webThumb img {
	margin-bottom:10px;
}

div#webIntroText {
	width:450px;
	float:right;
}

p#btn_go2spweb {
	text-align:right;
}

div#introSPWeb a:hover img {
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}

/* footer */

div#footer {
	clear:both;
}

