/* CSS Document */


body{
	background:url(../../s_images2/foot_bg.gif)  repeat-x left bottom;
}
.copy{
	font-size:10px;
	color:#AE8976;
}

.text {
    font-size: 12px;
    line-height: 1.6em;
	}


/*-----------------------------------------------

BSハイビジョンスタート！
indexページ

-----------------------------------------------*/
/**** 回り込み解除 ****/
#bshi .clear-both {
    clear: both;
}

a img { border: none; }

/**** 矢印リンク ****/
#bshi .arrow_link {
    background: url(../images/arrow.gif) no-repeat 0px 0.3em;
	padding: 2px 0px 0px 20px;
}

#bshi {
    width: 745px;
}

#bshi .container {
    width: 745px;
	padding: 0px;
	margin: 0px;
}

h1,h2,p {
    margin: 0px;
	padding: 0px;
}

#bshi table.tab {
    width: 745px;
	border: solid 1px #d4d4d4;
	border-collapse: collapse;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#bshi table th.logoBox {
    width: 135px;
	background-color: #FFFFFF;
	border: solid 1px #d4d4d4;
	border-collapse: collapse;
	padding: 0px;
}

#bshi table td.textBox {
    width: 587px;
	background-color: #FBFAF7;
	border: solid 1px #d4d4d4;
	border-collapse: collapse;
	vertical-align: middle;
	padding: 10px;
}

#bshi .channelTxt {
    font-size: 130%;
	font-weight: bold;
	line-height: 100%;
}

#bshi .detailText {
    font-size: 115%;
	font-weight: bold;
}

#bshi .redText {
    color: #cc0000;
}

#bshi .remote {
    float: left;
	width: 344px;
}

#bshi .remoteDetail {
    float: left;
	width: 395px;
}

/* リモート注文 */
#bshi table td.caution {
    vertical-align: top;
	white-space: nowrap;
	padding-right: 3px;
}

/* Q&A */
#bshi .qaArea {
    background-color: #FBFAF7;
	border: solid 1px #d4d4d4;
	padding: 7px;
}



/**********************************************************************/
#hotbs2007 {
    width: 745px;
}

#hotbs2007 .container {
    width: 745px;
	padding: 0px;
	margin: 0px;
}

h1.hotbs2007 {
    margin: 0px;
	padding: 0px;
}

/**** メニューリンク ****/
#hotbs2007 ul.menu {
    list-style-type: none;
    margin: 0px;
	padding: 0px;
}

#hotbs2007 ul li.menu01 {
    float: left;
	width: 227px;
	margin: 0px;
	padding: 0px;
}

#hotbs2007 ul li.menu02 {
    float: left;
	width: 248px;
	margin: 0px;
	padding: 0px;
}

/**** コンテンツ ****/
#hotbs2007 .contentsInside {
    width: 725px;
	margin: 10px 10px 0px 10px;
	padding: 0px;
}

/* プロフィール */
#hotbs2007 h2.profileTitle {
    margin: 0px;
	padding: 0px;
}

#hotbs2007 ul.profile {
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#hotbs2007 ul.profile li.leftside {
    float: left;
	width: 360px;
	margin-right: 10px;
	padding: 0px;
}

#hotbs2007 ul.profile li.rightside {
    float: left;
	width: 355px;
	margin: 0px;
	padding: 0px;
}

#hotbs2007 .PhotoBox {
    float: left;
	width: 147px;
	margin: 0px;
	padding: 0px;
}

#hotbs2007 .profileBox01 {
    float: left;
	width: 204px;
	margin-left: 9px;
	padding: 0px;
}

#hotbs2007 .profileBox02 {
    float: left;
	width: 202px;
	margin-left: 6px;
	padding: 0px;
}

#hotbs2007 .profile_nowrap {
    white-space: nowrap;
	vertical-align: top;
}

/* 放送日程 */
#hotbs2007 h2.specialTitle {
    margin: 0px;
	padding: 15px 0px 0px 0px;
}

#hotbs2007 h3.specialAccount_st {
    margin: 0px;
	padding: 0px;
}

#hotbs2007 .specialTxtBox {
    background: url(../images/02special_bg.gif) repeat-y 0px 0px;
	margin: 0px;
	padding: 0px 10px;
}

#hotbs2007 h3.schedule_st {
    margin: 0px;
	padding: 15px 0px 5px 0px;
}

#hotbs2007 table.schedule {
    width: 725px;
	border: solid 1px #FCD49B;
	border-collapse: collapse;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#hotbs2007 table th.date {
    width: 170px;
	background-color: #FEF9F2;
	border: solid 1px #FCD49B;
	border-collapse: collapse;
	text-align: center;
	font-weight: normal;
	padding: 3px;
}

#hotbs2007 table td.scheduleBox {
    width: 170px;
	border: solid 1px #FCD49B;
	border-collapse: collapse;
	vertical-align: top;
	padding: 10px 5px;
}

/*-----------------------------------------------

リストページ

-----------------------------------------------*/
#hotbs2007 h1.listTitle {
    margin: 0px;
	padding: 0px;
}

/**** カレンダー ****/
#hotbs2007 .calendarArea {
    margin: 10px 0px;
	padding: 0px;
}

#hotbs2007 .calendarBox {
    border-right: solid 1px #FCD49B;
	padding: 1px 3px;
	text-align: center;
	white-space: nowrap;
}

#hotbs2007 .calendarBox_noLine {
    padding: 1px 3px;
	text-align: center;
	white-space: nowrap;
}

#hotbs2007 .month {
    background-color: #f9f0e4;
	font-weight: bold;
}

a.calendar_gray:link { color: #333333; text-decoration: underline; }
a.calendar_gray:visited { color: #333333; text-decoration: underline; }
a.calendar_gray:hover { color: #999999; text-decoration: underline; }
a.calendar_gray:active { color: #999999; text-decoration: underline; }

a.calendar_blue:link { color: #0000cc; text-decoration: underline; }
a.calendar_blue:visited { color: #0000cc; text-decoration: underline; }
a.calendar_blue:hover { color: #277bee; text-decoration: underline; }
a.calendar_blue:active { color: #277bee; text-decoration: underline; }

a.calendar_red:link { color: #cc0000; text-decoration: underline; }
a.calendar_red:visited { color: #cc0000; text-decoration: underline; }
a.calendar_red:hover { color: #e05a5a; text-decoration: underline; }
a.calendar_red:active { color: #e05a5a; text-decoration: underline; }

/**** リスト ****/
#hotbs2007 table.list {
    width: 725px;
	border: solid 1px #FCD49B;
	border-collapse: collapse;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#hotbs2007 table th.listTitle {
    background-color: #FEF9F2;
	border: solid 1px #FCD49B;
	border-collapse: collapse;
	text-align: center;
	padding: 5px;
}

#hotbs2007 table td.listBox01 {
    border-left: solid 1px #FCD49B;
	border-collapse: collapse;
	vertical-align: top;
	padding: 5px;
}

#hotbs2007 table td.listBox01_bottom {
    border-left: solid 1px #FCD49B;
    border-bottom: solid 1px #FCD49B;
	border-collapse: collapse;
	vertical-align: top;
	padding: 5px;
}

#hotbs2007 table td.listBox02 {
    border-left: solid 1px #FCD49B;
	border-collapse: collapse;
	background-color: #F9F9F9;
	vertical-align: top;
	padding: 5px;
}

#hotbs2007 table td.listBox02_bottom {
    border-left: solid 1px #FCD49B;
	border-bottom: solid 1px #FCD49B;
	border-collapse: collapse;
	background-color: #F9F9F9;
	vertical-align: top;
	padding: 5px;
}

#hotbs2007 .gotoTop {
    text-align: right;
	margin-bottom: 15px;
}

