@charset "utf-8";
/* CSS Document */

body {
    background-color: #031027;
    color: #ffffff;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
    padding: 0 21px;
}

#header {
    width: 917px;
}
#title {
    height: 175px;
    background: url("../imgs/h1_title.gif") no-repeat 0 0;
}
#DayTime {
    margin-top: 130px;
}
#arrow {
    float: right;
    background: url("../imgs/arrow.gif") no-repeat 0 0;
    width: 267px;
    height: 63px;
}
#lead {
    background: url("../imgs/lead.gif") no-repeat 0 0;
    width: 650px;
    height: 63px;
}

#contents {
    overflow: hidden;
    width: 100%;
    padding: 7px 0;
    border-top: 1px solid #072662;
		border-bottom: 1px solid #072662;
		display: flex;
		flex-direction: row;
 justify-content: space-between;
}
#contentsbn {
    overflow: hidden;
    width: 100%;
    padding: 7px 0;
    border-top: 1px solid #072662;
		border-bottom: 1px solid #072662;
text-align: center;
}

#left_cnts {

    width: 640px;
}
#movie_area {
    padding-bottom: 14px;
    width: 640px;
}
#onair {
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    background-color: #072662;
    margin-bottom: 1px;
    padding: 0 10px;
}
#description {
    font-size: 10px;
    background-color: #072662;
    padding: 10px;
    line-height: 15px;
}
#right_cnts {

    width: 264px;
    margin: 3px 0 0 0;
}
#right_cnts img {
padding-bottom: 10px;
}


#footer {
    margin: 20px 0;
    color: #072662;
    text-align: center;
    font-size: 10px;
}

.CText {
    text-indent: -9999px;
}
#TopLink {
    text-indent: -9999px;
    display: block;
    height: 90px;
    width: 200px;
    position: absolute;
    left: 490px;
    top: 30px;
}
/* バックナンバー一覧用 */
#bnbox {
    margin: 10px auto;
    width: 800px;
    background: #FFF;
		border: 3px solid #3E465E;
		text-align: left;
}
#contentsbn h2 {
    background: url("../imgs/bntitle.gif") no-repeat left top;
    text-indent: -9999px;
    height: 32px;
    width: 263px;
    margin-left: 60px;
    margin-top: 10px;
}
.listbn {
    padding: 10px;
    margin-top: 10px;
}

dl.listbn dt {
    clear: left;
    float: left;
    margin: 0 0 0.8em;
    width: 11em;
    border-left: solid 5px #CCC;
    padding-left: 5px;
    color: #072662;
    font-size: 0.85em;
    height: 1.2em;
}

dl.listbn dd {
    margin-bottom: 0.8em;
    margin-left: 11em;
    color: #000;
}

#footer {
    color: #FFF;
}
