@charset "Shift-JIS";

/*****************************************************
 *    UMKトップページ                                *
 *****************************************************/


/* 背景色
---------------------------------------------------- */
#contents {
	background:url(../img/base/bgBody.gif) left top;
}


/* 基本スタイル（上書き）
---------------------------------------------------- */
#mainArea {
	width: 760px;
	padding: 5px 10px 0px;
	background:#FFFFFF;
}

#mainAreaInner {
	width: 760px;
	display: inline-table;
} 
#mainAreaInner:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/* Mac IE \*/ 
* html #mainAreaInner {height: 1%;} 
#mainAreaInner {display: block;}
/* */

#bannerArea {
	width: 190px;
	float: left;
	padding: 5px 0px;
}

#bannerArea p.banWord {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

/* リンク */
#mainArea a {
	text-decoration: none;
	color: #0033FF;
}
#mainArea a:hover {
	text-decoration: none;
	color: #F93F00;
}


/* 基本スタイル
---------------------------------------------------- */
#pkgA {
	width: 187px;
	float: left;
}
#pkgB {
	width: 552px;
	float: left;
	padding-left:13px;
}


/* 基本スタイルB
---------------------------------------------------- */
#pkgC .bannerBox {
	width: 187px;
	padding: 0px 0px 5px;
}
.rssfeed {
	position: absolute; /* 親BOXにはrelativeを指定*/
	width: 44px;
	height: 17px;
	top: 18px;
	right: 8px;
	overflow: hidden;
	text-indent: -9999px;
}
.rssfeed a {
	width: 44px;
	height: 17px;
	display: block;
}

/* ストリーミング
---------------------------------------------------- */
#streamingBox {
	width: 760px;
	padding: 0px 0px 5px;
}
#streamingBox .BoxTit {
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

#contentsBox {
	background:#ffffff;
}

/* PR情報
---------------------------------------------------- */
ul.pr {
	width:760px;
	padding-top:10px;
	text-align:center;
}

ul.pr li {
	display:inline;
	font-size:0.85em;
	line-height:2.2em;
	padding-left:25px;
	padding-top:2px;
	padding-right:30px;
	background:url(../img/home/iconPR.gif) left top no-repeat;
}

/* ニューストピックス
---------------------------------------------------- */
#newstopicsBox {
	width: 760px;
	padding: 0px 0px 5px;
}
#newstopicsBox .BoxTit {
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}


/* 災害情報
---------------------------------------------------- */
#disasterBox {
	width: 760px;
	margin: 0px 0px 5px;
	padding-bottom:5px;
	background: #FFF77D;
	position: relative;
	font: normal small/1.3em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#disasterBox:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
/* Mac IE \*/ 
* html #disasterBox {height: 1%;} 
#disasterBox {display: block;}
/* */

#disasterBox h2.BoxTit {
	width: 760px;
	height: 37px;
	text-indent: -9999px;
	background: url(../img/home/disaster_tit.gif) no-repeat;
}
#disasterBox h3.entryTit {
	width: 675px;
	position: absolute;
	left: 85px;
	top: 8px;
	font: bold 12px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
}
#disasterBox .BoxInner {
	width: 746px;
	padding: 0px 7px;
	padding-bottom:0px;
}

#disasterBox .BoxInner p {
	margin: 0px 0px 8px;
}
#disasterBox .BoxInner img {
	display: inline;
	margin: 0px 5px 0px 0px;
}


/* 選挙情報
---------------------------------------------------- */
#electionBox {
	width: 760px;
	margin: 0px 0px 5px;
	background: #FFF;
	position: relative;
	font: normal small/1.3em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#electionBox h2.BoxTit {
	width: 760px;
	height: 37px;
	text-indent: -9999px;
	background: url(../img/home/election_tit.gif) no-repeat;
}
#electionBox h3.entryTit {
	width: 675px;
	position: absolute;
	left: 85px;
	top: 8px;
	font: bold 12px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
}
#electionBox .BoxInner {
	width: 746px;
	padding: 0px 7px;
}

#electionBox .BoxInner p {
	margin: 0px 0px 8px;
}
#electionBox .BoxInner img {
	display: inline;
	margin: 0px 5px 0px 0px;
}



div#dlBox{
	padding:10px;
	float:left;
	}

div#imgBox{
	padding:10px;
	float:right;
	width:350px;	
	}


#electionBox .BoxInner dl{
	padding:0;
	margin:0;
	border-bottom:1px solid #79B300;
	width:352px;
	}

dl.title dt,
dl.title dd{
	text-align:center;
	font-weight:bold;
	border-top:1px solid #79B300;
	margin:0;
	padding:0;
}

dl.title{
	height:23px;
	}

#electionBox .BoxInner dt,
#electionBox .BoxInner dd{
	display: block;
	float:left;
	padding:3px;
	margin:0;
	}
#electionBox .BoxInner dt{
	text-align:center;
	border-right:1px solid #79B300;
	border-left:1px solid #79B300;
	}	

dt.name{
	width:120px;
	border-right:1px solid #79B300;
	text-align:left;
	}
dd.party{
	width:110px;
	letter-spacing:0.1em;
	border-right:1px solid #79B300;
	text-align:center;
}
dd.vc{
	width:100px;
	font-size:12px;
	letter-spacing:0.1em;
	text-align:right;
	border-right:1px solid #79B300;	
	}

/* 今日の番組
---------------------------------------------------- */
#todaypgmBox {
	width: 188px;
	margin: 0px 0px 25px;
}
#todaypgmBox h2.BoxTit {
	width: 188px;
	height: 34px;
	text-indent: -9999px;
	margin-top:4px;
	background: #FFFFFF url(../img/home/todaypgm_tit.gif) no-repeat;
}
#todaypgmBox .BoxInner {
	width: 188px;
	height: 260px;
	background: #FFFFFF;
}


/* テーブル */
table.timetable {
	overflow-y: scroll;
}

table.timetable th {
	font: normal 10px/1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #ffbf27;
	padding: 5px 4px 3px;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFB402;
}
table.timetable td {
	width: 100%;
	font: normal x-small/1.2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #f0f0f0;
	padding: 3px 5px 5px;
}
table.timetable tr#now th {
	background: #fa4c05;
}
table.timetable tr#now td {
	background: #fff77d;
}
/* 補足 */
#todaypgmBox p.sup {
	width: 181px;
	height: 12px;
	font: normal 10px/10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 3px 3px 0px;
}

div#keitaiBox {
	margin-bottom:30px;
	font-size:0.8em;
}

dl#osusumeCont {
	margin:0px;
}

dl#osusumeCont dt {
	clear:both;
	color:#cc6600;
	font-weight:bold;
}

dl#osusumeCont dd {
	margin:0px;
	min-height:70px;
	margin-bottom:10px;
	color:#0099ff;
	font-size:0.8em;
	background:url(../img/home/dotBorder01.gif) left bottom repeat-x;
}

dl#osusumeCont dd img {
	display:block;
	float:left;
	border:1px solid #666666;
	margin-right:5px;
}

dl#groupCont {
}

dl#groupCont dt {
	color:#cc6600;
	font-size:0.8em;
}

dl#groupCont dd {
	margin:0px;
	padding-left:25px;
	padding-right:5px;
}

dl#groupCont dd.in {
	background:url(../img/home/list_in.gif) 5px 2px no-repeat;
}

dl#groupCont dd.last {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #999999;
}

dl#groupCont dd.out {
	background:url(../img/home/list_out.gif) 5px 2px no-repeat;
}

p#aboutBanner {
	text-align:right;
	padding-left:15px;
	/*font-size:0.8em;*/
	background:url(../img/home/list02.gif) 62px 1px no-repeat;
}

/* アクセスランキング
---------------------------------------------------- */
#rankingBox {
	width: 188px;
	margin: 0px 0px 25px;
}
#rankingBox h2.BoxTit {
	width: 188px;
	height: 34px;
	text-indent: -9999px;
	background: #FFFFFF url(../img/home/ranking_tit.gif) no-repeat;
}
#rankingBox .BoxInner {
	width: 168px;
	height: 90px;
	margin:10px;
	overflow: hidden;
}

/* テーブル */
#rankingBox table {
	font: normal 10px/10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#rankingBox table th {
	text-indent: -9999px;
	width: 30px;
	height: 18px;
}

#rankingBox table th#no1 {	background: url(../img/home/ranking_01.gif) no-repeat center center;}
#rankingBox table th#no2 {	background: url(../img/home/ranking_02.gif) no-repeat center center;}
#rankingBox table th#no3 {	background: url(../img/home/ranking_03.gif) no-repeat center center;}
#rankingBox table th#no4 {	background: url(../img/home/ranking_04.gif) no-repeat center center;}
#rankingBox table th#no5 {	background: url(../img/home/ranking_05.gif) no-repeat center center;}

#rankingBox table td {
	font: normal 10px/10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/* 宮崎の天気
---------------------------------------------------- */
#tenkiBox {
	width: 188px;
	margin: 0px 0px 5px;
}
#tenkiBox h2.BoxTit {
	width: 188px;
	height: 34px;
	text-indent: -9999px;
	background: #FFFFFF url(../img/home/tenki_tit.gif) no-repeat;
}
#tenkiBox .BoxInner {
	width: 188px;
	height: 195px;
	background: #FFFFFF;
}


/* 今日のいち押し番組
---------------------------------------------------- */
/*#eventBox,
#eventBox h2.BoxTit {
	width: 552px;
}

#eventBox h2.BoxTit {
	height: 34px;
	text-indent: -9999px;
	background: #FFFFFF url(../img/home/event_tit.gif) no-repeat;
}
#eventBox .BoxInner {
	width: 552px;
	height: 160px;
	overflow: auto;
	background: #FFFFFF;
}
#eventBox .entryBox {
	font: normal small/1.2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 5px 5px 0px;
}
#eventBox .entryBox h3 {
	padding-bottom: 3px;
	font: bold small/1.2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#eventBox .entryBox p {
	padding-bottom: 10px;
	font: normal small/1.2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#eventBox .entryIMG {
	float: left;
	display: inline;
}
#eventBox .entryIMG p {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#eventBox .entryIMG img {
	padding: 2px;
	background: #FFFFFF;
	margin: 0px 5px 0px 0px;
	border: 1px solid #E1E1E1;
	display: inline;
}*/



/* みるるんのコレみて！
---------------------------------------------------- */
#koremiteBox,
#eventBox,
#oshiraseBox,
#freeBox {
	width: 552px;
	/*height: 158px;*/
	margin: 0px 0px 5px;
	position: relative;
}

#koremiteBox h2.BoxTit,
#eventBox h2.BoxTit,
#oshiraseBox h2.BoxTit,
#freeBox h2.BoxTit {
	width: 552px;
	text-indent: -9999px;
}

#koremiteBox h2.BoxTit { background:url(../img/home/koremite_tit.gif) left bottom no-repeat; height: 45px; }
#eventBox h2.BoxTit { background:url(../img/home/event_tit.gif) left bottom no-repeat; height: 45px; }
#oshiraseBox h2.BoxTit { background:url(../img/home/oshirase_tit.gif) left bottom no-repeat; height: 45px; }
#freeBox h2.BoxTit { background:url(../img/home/free_tit.gif) left bottom no-repeat; height: 45px; }

.BoxInner {
	width: 552px;
	height:130px;
	margin-bottom:10px;
	overflow:auto;
	background: #FFFFFF;
}

body .scrRgt {
	overflow-x:hidden;
	overflow-y:auto;
}

/* 新着情報リスト共通パーツ
---------------------------------------------------- */
ul.topMainUl {
	width:540px;
	list-style: none;
	margin-left:11px;
}
ul.topMainUl li {
	display:block;
	width:530px;
	height:auto;
	padding:5px 0 4px;
	_padding:5px 0 2px;
	margin:0;
	line-height:0.8em;
	font: normal small/1.2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../img/home/dotBorder01.gif) left bottom repeat-x;
}
ul.topMainUl li span.left {
	font-family:verdana;
	display:block;
	float:left;
	min-width:90px;
/*	text-align:right;　20090805追記*/
	text-align:left;
	height:auto;
	margin:0;
	padding:0;
/*	padding-right:5px;　20090805追記*/
	font-weight:normal;
}
ul.topMainUl li span.right {
	display:block;
	float:left;
	width:405px;
	height:auto;
	margin:0;
	padding:0;
	padding-left:15px;
	background:url(../img/home/list01.gif) left 5px no-repeat;
}

/* タブメニュー
---------------------------------------------------- */
ul li#tab01 {
	margin-right:4px !important;
}
ul li#tab01,
ul li#tab02 {
	width:111px !important;
	height:30px !important;
	padding:0 !important;
	margin:0;
	overflow:hidden !important;
}
ul li#tab01:hover,
ul li#tab02:hover {
	background-position:0 -30px !important;
}

/* 番組紹介
---------------------------------------------------- */
#pgmlistBox {
	width: 552px;
	margin: 0px 0px 5px;
}
#pgmlistBox h2.BoxTit {
	width: 552px;
	height: 34px;
	text-indent: -9999px;
	background: #FFFFFF url(../img/home/pgmlist_tit.gif) no-repeat;
}
#pgmlistBox .BoxInner {
	width: 552px;
	/*height: 120px;*/
}

#pgmlistBox ul {
	width: 552px;
	list-style: none;
	display: inline-table;
} 
#pgmlistBox ul:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
/* Mac IE \*/ 
* html #pgmlistBox ul {height: 1%;} 
#pgmlistBox ul {display: block;}
/* */

#pgmlistBox ul li {
	width: 84px;
	display: block;
	float: left;
	margin: 0px 5px 5px 2px;
}
#pgmlistBox ul li.head {
	margin: 2px 0px 0px 0px;
}

/* 下部バナーエリア
---------------------------------------------------- */
#btmBannerArea {
	float:left;
	width:975px;
	height:45px;
	padding-bottom:5px;
	text-align:center;
	background:url(../img/home/bgBtmBanner.gif) left top repeat-x #FFFFFF;
}

#btmBannerArea ul {
	padding:8px 0 4px;
}

#btmBannerArea ul li {
	display:inline;
}

#btmBannerArea img {
	display:inline;
	margin-right:5px;
}



/* ページの先頭へ戻る
---------------------------------------------------- */
#gotop {
	width: 770px;
	height: 40px;
	clear: both;
}
