/*ページ固有のスタイル*/

#banner_jc {
  position:relative;
  width:100%;
  height:60px;
  margin:2em 0;
}

#banner_jc a {
  border-style: none;
}

#banner_jc a img {
  right:0;
  bottom:0;
  float:right;
  width:201px;
  height:51px;
}

#banner_jcta {
  position:relative;
  width:100%;
  height:110px;
  margin:2em 0;
}

#banner_jcta a {
  border-style: none;
}

#banner_jcta a img {
  right:0;
  bottom:0;
  float:right;
  width:198px;
  height:99px;
}


h1 {
  background:
    transparent
    url('img/cam.jpg')
    no-repeat
    scroll
    left center;
  margin:10px auto;
  clear:both;
/*  width:378px;
  width:435px; */
  width:350px;
  height:117px;
/*  text-align:right;*/
  padding-left:75px;
}

h1 img {
  background:
    transparent
    url('img/24tv.jpg')
    no-repeat
    scroll
    right center;
  padding-right:77px;
}

#top_main {
  margin: 0 auto;
  width:550px;
  text-align:center;
}

#info {
  margin:10px auto;
}

/* トップページのテレビ型リンク */
#top_link {
  position:relative;
  width:460px;
/*  height:250px; 
  height: 440px;
  */
  height: 440px;
  text-align:center;
  top:0;
  margin:0 auto;
}

#top_link2 {
  position:relative;
  width:460px;
  height: 2em;
  text-align:center;
  top:0;
  margin:0 auto;
}

#top_link3 {
  position:relative;
  width:460px;
  height: 35px;
  text-align:center;
  top:0;
  margin:0 auto;
}

#top_link3 a img {
  border-style:none;
}

#top_link_list {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:460px;
  height:250px;
  list-style-type: none;
}

#top_link_list li {
  display:inline;
  float:left;
}

#top_link_list li a {
  display:block;
  width:140px;
  height:109px;
  background-repeat : no-repeat;
  background-position : top center;
  overflow:hidden;
  text-indent: -1000em;
  margin:5px;
}

#link_profile {
  background-image: url('img/top_menu/prof.jpg');
  position:absolute;
  left:5px;
  top:114px;
}

#link_profile:hover {
  background-image: url('img/top_menu/onprof.jpg');
}

#link_president {
  background-image: url('img/top_menu/prdt.jpg');
  position:absolute;
  left:150px;
  top:114px;
}

#link_president:hover {
  background-image: url('img/top_menu/onprdt.jpg');
}

#link_channel {
  background-image: url('img/top_menu/chnl.jpg');
  position:absolute;
  left:150px;
  top:5px;
}

#link_channel:hover {
  background-image: url('img/top_menu/onchnl.jpg');
}

#link_join {
  background-image: url('img/top_menu/join.jpg');
  position:absolute;
  left:5px;
  top:5px;
}

#link_join:hover {
  background-image: url('img/top_menu/onjoin.jpg');
}

#link_staff {
  background-image: url('img/top_menu/staf.jpg');
  position:absolute;
  left:300px;
  top:114px;
}

#link_staff:hover {
  background-image: url('img/top_menu/onstaf.jpg');
}

#link_community {
  background-image: url('img/top_menu/comm.jpg');
  position:absolute;
  left:300px;
  top:5px;
}

#link_community:hover {
  background-image: url('img/top_menu/oncomm.jpg');
}

/* インターネットのリンク */
#link_internet {
  position:absolute;
  display:block;
  top:250px;
  left:150px;
  width:152px !important;
  height:139px !important;
  background-repeat : no-repeat;
  background-position : top center;
  overflow:hidden;
  text-indent: -1000em;
  margin:5px;
  background-image: url('img/top_menu/pc-ani.gif');
}

/* 地デジのリンク */
#link_digital {
  clear:both;
  background:
    transparent
    url('img/allow_ani1.gif')
    no-repeat
    scroll
    left center;
  width:15em;
  margin:0px auto;
  font-size:1em;
  font-weight:bold;
/*  
  width:378px;
  height:117px;
  text-align:right;
*/
  padding-left:20px;
}

#link_digital a {
  display:block;
  background:
    transparent
    url('img/allow_ani2.gif')
    no-repeat
    scroll
    right center;
  padding-right:20px;
  margin-left:10px;
}

/*
h2 {
  margin:2em 1em 0.3em 1em;
  clear:both;
}

h3 {
  margin:2em 1em 0.5em 1em;
  clear:both;
}

a:visited {
  color:#333366;
}

a img {
  border-style:none;
  margin:0;
  padding:0;
}
*/


