/* ------------------------------------------------------------
	Common 
------------------------------------------------------------ */
body {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .6px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: url(../images2/bg.jpg) repeat center 0;
}


/* ------------------------------------------------------------
	header
------------------------------------------------------------ */
#header {
	height: 300px;
}



/* ------------------------------------------------------------
	footer
------------------------------------------------------------ */


/* ------------------------------------------------------------
	container
------------------------------------------------------------ */
#container {
	width: 100%;
}

.inner {
	position: relative;
	width: 982px;
	margin: 0 auto;
}


#radioprg {
	color: #fff;
	text-align: left;
	width: 100%;
	padding: 10px 0 30px;
	/*border-top: 45px solid #000;*/
}
#radioprg h2 {
	position: absolute;
	top: -81px;
	width: 100%;
	text-indent: -9999px;
	height: 59px;
	background: url(../images2/radio-program.png) no-repeat center 0; 
}

.rp {
	text-shadow: 2px 2px 2px #000;
	padding: 0 0 125px 325px; 
	background: url(../images2/studio.jpg) no-repeat 40px 0; 
}
.rp h3 {
	text-indent: -9999px;
	height: 40lv-superfly.jpgpx;
	margin: 0 0 15px 0;
	background: url(../images2/lead.png) no-repeat 0 0; 
}

#prglist {
	padding: 0 0 3px 0;
	background: url(../images2/bg-prg-btm.png) no-repeat center bottom;
}

.date-list {
	width: 950px;
	margin: 0 auto 0;
	background: url(../images2/bg-days.png) no-repeat center 27px; 
}
.date-list li {
	text-align: right;
	position: relative;
	float: left;
	margin: 0 6px 0 0;
	width: 100px;
	height: 61px;
	/*cursor: pointer;*/
	background: url(../images2/bg-day.png) no-repeat 0 0;
}
.date-list li img {
	margin: 10px 17px 0 0;
}
.date-list li.date08 {
	margin-right: 5px;
}
.date-list li.date09 {
	margin: 0;
	width: 103px;
	background: url(../images2/bg-day2.png) no-repeat 0 0;
}
.date-list li.move-up {
	margin-top: -12px;
}

.ico-d {
	position: absolute;
	top: -18px;
	left: 0;
	margin: 0 !important;
}



.contents {
	position: relative;
	min-height: 300px;
	background: url(../images2/bg-prg.png) repeat-y center 0;
}


.when {
	text-align: center;
	padding: 20px 0;
}


.station {
	margin-top: -17px;
}

.corp {
	position: relative;
	height: 54px;
	padding: 16px 0 0 20px;
	background: url(../images2/bg-section.png) repeat-y center 0;
}
.corp img {
	height: 47px;
	vertical-align: middle;
}
.corp a img {
	height: 100%;
}

.btn-open {
	position: absolute;
	right: 20px;
	top: 25px;
}


.song-list {
	width: 944px;
	margin: 0 auto;
	padding: 21px 0 0;
	/*background: url(../images2/bg-song-top.png) no-repeat center 0;*/
	background: none #ebebeb;
}

.song-info {
	position: relative;
	width: 891px;
	margin: 0 auto 0;
	padding-bottom: 20px;
}

.song {
	padding: 5px 0 0 48px;
	height: 34px;
	background: url(../images2/bg-songs.png) no-repeat 0 0;
}
.song span {
	color: #ffc600;
	font-weight: bold;
	font-size: 16px;
}
.song a {
	position: absolute;
	right: 0;
	top: 0;
}
.song.nobg {
	background: none;
}

.song-info dl {
	margin: 0;
}
.song-info dt {
	color: #7d7d7d;
	font-size: 11px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.song-info dd {
	color: #000;
	margin: 0 20px 0 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.song-info dd a {
	color: #000;
}



.more {
	width: 944px;
	margin: -30px auto 0;
	padding: 0 0 10px;
	text-align: right;
	background: none #ebebeb;
}
.more img {
	margin: 0 80px 0 0;
}



