
* {
  margin: 0; padding: 0;
}

body, h1, h2, h3, h4, div, table, p, b, img, ul, li {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #555;
  font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック","osaka";
  
}

#header {
  width: 100%;
  height: 142px;
}

ul, li {
  list-style-type: none;
}

h1 {
  padding-left: 20px;
}

h1, h2, h3 {
  font-size: 100%;
}

h4 {
  font-size: 100%;
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

img {
  vertical-align: top;
  border: none;
}

.center {
   text-align: center;
 }

.rignt {
  text-align: right;
}
 
.indent {
  text-indent: 1em;
  text-align: left;
}

.margin3em {
  margin-left: 3em;
  text-align: left;
}

.margin1em {
  margin-left: 1em;
  text-align: left;
}
.hidden {
  border: 1px solid #fff;
  width: 1px;
  height: 6px;
}

.img-margin {
  font-size: 0;
  line-height: 0;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.text-indent {
  text-indent: -5000px;
  margin-top: -16px;
}
 /* ieバグ用 */
* html div, 
* html p {
	height: 1px;
}

/* 基本レイアウト */

#main {
  padding: 9px 0;
  line-height: 1.3em;
 }

/* 背景変わる */
#index #main, #watch-tv #main, #week-program #main, #bb-detail #main,
#today-program #main, #program-list #main, #program-detail #main,
#media-list #main, #media-detail #main, #event #main,
#bb-list #main, #about-sakura #main, #privacy #main,
#bbs-old #main,
#agreement #main, #site-map #main, #no-rightblock #main, #general #main {
  background: transparent url(/images/common/main-flower01.gif) top left no-repeat;

 }
/**** カテゴリメニューからのリンクに従って背景色を変える場合は、ここを生かす
#bb-detail #main {
  background: transparent url(/images/common/main-flower02.gif) top left no-repeat;

 }
****/

 
#left-side {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  width: 218px;
  background: transparent url(/images/common/left-side-bg.gif) top left repeat-y;
  font-size: 14px;
}

#left-side-flower {
  height: 497px;
}

/* 背景変わる */
#index #left-side-flower, #watch-tv #left-side-flower, #week-program #left-side-flower, #bb-detail #left-side-flower,
#today-program #left-side-flower, #program-list #left-side-flower, #program-detail #left-side-flower,
#media-list #left-side-flower, #media-detail #left-side-flower, #event #left-side-flower,
#bb-list #left-side-flower, #about-sakura #left-side-flower, #privacy #left-side-flower,
#bbs-old #left-side-flower,
#agreement #left-side-flower, #site-map #left-side-flower, #no-rightblock #left-side-flower, #general #left-side-flower {
  background: transparent url(/images/common/left-side-flower01.gif) top left;
}
/**** カテゴリメニューからのリンクに従って背景色を変える場合は、ここを生かす
#bb-detail #left-side-flower {
  background: transparent url(/images/common/left-side-flower02.gif) top left;
}
****/

#left-side-padding {
  padding: 9px 10px 9px 41px;
}

/* 2カラムの場合はright-sideをdisplay:none */
#right-side {
  position: absolute;
  right: 0; 
  width: 239px;/****幅変更****/
  padding: 9px 29px 0 0;
  font-size: 13px;
  color: #7e7a77;
}

#right-side-padding {
  padding-left: 10px;
}

#contents {
  margin: 0;
  padding: 0;
  padding-top: 800px; /* コンテンツ内の高さを維持 */
  background: transparent url(/images/common/right-side-flower01.gif) bottom right no-repeat;
  color: #333;
}


/* 2カラムの場合はpaddingの右サイドの値を変更 */
#contents-margin {
  padding: 0 268px 0 218px;  /****幅変更****/
  margin-top: -800px; /* コンテンツ内の高さを維持 */
}

#footer {
  background: transparent url(/images/common/right-side-flower02.gif) top right no-repeat;
  height: 122px;
  width: 100%;
  clear:both;
  text-align:center;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

#footer-margin {
  margin: 0 29px;
  border-top: 1px solid #ccc;
}

.t3 {
  margin-top: 3px;
}

.t6 {
  margin-top: 6px;
}

.t9 {
  margin-top: 9px;
}

.b3 {
  margin-bottom: 3px;
}

.b6 {
  margin-bottom: 6px;
}

.r2 {
  margin-right: 2px;
}

.r3 {
  margin-right: 3px;
}

.r6 {
  margin-right: 6px;
}

.r12 {
  margin-right: 12px;
}

.margin6 {
  margin: 6px;
}

.box-gray {
  background: #eee;
  padding: 6px;
}

.dot-line {
	margin: 0;
	padding: 0;
	height: 1px;
	width: 100%;
	font-size: 0;
	line-height: 0;
	background: transparent url(/images/common/dot.gif) center left repeat-x;
}

/* ナビ ---------------------------- 
#navi {
  position: absolute;
  top: 115px;
  left: 256px;
  width: 654px;
}

#navi li {
  float: left;
  height: 27px;
  font-weight: bold;
}

#navi ul {
  margin: 0;
  padding: 0;
  width: 1308px;
  height: 27px;
  display: inline;
}


 現在いる場所も同時に指定しておく 
#navi li a,
#navi li #link001,
#navi li #link002,
#navi li #link003,
#navi li #link004 {
  display: block;
  height: 27px;
  text-align: center;
  padding-top: 5px;
}

 現在いる場所 
#index #navi li #link002 {
  background: url(/images/common/header-navi02.gif) no-repeat -81px 0;
  width: 80px;
}

#bb-detail #navi li #link003 {
  background: url(/images/common/header-navi02.gif) no-repeat -160px 0;
  width: 80px;
}



#navi li#link01 {
  background: url(/images/common/header-navi01.gif) no-repeat 0 0;
  width: 81px;
}
#navi li#link02 {
  background: url(/images/common/header-navi01.gif) no-repeat -81px 0;
  width: 80px;
}
#navi li#link03 {
  background: url(/images/common/header-navi01.gif) no-repeat -160px 0;
  width: 80px;

}
#navi li#link04 {
  background: url(/images/common/header-navi01.gif) no-repeat -240px 0;
  width: 80px;

}

#navi li#link01 a:hover {
  background: url(/images/common/header-navi02.gif) no-repeat 0 0;
  width: 81px;
}
#navi li#link02 a:hover {
  background: url(/images/common/header-navi02.gif) no-repeat -81px 0;
  width: 80px;
}

#navi li#link03 a:hover {
  background: url(/images/common/header-navi02.gif) no-repeat -160px 0;
  width: 80px;
}
#navi li#link04 a:hover {
  background: url(/images/common/header-navi02.gif) no-repeat -240px 0;
  width: 80px;
}

 */

/* ナビをつけるときは以下のスタイルを取る */
#navi {
  display: none;
} 



/* リストボタンやアイコン関係 */




.list01 {
  padding: 2px 0 0 10px;
  background: transparent url(/images/common/list01.gif) top left no-repeat;
}

.list02 {
  font-size: 13px;
  padding: 2px 0 0 10px;
  background: transparent url(/images/common/list02.gif) top left no-repeat;
}

.list03 {
  padding: 2px 0 0 10px;
  background: transparent url(/images/common/list03.gif) top left no-repeat;

}

.list04 {
  padding: 2px 0 0 10px;
  background: transparent url(/images/common/list04.gif) top left no-repeat;
}

.list05 {
  padding: 2px 0 0 10px;
  background: transparent url(/images/common/list05.gif) top left no-repeat;
}

.list06 {
  padding: 2px 0 0 10px;
  background: transparent url(/images/common/list06.gif) top left no-repeat;
}

.list07 {
  padding: 2px 0 0 10px;
  background: transparent url(/images/common/list07.gif) top left no-repeat;
}

.list08 {
  padding: 2px 0 0 10px;
  background: transparent url(/images/common/list08.gif) top left no-repeat;
}

.list09 {
  padding: 2px 0 0 10px;
  background: transparent url(/images/common/list09.gif) top left no-repeat;
}

.list-white {
  padding: 2px 0 0 10px;
  background: transparent url(/images/common/list-white.gif) top left no-repeat;
}


.icon-sakura {
  margin-left: 4px;
  padding: 2px 0 0 13px;
  background: transparent url(/images/common/icon-sakura.gif) center left no-repeat;
}

.icon-sakura2 {
  margin-left: 4px;
  padding: 2px 0 0 13px;
  background: transparent url(/images/common/icon-sakura02.gif) center left no-repeat;
}

.list001 {
  padding: 0 0 0 15px;
  background: transparent url(/images/common/icon001.gif) top left no-repeat;
}

.list002 {
  padding: 0 0 0 15px;
  background: transparent url(/images/common/icon002.gif) top left no-repeat;
}

.list003 {
  padding: 0 0 0 15px;
  background: transparent url(/images/common/icon003.gif) top left no-repeat;
}

.list004 {
  padding: 0 0 0 15px;
  background: transparent url(/images/common/icon004.gif) top left no-repeat;
}

.list005 {
  padding: 0 0 0 15px;
  background: transparent url(/images/common/icon005.gif) top left no-repeat;
}

.list006 {
  padding: 0 0 0 15px;
  background: transparent url(/images/common/icon006.gif) top left no-repeat;
}

.list007 {
  padding: 0 0 0 15px;
  background: transparent url(/images/common/icon007.gif) top left no-repeat;
}

.list008 {
  padding: 0 0 0 15px;
  background: transparent url(/images/common/icon008.gif) top left no-repeat;
}

.list009 {
  padding: 0 0 0 15px;
  background: transparent url(/images/common/icon009.gif) top left no-repeat;
}

/* リンク */
a {
  color: #039;
  text-decoration: none;
}

a:hover {
  color: #666;
}
  
a:visited {
  color: #377e90;
  text-decoration: none;
}

a.day {
  color: #fff;
}

a.day:hover {
  color: #ccc;
}

a.day:visited {
  color: #fff;
}

a.white {
  color: #fff;
}

a.white:hover {
  color: #ccc;
}

a.white:visited {
  color: #fff;
}

a.gray {
  color: #333;
}

a.gray:hover {
  color: #ccc;
}

a.gray:visited {
  color: #333;
}

/* 基本カラー関連----------------------------- */

.font-white {
  color: #fff;
}
.font-sakura {
  color:#d35;
}

.color-sakura {
  background: #d35;
}
.bg-sakura {
  background: #fceaee;
}

.font-gray {
  color: #5a5a5a;
}

.color-gray {
  background: #5a5a5a;
}

.bg-gray {
  background: #eee;
}

.font-bb {
  color: #c12;
}

.color-bb {
  background: #c12;
}

.bg-bb {
  background: #fae7e8;
}

.font-topic {
  color: #c51;
}

.color-topic {
  background: #c51;
}

.bg-topic {
  background: #faeee7;
}

.font-news {
  color: #a72;
}

.color-news {
  background: #a72;
}

.bg-news {
  background: #f6f1e8;
}

.font-media {
  color: #560;
}

.color-media {
  background: #560;
}

.bg-media {
  background: #eeefe5;
}

.font-event {
  color: #243;
}

.color-event {
  background: #243;
}

.bg-event {
  background: #e8ecea;
}

.font-bbs {
  color: #236;
}

.color-bbs {
  background: #236;
}


.bg-bbs {
  background: #e8eaef;
}

.font-blog {
  color: #506;
}

.color-blog {
  background: #506;
}

.bg-blog {
  background: #eee5ef;
}



/* トップページ-------------------------------------------- */
/* ヘッダー */
h1 {
  position: absolute;
  top: -5000px;
  text-indent: -5000px;
}

#header-margin {
  margin: 0 29px 0 0;
  background: transparent url(/images/common/top-sp.gif) top repeat-x;
  height: 142px;
}

#header-img {
  background: transparent url(/images/common/header-img.jpg) top left no-repeat;
  height: 142px;
}

#header-link {
  position: absolute;
  top: 0;
  left: 29px;
}

#header-text {
  position: absolute;
  z-index: 3;
  top: 50px;
  left: 320px;
  font-size: 12px;
  color: #fff;
  line-height: 1.2em;
  text-align: left;
}

#header-img01 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  border: 0;
}

#header-img02 {
  position: absolute;
  top: 0;
  right: 29px;

}  


/* レフトサイド */
#menu-position {
  margin-top: 6px;
}

#left-navi {
  min-height: 30px;
  border: 1px solid #ccc;
}
/*　背景変わる */
#index #left-navi, #watch-tv #left-navi, #week-program #left-navi,
#today-program #left-navi, #program-list #left-navi, #program-detail #left-navi,
#media-list #left-navi, #media-detail #left-navi, #event #left-navi,
#bb-list #left-navi, #about-sakura #left-navi, #privacy #left-navi,
#bbs-old #left-navi,
#agreement #left-navi, #site-map #left-navi, #no-rightblock #left-navi, #general #left-navi {
  background: transparent url(/images/common/left-side-flower-white01.gif) top left no-repeat;
}
#bb-detail #left-navi {
  background: transparent url(/images/common/left-side-flower-white02.gif) top left no-repeat;
}

#menu-list {
  vertical-align: bottom;
}

#left-navi01 {
  padding: 6px 6px 6px 0;
  border-bottom: 1px solid #ccc;

}

#left-navi02 {
  padding: 6px 6px 6px 0;
}
      

/* 注意: 画像とテキストのロールオーバーがある場合は
paddingの値＋width（height）の値＝画像の横幅（高さ）にすることで解決できる */
a#list-sakura, a#list-top, a#list-program, a#list-media,
a#list-event, a#list-bb, a#list-bbs, a#list-inetbc, a#list-topic {
  display: block;
  height: 22px;
  padding-top: 4px;
  width: 152px;
  padding-left: 15px;
  color: #fff;
  margin-bottom: 1px;
  font-weight: bold;
}



a#list-sakura, a#list-top {
  background: url(/images/common/sidemenu001.gif) no-repeat;
}

a:hover#list-sakura, a:hover#list-top {
  background: url(/images/common/sidemenu001-1.gif) no-repeat;
}

a#list-program {
  background: url(/images/common/sidemenu002.gif) no-repeat;
}

a:hover#list-program {
  background: url(/images/common/sidemenu002-1.gif) no-repeat;
}

a#list-inetbc {
  background: url(/images/common/sidemenu003.gif) no-repeat;
}

a:hover#list-inetbc {
  background: url(/images/common/sidemenu003-1.gif) no-repeat;
}

a#list-bb {
  background: url(/images/common/sidemenu003.gif) no-repeat;
}

a:hover#list-bb {
  background: url(/images/common/sidemenu003-1.gif) no-repeat;
}

a#list-topic {
  background: url(/images/common/sidemenu004.gif) no-repeat;
}

a:hover#list-topic {
  background: url(/images/common/sidemenu004-1.gif) no-repeat;
}

a#list-news {
  background: url(/images/common/sidemenu005.gif) no-repeat;
}

a:hover#list-news {
  background: url(/images/common/sidemenu005-1.gif) no-repeat;
}

a#list-media {
  background: url(/images/common/sidemenu006.gif) no-repeat;
}

a:hover#list-media {
  background: url(/images/common/sidemenu006-1.gif) no-repeat;
}

a#list-event {
  background: url(/images/common/sidemenu007.gif) no-repeat;
}

a:hover#list-event {
  background: url(/images/common/sidemenu007-1.gif) no-repeat;
}

a#list-bbs {
  background: url(/images/common/sidemenu008.gif) no-repeat;
}

/****
a:hover#list-bbs {
  background: url(/images/common/sidemenu008-1.gif) no-repeat;
}
****/

a#list-blog {
  background: url(/images/common/sidemenu009.gif) no-repeat;
}

a:hover#list-blog {
  background: url(/images/common/sidemenu009-1.gif) no-repeat;
}


#input-search {
  width: 129px;
}

.left-list-title {
  background: transparent url(/images/common/left-side-menu02.gif) top left no-repeat;
  min-height: 20px;
}

.left-list-title h3 {
  padding: 4px 6px 3px 6px;
  color: #fff;
  font-weight: bold;
}

/* コンテンツ */
#ad-margin {
  margin-top: 12px;
}

/* 使い方解説ビデオ */
#video-ex {
  margin: 4px 0 6px 0;
}

/* floatタイトル周り */
#content-sakura,
#content-topic,
#content-event,
#content-media,
#content-blog {
  padding: 4px 6px 3px 6px;
}

#content-sakura h2,
#content-topic h2,
#content-event h2,
#content-media h2,
#content-blog h2 {
  text-align: left;
  float: left;
}

#content-sakura p,
#content-topic p,
#content-event p,
#content-media p,
#content-blog p {
 text-align: right; 
}

/* 内容周り */
#content-body-topic,
#content-body-sakura,
#content-body-event,
#content-body-media {
  clear: both;
  margin-bottom: 6px;
  padding: 6px;
  color: #000;
}

#content-body-topic table tr td,
#content-body-sakura table tr td,
#content-body-event table tr td,
#content-body-media table tr td {
  vertical-align: top;
}

#content-body-topic a,
#content-body-sakura a,
#content-body-event a,
#content-body-media a {
  color: #003399;
}

/* タイトル&内容変更部分 */
/* コンテンツ-さくら set↓ */
#content-sakura {
  border: 1px solid #d35;
  margin-top: 6px;
  background: #d35;
}

#content-sakura h2 {
  color: #d35;
}

#content-body-sakura {
  border: solid #d35;
  border-width: 0 1px 1px 1px;
  background: #fff url(/images/common/contents-body-sakura-bg.gif) top repeat-x;
}

#content-body-sakura table tr td img {
  padding: 3px;
  margin-left: 6px;
  border: 1px solid #cdcdcd;
  background: #fff;
}

/* コンテンツ-トピック set↓ */
#content-topic {
  border: 1px solid #c51;
  background: #c51;
}

#content-topic h2 {
/*  color: #c51;*/
  color: #fff;
}

#content-body-topic {
  border: solid #c51;
  border-width: 0 1px 1px 1px;
  background: #fff url(/images/common/contents-body-topic-bg.gif) top repeat-x;
}

/* コンテンツ-イベント set↓ */
#content-event {
  border: 1px solid #243;
  background: #243;
}

#content-event h2 {
  color: #fff;
}

#content-body-event {
  border: solid #243;
  border-width: 0 1px 1px 1px;
  background: #fff url(/images/common/contents-body-event-bg.gif) top repeat-x;
}

/* コンテンツ-メディア set↓ */
#content-media {
  border: 1px solid #560;
  background: #560;
}

#content-media h2 {
  color: #fff;
}

#content-body-media {
  border: solid #560;
  border-width: 0 1px 1px 1px;
  padding: 6px;
  background: #fff url(/images/common/contents-body-media-bg.gif) top repeat-x;
}

#content-body-media table tr td {
  vertical-align: top;
}

#content-body-media table tr td img {
  padding: 3px;
  margin-right: 6px;
}

/* コンテンツ set↓ */
#content-blog {
  border: 1px solid #560;
  background: #560;
}

#content-blog h2 {
  color: #fff;
}

#content-body-blog {
  border: solid #560;
  border-width: 0 1px 1px 1px;
  background: #fff url(/images/common/contents-body-blog-bg.gif) top repeat-x;
}

/* ライトサイド */

#right-program {
  background: transparent url(/images/common/program-type01.gif) top  center no-repeat;/****幅変更****/
  width: 217px;/****幅変更****/
  min-height: 18px;
  color: #fff;
  padding: 3px 0 3px 0;
  text-align: center;
}

#right-program h3 {
  padding-top: 3px;
}

#right-program-table-border {
 border: 1px solid #4c4845;
 margin-right: 12px;
 }

#right-side-table {
  width: 215px; /****幅変更****/ 
  border-collapse: collapse;
}

#right-side-table tr td {
  padding: 2px 2px;
  font-size: 13px;
}

.time,
.time-border-none {
  text-align: right;
  vertical-align: top;
}

.right-program-bottom-border,
.time,
#time-bg-program,
#right-bg-program {
  vertical-align: top;
  background: #fff;
  border-bottom: 1px solid #4c4845;
  color: #4c4845;
}

.right-program-bottom-border-none,
.time-border-none {
  background: #fff;
}

#time-bg-program,
#right-bg-program {
  background: #dddeff; 
}

#right-week-program {
  text-align: right;
  padding-right: 15px;
  margin-top: 6px;
}

/* 中身の基本3カラム ---------------------------- */
.common h2 {
  text-indent: -5000px;
  margin-top: 9px;
  text-align: center;
  height: 22px;
}

.box-content {
  border: 1px solid;
  padding: 11px 7px 7px 7px;
}

.top-ex {
  font-weight: bold;
}
  
.title-common {
  color: #fff;
  padding: 4px 8px;
  font-weight: bold;
}

.box-common {
  padding: 10px 8px;
}

#program-list .border,
#program-list .border-day,
#media-list .border {
  border-top: 1px solid #bbb;
  padding-left: 2px;
}

#event .border {
  border-bottom: 1px solid #bbb;
  padding-left: 2px;
}

#list-title-program,
#list-title-day, 
#list-title-bb-program,
#list-title-volum,
#list-title-time,
#list-title-title,
#list-title-author,
#list-title-publisher,
#list-title-introduction {
  margin-top: 6px;
  padding: 4px 8px;
  color: #fff;
  font-weight: bold;
}

/* 中身の基本2カラム ------------------------ */
.common2 h2 {
  margin-top: 9px;
  text-align: center;
  height: 22px;
  text-indent: -5000px;
}

.box-content2 {
  padding: 10px 8px;
  background: #fff;

}


/*　番組表week-programのページ (2カラム)-------------------------- */

#week-program table,
#today-program table {
  width: 100%;
}


#week-program #program tr td {
  padding: 3px;


}

#bg-table {
  background: #777;
}


#week-program p {
  margin: 3px 0 6px 0;
}

#week-program b {
  font-weight: bold;
  margin-right: 3px;
  color: #5a5a5a;
}

#week-program table img {
  margin: 1px 3px 0 0;
}
/* 曜日 */

.day {
  text-align: center;
  background: #5a5a5a;
  font-weight: bold;
  color: #fff;
  width: 14%;
}

.day-width {
  width: 2%;
  background: #cdcdcd;
  text-align: right;
}
/* 時間 */
.day-time01, .day-time02, .day-time03, {
  vertical-align: center;
}


/* 各ジャンル(色は適当です) */

td.genre01 {
  vertical-align: top;
  background: #fff;
  font-size: 14px;
}

td.genre02 {
  vertical-align: top;
  background: #fcb;
  font-size: 14px;
}

td.genre03 {
  vertical-align: top;
  background: #bcc;
}

td.genre03 {
  vertical-align: top;
  background: #fbb;
}

.genre01 a,
.genre02 a {
  color: #039;
}

/*　today-program今日の番組(2カラム)---------------- */

#today-program-contents td  {
  vertical-align: top;
}


#today {
  width: 100%;
  background: #5a5a5a;
  color: #fff;
  margin-top: 9px;
}
#today a {
  color: #fff;
}

#today #today-left {
  text-align: left;
  padding-left: 9px;
  margin: 4px 4px 4px 9px;
  width: 30%;
}

#today #today-center {
  text-align: center;
  width: 40%;
}

#today #today-center h3 {
  margin: 4px 4px 4px 9px;
  font-weight: bold;
}

#today-right {
  margin: 4px 9px 4px 4px;
  text-align: right;
  width: 30%;
  padding-right: 9px;
}

.today-time01,
.today-time02,
.today-time03 {
  width: 3%;
  text-align: right;
}

.today-program-content {
  width: 97%;
  background: #eee;
  text-align: left;
}


.today-program-content h4 {
  margin: 3px 3px 0 3px;
}


.today-program-content p {
  margin: 0 3px 3px 3px;
}

.today-program-content a {
  color: #039;
}

.today-time01, 
.today-time02, 
.today-time03 {
  padding: 3px
}
.day-time01,
.today-time01 {
  background: #fceaee;
}

.day-time02,
.today-time02 {
  background: #f5c1cc;
}

.day-time03,
.today-time03 {
  background: #e78;
}

 #today-program-contents h4 {
  color: #d35;
  margin-bottom: 2px;
}

#today-program-contens table img {
  margin: 1px 0 0 3px;
}

/* 番組表二つ基本の部分 ---------------------------- */


#today-program .common2 h2 {
  background: transparent url(/images/common/today-program.gif) top center no-repeat;
}

#week-program .common2 h2 {
  background: transparent url(/images/common/week-program.gif) top center no-repeat;
}

#today-program .box-content2,
#week-program .box-content2 {
  border: 1px solid #cdcdcd;
  background: #fff url(/images/common/moyou-gray.gif) top right no-repeat;
}

/* BBライブラリ詳細 ----------------------------- */
#bb-detail .common h2 {
  background: transparent url(/images/common/bb-detail.gif) top center no-repeat;
}

#bb-detail .box-content {
  border-color: #fbb;
  background: #fff url(/images/common/moyou-bb.gif) top right no-repeat;
}


#bb-detail .box-content p {
  margin-bottom: 10px;
}

#bb-detail .title-common {
  background: #c12;
  margin-top: 6px;
}

#bb-detail .box-common {
  background: #fceaee;
}

.bb-img {
  width: 148px;
  background: #bbb7b1;
  text-align: center;
}

.top-ex {
  text-align: center;
}

.bb-ex {
  vertical-align: top;
  text-align: left;
  padding-left: 8px;
}

.play {
  padding-left: 8px;
  vertical-align: bottom;
}

#bb-detail #right,
#bb-list #right,
#event #right,
#watch-tv #right,
#program-list #right,
#media-list #right,
#media-detail #right,
#agreement #right,
#about-sakura #right,
#site-map #right,
#no-rightblock #right,
#general #right {
  text-align: right;
  margin: 6px 0 0 0;
}

.bb-genres {
	padding: 0 2em 0 2em;
	margin-bottom: 1em;
	text-align: center;
	line-height: 2em;
}

.bb-genre-on {
	font-size: 14px;
	padding: 3px 6px 3px 6px;
	border: 1px solid #c12;
	background: #FC9FE4;
	margin: 1px 2px 1px 2px;
	white-space: nowrap;
}

.bb-genre-off {
	font-size: 14px;
	padding: 3px 6px 3px 6px;
	border: 1px solid #c12;
	background: #fceaee;
	margin: 1px 2px 1px 2px;
	white-space: nowrap;
}

/* 視聴方法 ----------------------------- */
#watch-tv .common h2 {
  background: transparent url(/images/common/watch-tv.gif) top center no-repeat;
}

#watch-tv .box-content {
  border-color: #f5c1ff;
  background: #fff url(/images/common/moyou-sakura.gif) top right no-repeat;
}


#watch-tv .top-ex {
  font-weight: bold;
  color: #d35;
  margin-bottom: 16px;
}

#watch-tv .title-common {
  background: #d35;
  margin-top: 9px;
}

#watch-tv .box-common {
  background: #fceaee;
  margin-bottom: 9px;
}

/* 出版メディア ----------------------------- */
#media-detail .common h2 {
  background: transparent url(/images/common/media.gif) top center no-repeat;
}

#media-detail .box-content {
  border-color: #cdb;
  background: #fff url(/images/common/moyou-media.gif) top right no-repeat;
}


#media-detail .top-ex {
  font-weight: bold;
  margin-bottom: 6px;
  padding-bottom: 9px;
}

#media-detail .box-common {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 6px;
}

#media-detail .book-img {
  padding-right: 22px;
  text-align: left;
  width: 1%;
}
#media-detail .book-ex
#program-detail .book-ex {
  vertical-align: top;
}

#media-detail .box-common table,
#program-detail .box-common table {
  width: 100%;
  margin-bottom: 3px;
}

/* 番組詳細 ----------------------------- */
#program-detail .common h2 {
  background: transparent url(/images/common/program-detail.gif) top center no-repeat;
}

#program-detail .box-content {
  border-color: #f5c1cc;
  background: #fff url(/images/common/moyou-sakura.gif) top right no-repeat;
  margin-bottom: 10px;
}

#program-detail .box-content .font-sakura {
  text-align: center;
  margin-bottom: 6px;
}

#program-detail #program-ex {
  margin-bottom: 9px;
}

#program-detail #program-img {
  padding: 3px;
  border: 1px solid #cdcdcd;
  background: #fff;
}

#program-detail .book-img {
  padding-right: 6px;
  text-align: left;
  width: 1%;
  vertical-align: top;
}

#program-detail .book-ex img {
  margin-right: 2px;
}
#program-detail .box-common {
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

#program-detail .program-title {
  border-top: 1px solid #ddd;
  padding: 6px 0 0 0;
  color: #d35;
}

#detail-ex {
  border-bottom: 1px solid #cdcdcd;
}

#detail-ex table{
  margin-bottom: 6px;
} 
#detail-ex .program-day {
  width: 1%;
}

#detail-ex .program-day p, 
#detail-ex .program-icon img {
  margin-right: 9px;
}


#detail-ex .program-icon {
  width: 1%;
  text-align: center;
  line-height: 0;
  font-size: 0;
}

#detail-ex .program-main {
  width: 98%;
  padding-top: 1em;
  padding-bottom: 1em;
}

#detail-ex .dot-line {
  height: 6px;
}

/* イベント情報 ----------------------------- */
#event .common h2 {
  background: transparent url(/images/common/event.gif) top center no-repeat;
 
}

#event .box-content {
  border-color: #bcc;
  background: #fff url(/images/common/moyou-event.gif) top right no-repeat;
}

#event .title-common {
  background: #243;
  margin-top: 6px;
}

#event .box-common {
  background: #e8ecea;
  padding: 0;
  
}

#event form {
  text-align: center;
}

#event select {
  margin-bottom: 6px;
}


#event .border  {
  vertical-align: center;
}

#event table p {
  margin: 2px 6px 2px 6px;

}
#event table tr td {
  vertical-align: top;
}

#event .font-event {
  margin-right: 6px;
}


/* 番組一覧 ----------------------------- */
#program-list .common h2 {
  background: transparent url(/images/common/program-list.gif) top center no-repeat;
 
}

#program-list .box-content {
  border-color: #f5c1cc;
  background: #fff url(/images/common/moyou-sakura.gif) top right no-repeat;
}

#program-list .center {
  margin-bottom: 16px;
}

#list-title-program,
#list-title-day {
  background: #d35;
}

#list-title-program {
  width: 66%;
}

#list-title-day {
  width: 34%;
  text-align: right;
  padding-right: 110px;
}

#program-list .box-common {
  background: #fceaee;
  padding: 0;
  
}

#program-list form,
#bb-list form,
#media-list form {
  text-align: center;
}

#program-list select,
#bb-list select,
#media-list select {
  margin-bottom: 6px;
}

#program-list table,
#bb-list table,
#media-list table,
#event table,
#program-detail #detail-ex {
  width: 100%;
}

#program-list table p,
#bb-list table p,
#media-list table p{
  margin: 2px 6px 2px 6px;

}
#program-list table tr td,
#bb-list table tr td,
#media-list table tr td {
  vertical-align: center;
}

#program-list .font-event {
  margin-right: 6px;
}

#program-list .box-common .day-icon {
  margin: 3px 3px 0 0;
}

#program-list .border-day {
  text-align: right;
}

/* 桜BBライブラリ ----------------------------- */
#bb-list .common h2 {
  background: transparent url(/images/common/bb-list.gif) top center no-repeat;
 
}

#bb-list .box-content {
  border-color: #fbb;
  background: #fff url(/images/common/moyou-bb.gif) top right no-repeat;
}

#bb-list .center {
  margin-bottom: 16px;
}

#bb-list .b6,
#bb-list .box-gray {
  font-size: 80%;
  line-height: 1.1em;
}
#bb-list .box-gray {
  margin-bottom: 16px;
}
#list-title-bb-program,
#list-title-volum,
#list-title-time {
  background: #c12;
}

#list-title-bb-program {
  width: 70%;
}

#list-title-volum {
  width: 10%;
}

#list-title-time {
  width: 20%;
}

#bb-list .box-common {
  background: #fae7e8;
  padding: 0;
  
}

#bb-list .box-common .border {
  margin-left: 9px;
  border-top: 1px solid #cdcdcd;
}

/* 出版メディア紹介一覧 ----------------------------- */
#media-list .common h2 {
  background: transparent url(/images/common/media-list.gif) top center no-repeat;
 
}

#media-list .box-content {
  border-color: #cdb;
  background: #fff url(/images/common/moyou-media.gif) top right no-repeat;
}

#media-list .center {
  margin-bottom: 16px;
}

#media-list .b6,
#media-list .box-gray {
  font-size: 80%;
  line-height: 1.1em;
}
#media-list .box-gray {
  margin-bottom: 16px;
}

#list-title-title,
#list-title-author,
#list-title-publisher,
#list-title-introduction {
  background: #560;
}

#list-title-title {
  width: 40%;
}

#list-title-author {
  width: 26%;
}

#list-title-publisher {
  width: 20%;
}

#list-title-introduction {
  width: 14%;
}
#media-list .box-common {
  background: #eeefe5;
  padding: 0;
}

#media-list .box-common .border {
  margin-left: 9px;
}

#media-list .border-introduction {
  border-top: 1px solid #bbb;
  text-align: right;
}

/* 利用規約 & 個人情報保護方針 ----------------------------- */
#privacy .common,
#agreement .common {
  margin-top: 6px;
}

#privacy .box-content,
#agreement .box-content {
  border-color: #cdcdcd;
  background: #fff url(/images/common/moyou-gray.gif) top right no-repeat;
}

#privacy .top-ex,
#agreement .top-ex {
  font-weight: bold;
  color: #5a5a5a;
  margin-bottom: 16px;
}

#privacy .title-common,
#agreement .title-common {
  background: #5a5a5a;
  margin-top: 9px;
}

#privacy .box-common,
#agreement .box-common {
  background: #eee;
  margin-bottom: 9px;
}

#privacy #right {
  text-align: right;
}

#privacy .common ol li {
  list-style: decimal;
  margin-left: 24px;
}

/* サイトマップ ----------------------------- */
#site-map .common {
  margin-top: 6px;
}

#site-map .box-content {
  border-color: #cdcdcd;
  background: #fff url(/images/common/moyou-gray.gif) top right no-repeat;
}

#site-map .top-ex {
  font-weight: bold;
  color: #5a5a5a;
  margin-bottom: 16px;
}

#site-map .title-common {
  background: #5a5a5a;
  margin-top: 9px;
}

#site-map .box-common {
  background: #eee;
  margin-bottom: 9px;
}

#site-map .common {
  position:relative;
  width: 100%;
}

#site-map .common table {
  width: 100%;
}
.map-list {
  width: 50%;
  vertical-align: top;
}

/* チャンネル桜について ------------------*/
#about-sakura .common h2 {
  background: transparent url(/images/common/about-sakura.gif) top center no-repeat;
}

#about-sakura .box-content {
  border-color: #f5c1cc;
  background: #fff url(/images/common/moyou-sakura.gif) top right no-repeat;
}

#about-sakura .common ul {
  text-align: center;
}
  
#about-sakura  .common ul li {
  display: inline;
}
#about-sakura .common .icon-sakura {
  margin-left: 9px;
  padding: 2px 0 0 13px;
}

#about-sakura .top-ex {
  font-weight: bold;
  color: #d35;
  margin-top: 16px;
  margin-bottom: 16px;
}

#about-sakura .box-common {
  padding: 0;
}

#about-sakura .dot-line {
  margin-top: 16px;
}

/* 2カラムの場合------------------------------------　*/
#week-program #contents-margin,
#today-program #contents-margin,
#about-sakura #contents-margin,
#privacy #contents-margin,
#agreement #contents-margin,
#site-map #contents-margin,
#no-rightblock #contents-margin {
  padding: 0 39px 0 218px;
}

#no-rightblock #right-side,
#week-program #right-side,
#today-program #right-side,
#about-sakura #right-side,
#privacy #right-side,
#agreement #right-side,
#site-map #right-side,
#no-rightblock #right-side {
  display: none;
}

/* min-width hack
=============================================================================== */


#contents {
  position: relative;
}

*html #contents {
  position: static;
}

#container {
  position: relative;
  min-width: 900px;
}

/* 背景変わる */
#index #container, #watch-tv #container, #week-program #container, #bb-detail #container,
#today-program #container, #program-list #container, #program-detail #container,
#media-list #container, #media-detail #container, #event #container,
#bb-list #container, #about-sakura #container, #privacy #container,
#bbs-old #container, 
#agreement #container, #site-map #container, #no-rightblock #container, #general #container {
  background: transparent url(/images/common/bg-gra01.gif) 0 142px repeat-x;
}
/**** カテゴリメニューからのリンクに従って背景色を変える場合は、ここを生かす
#bb-detail #container {
  background: transparent url(/images/common/bg-gra02.gif) 0 142px repeat-x;
}
****/

#bg-left {
  background: transparent url(/images/common/left-side-bg.gif) bottom left repeat-y;
}

#bg-right {
  background: transparent url(/images/common/right-side-bg.gif) bottom right repeat-y;
}

#left-side,
#right-side {
  top: 0;
}

* html #left-side,
* html #right-side {
  top: 142px;
}

* html .min-width01 {
  margin-left: 900px;

}
* html .min-width02 {
  position: relative;
  margin-left: -900px;
}
/**/
* html #test0,
* html .min-width01,
* html .min-width02 {
  height: 1px;
}

/**/

/* 右サイド無しの汎用 ----------------------------- */

/**** For Staffs ****/
.staff-menubar {
	border: 1px solid #f93;
	background: #ff9;
}

/* 汎用 ----------------------------- */
#general .box-content {
	border-color: #f5c1ff;
	background: #fff url(/images/common/moyou-sakura.gif) top right no-repeat;
}

#general .common h2 {
	font-size: 14px;
	color: #d35;
	text-indent: 0;
	margin-top: 9px;
	text-align: center;
	height: 22px;
}

.search-form {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.search-form input {
	vertical-align: middle;
}

.table-generic1 {
}

.table-generic1 th {
	margin-top: 6px;
	padding: 4px 8px;
	color: #fff;
	font-weight: bold;
	background: #d35;
}

.table-generic1 tr td {
	border-top: 1px solid #bbb;
	padding-left: 2px;
}

/* 旧掲示板 ----------------------------- */
#bbs-old .common h2 {
	visibility: hidden;
}

#bbs-old .box-content {
  border-color: #B4C0D8;
  background: #fff url(/images/common/moyou-bbs.gif) top right no-repeat;
}

#bbs-old .box-common {
  background: #fceaee;
  padding: 0;
  
}

#bbs-old table {
  width: 100%;
}

#bbs-old table p {
  margin: 2px 6px 2px 6px;
}

#bbs-old table tr td {
  vertical-align: center;
}
