@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 */

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

/* header */

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

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

/* contents */

#contents {
	clear:both;
}

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

#introText {
	margin-bottom:40px;
}

#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;
}

#introText #btnTvcm 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;
}

#cmPhoto {
	margin-bottom:30px;
}

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

/* CM提供番組表 */

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

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

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

#cmTable .Left {
	float:left;
}

#cmTable .Right {
	float:right;
}

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

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

#cmTable th {
	white-space:nowrap;
}

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

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

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

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

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

.spCol {
	clear:both;
	margin-bottom:10px;
}

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

.webThumb img {
	margin-bottom:10px;
}

.webIntroText {
	width:450px;
	float:right;
}

p#btn_go2spweb {
	text-align:right;
}

#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 */

#footer {
	clear:both;
}

