@charset "UTF-8";

 /* リンク色 */
a:link { text-decoration:none;color:#039 }
a:visited { text-decoration:none;color:#039 }
a:hover { text-decoration:none;color:#f60 }
a:active { text-decoration:none;color:#039 }
a[name]:hover { text-decoration:none;color:#000; }

/*----------------■全体---------------*/

body  {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:  13px;
	line-height:  1.5;
	text-align: left;
	background: #fff;
	color: #000;
}
.wrap950 {
	width: 950px;
	margin: 0 auto;
}
ul.list {
	list-style: disc;
	padding-left: 20px;
}
table.tb {
	width: 100%;
}
table.tb th {
	white-space: nowrap;
	padding: 10px 0 10px 20px;
	background: #e7e0d7;
	border-top: 1px dotted #bbb;
}
table.tb td {
	padding: 10px 0 10px 20px;
	border-top: 1px dotted #bbb;
}
strong {
	font-weight: bold;
}

/*----------------■ヘッダー---------------*/
h1  {
}
#hnavi {
	width: 950px;
}
#hnavi li {
	float: left;
}

/*----------------■フッター---------------*/
#foot ul {
	width: 940px;
	background: #ddd;
	margin-bottom: 10px;
	padding: 5px;
}
#foot ul li {
	float: left;
	font-size: 11px;
	border-right: 1px solid #999;
	padding: 0 10px;
}


/*----------------■それいけミミゾー---------------*/
#bg_tile {
	background: url(../image_top/bg_tile_blu.png);
	margin-top: 10px;
}
#bg_move {
	background: url(../image_top/bg_img2.png) repeat-y center;
	height: 100%;
	margin: 0 auto;

}
#bg_white {
	background: url(../image_top/bg_tile_white2.png) repeat-y center;
	margin: 0 auto;

}

#bg_white a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}

#title {
	background: url(../image_top/title.png) no-repeat;
	height: 316px;
}
#title h2{
	height: 0;
	overflow: hidden;
}
#message {
	background: url(../image_top/message.png) no-repeat;
	width: 140px;
	height: 140px;
	color: #047;
	padding: 80px 43px 0 43px;
	font-size: 12px;
}

.radio_cast li{
	float: left;
}

#infomation {
	background: url(../image_top/infomation.png) no-repeat;
	float: right;
	width: 363px;
	height: 310px;
	color: #fff;
	padding: 120px 49px 140px 49px;
}
#infomation h4 {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	font-size:15px;
}
#infomation p {
	padding-top: 15px;
}

#program {
	background: url(../image_top/program.png) no-repeat;
	height: 700px;
	position: relative;
}
#program dt{
	height: 0;
	overflow: hidden;
}
#program dd{
	position: absolute;
	width:370px;
}

dd#program01{left:35px;top:145px;}
dd#program02{left:545px;top:300px;}
dd#program03{left:35px;top:310px;}
dd#program04{left:35px;top:550px;}
dd#program05{left:545px;top:450px;}
dd#program06{left:545px;top:575px;}

@media screen and (min-width: 1250px) {

#bg_move {
	background: url(../image_top/bg_img.png) repeat-y center;
}
#bg_white {
	background: url(../image_top/bg_tile_white.png) repeat-y center;
}

}