@charset "Shift_JIS";
/*
===============================
　　中面・トップ共用スタイル
===============================

更新履歴

2013 12.02 右メニューtwitterアカウント切り替え追加
2012 01.10 速報（中面）追加
2008 04.08 中日新聞版に準拠
2008 04.02 中日新聞版に準拠

-------------------------------
【汎用タグ設定テキスト(文字高・行間)】
[テキスト]
.t-middle…85%・150%
[配置]
.area-center…中央配置
[リスト]
dl.type01	…通常リスト（テキスト85%）
dl.type02	…<dt><dd>並列（テキスト85%）
dl.type03	…<dt>青アイコン有
ul.type00,dt.type00	…フォントサイズデフォルト化（テキスト100%）
【テーブル】
table.type01
table.type01-full　…(type01の横幅100%：クロスブラウザ対応)
table.type02
【コンテンツ部共用】
.pagetop　…「ページトップへ戻る」
.caption　…写真キャプション
.tokushu	…記事リストの「特集」
【リストスタイル】
.Newslist li
.Chiki-news li
【ローカルナビゲーションエリア】
#Lnavi-w200 	…横幅200px
#Lnavi-w300		…横幅300px
-------------------------------
*/
/*
-------------------------------
汎用テキスト(文字高・行間)
-------------------------------
*/
/*テキスト*/
.f-middle {
  font-size: 85%;
  line-height: 100%;
}

.t-middle {
  font-size: 85%;
  line-height: 150%;
}

/*配置*/
.area-center {
  margin: 0;
  padding: 5px 0;
  text-align: center;
}

/*リスト*/
dl.type01 {
  margin: 0;
  padding: 0;
}

dl.type01 dt {
  font-size: 85%;
  line-height: 150%;
  font-weight: bold;
  margin: 0;
  padding: 0 0.5em 0.3em 0;
}

dl.type01 dd {
  font-size: 85%;
  line-height: 150%;
  margin: 0;
  padding: 0 0 0.8em 0;
}

/*------------------------*/
dl.type02 {
  margin: 0;
  padding: 0;
}

dl.type02 dt {
  font-size: 85%;
  line-height: 150%;
  font-weight: bold;
  margin: 0;
  padding: 0 0.5em 0 0;
  float: left;
}

dl.type02 dd {
  font-size: 85%;
  line-height: 150%;
  margin: 0;
  padding: 0 0 0.2em 0;
}

/*------------------------*/
dl.type03 {
  margin: 0;
  padding: 0;
}

dl.type03 dt {
  font-size: 85%;
  line-height: 150%;
  font-weight: bold;
  margin: 0;
  padding: 0 0.5em 0.3em 1.2em;
  background: url(/image/icon_tit01.gif) no-repeat top left;
}

dl.type03 dd {
  font-size: 85%;
  line-height: 150%;
  margin: 0;
  padding: 0 0 0.8em 0;
}

/*------------------------*/
ul.type00 li,
dl.type00 li {
  font-size: 100%;
}

/*
※<td>内等、フォントサイズ指定済みエリアにリストを配置する際に指定
*/
/*
-----------------------------
テーブル設定
-----------------------------
*/
table.type01-full {
  width: 100%;
}

* html table.type01-full {
  width: 97%;
}

table.type01,
table.type01-full {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
  clear: both;
}

table.type01 caption,
table.type01-full caption {
  font-size: 85%;
  font-weight: bold;
  text-align: left;
  line-height: 150%;
  padding: 0 0 6px 1.2em;
  background: url(/image/icon_tit01.gif) no-repeat top left;
}

table.type01 caption .data,
table.type01-full caption .data {
  font-weight: normal;
}

table.type01 th,
table.type01 td,
table.type01-full th,
table.type01-full td {
  font-size: 85%;
  line-height: 150%;
  padding: 3px 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  vertical-align: middle;
}

table.type01 th,
table.type01-full th {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #7b889a;
}

table.type01 th.th01,
table.type01-full th.th01 {
  font-weight: bold;
  text-align: center;
  color: #666666;
  background: #f8f4de;
}

table.type01 th.th01-left,
table.type01-full th.th01-left {
  font-weight: bold;
  text-align: left;
  color: #666666;
  background: #f8f4de;
}

table.type01 th.th01-t-left,
table.type01-full th.th01-t-left {
  font-weight: bold;
  text-align: left;
  color: #666666;
  background: #f8f4de;
  vertical-align: top;
}

table.type01 td,
table.type01-full td {
  text-align: left;
  background: #ffffff;
}

table.type01 td.center,
table.type01-full td.center {
  background: #ffffff;
  text-align: center;
}

table.type01 td.td01,
table.type01-full td.td01 {
  background: #eaf6fe;
}

table.type01 td.td01-center,
table.type01-full td.td01-center {
  background: #eaf6fe;
  text-align: center;
}

table.type01 td.td02,
table.type01-full td.td02 {
  background: #faffef;
}

table.type01 td.td02-center,
table.type01-full td.td02-center {
  background: #faffef;
  text-align: center;
}

table.type01 td.td03,
table.type01-full td.td03 {
  background: #fff2e7;
}

table.type01 td.td03-center,
table.type01-full td.td03-center {
  background: #fff2e7;
  text-align: center;
}

table.type01 td.td04,
table.type01-full td.td04 {
  font-weight: bold;
  color: #666666;
  background: #f8f4de;
}

table.type01 td.td04-center,
table.type01-full td.td04-center {
  font-weight: bold;
  color: #666666;
  background: #f8f4de;
  text-align: center;
}

table.type01 td.td05,
table.type01-full td.td05 {
  background: #ff988a;
}

table.type01 td.td06,
table.type01-full td.td06 {
  background: #dbdbdb;
}

/*-------------------------------*/
/*
-----------------------------
ローカルナビゲーションエリア
-----------------------------
*/
/* Lnavi w200 */
#Lnavi-w200 {
  margin: 0;
  padding: 10px 0 0 0;
  background: url(/image/lnavi_bg01.gif) repeat-y top left;
}

/* Lnavi w300 */
#Lnavi-w300 {
  margin: 0;
  padding: 0;
}

/*--各新聞社へのリンク--*/
#Lnavi-w300 .shinbun-link {
  width: 300px;
  text-align: center;
  margin: 0 0 6px 12px;
  padding: 0;
}

#Lnavi-w300 .shinbun-link p {
  margin: 0;
  padding: 0 0 4px 0;
}

#Lnavi-w300 .shinbun-link p.link01 {
  width: 49%;
  float: left;
}

#Lnavi-w300 .shinbun-link p.link02 {
  width: 50%;
  text-align: right;
  float: right;
}

/*---記事検索サービス等---*/
#Lnavi-w300 .service {
  width: 300px;
  margin: 0 0 10px 12px;
  padding: 0 0 0 0;
  clear: both;
}

#Lnavi-w300 .service .left {
  width: 147px;
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
}

#Lnavi-w300 .service .right {
  width: 147px;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}

/*---天気 w200---*/
#Lnavi-w200 .weather {
  width: 200px;
  text-align: center;
  color: #666666;
  margin: 0 0 10px 21px;
  padding: 0;
  background: #dde1ff;
  /*東京色変更*/
  /*background:#cfe6fc;*/
}

#Lnavi-w200 .weather h2 {
  font-size: 81.25%;
  font-weight: bold;
  text-align: left;
  padding: 4px 4px 2px 4px;
  background: #dde1ff;
  /*東京色変更*/
  /*background:#cfe6fc;*/
}

#Lnavi-w200 .weather h2 img {
  margin: 0 5px 0 0;
  vertical-align: -15%;
}

#Lnavi-w200 .weather h2 a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

#Lnavi-w200 .weather img {
  margin: 2px;
}

/*---天気 w300---*/
#Lnavi-w300 .weather {
  width: 300px;
  text-align: center;
  color: #666666;
  margin: 0 0 10px 12px;
  padding: 0;
  background: #dde1ff;
  /*東京色変更*/
  /*background:#cfe6fc;*/
}

#Lnavi-w300 .weather-area .weather {
  margin: 0;
}

#Lnavi-w300 .weather h2 {
  font-size: 81.25%;
  font-weight: bold;
  text-align: left;
  padding: 4px 4px 2px 4px;
  background: #dde1ff;
  /*東京色変更*/
  /*background:#cfe6fc;*/
}

#Lnavi-w300 .weather h2 img {
  margin: 0 5px 0 0;
  vertical-align: -15%;
}

#Lnavi-w300 .weather h2 a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

#Lnavi-w300 .weather img {
  margin: 2px;
}

/*---天気 w300(地方)---*/
#Lnavi-w300 .weather01 {
  width: 300px;
  color: #666666;
  margin: 0 0 10px 12px;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
}

#Lnavi-w300 .weather01 .map {
  width: 196px;
  text-align: right;
  margin: 2px 1px 2px 0;
  padding: 0;
  float: right;
}

#Lnavi-w300 .weather01 .text {
  /*width: 90px;*/
  margin: 2px;
  padding: 0;
  /*float: left;*/
}

#Lnavi-w300 .weather01 .text h2 {
  font-size: 81.5%;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 8px 0 8px 4px;
}
/*
#Lnavi-w300 .weather01 .text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#Lnavi-w300 .weather01 .text li {
  font-size: 81.5%;
  line-height: 130%;
  color: #cccccc;
  margin: 0 0 2px 0;
  padding: 0 0 2px 15px;
  background: url(../image/ico_lnavi01.gif) no-repeat left center;
  list-style-type: none;
}
*/
#Lnavi-w300 .weather01 .text ul { margin:0; padding:0;}
#Lnavi-w300 .weather01 .text ul li {
	font-size: 12px;
  display: inline-block;
  padding-left: 18px;
  background-position: left -2px center;
}
#Lnavi-w300 .weather01 table {
  margin-top: 10px;
}
#Lnavi-w300 .weather01 td a {
  display:block;
  min-height: 20px;
  min-width: 95px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 50px;
  font-weight: bold;
}
#Lnavi-w300 .weather01 td a:hover { text-decoration: none;}
#Lnavi-w300 .weather01 td.weatherTop { background: url(../image/lnavi_weather_img_top.jpg) no-repeat; }
#Lnavi-w300 .weather01 td.weatherWeek { background: url(../image/lnavi_weather_img_week.jpg) no-repeat; }
#Lnavi-w300 .weather01 td.weatherRadar { background: url(../image/lnavi_weather_img_radar.jpg) no-repeat; }

/*---天気 w300(トップページ)---*/
#Lnavi-w300 .index-weather {
  width: 300px;
  color: #666666;
  margin: 0 0 10px 12px;
  padding: 0;
  background: #f5f6fe;
}

#Lnavi-w300 .index-weather p.map {
  width: 121px;
  text-align: right;
  margin: 0;
  padding: 8px 0;
  float: left;
}

#Lnavi-w300 .index-weather .text {
 /* width: 163px;*/
  text-align: left;
  margin: 0;
  padding: 0;
  /*float: right;*/
}

#Lnavi-w300 .index-weather .text h2 {
  font-size: 81.5%;
  font-weight: bold;
  margin: 0;
  padding: 0 0 7px 0;
}

#Lnavi-w300 .index-weather .text p {
  font-size: 81.5%;
  line-height: 130%;
  color: #cccccc;
  margin: 0;
  padding: 0 0 7px 0;
}
#Lnavi-w300 .index-weather .text ul { margin:0; padding:0;}
#Lnavi-w300 .index-weather .text ul li {
	font-size: 12px;
  display: inline-block;
  padding-left: 18px;
  background-position: left -2px center;
}
#Lnavi-w300 .index-weather table {
  margin-top: 10px;
}
#Lnavi-w300 .index-weather td a {
  display:block;
  min-height: 20px;
  min-width: 95px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 50px;
  font-weight: bold;
}
#Lnavi-w300 .index-weather td a:hover { text-decoration: none;}
#Lnavi-w300 .index-weather td.weatherTop { background: url(../image/lnavi_weather_img_top.jpg) no-repeat; }
#Lnavi-w300 .index-weather td.weatherWeek { background: url(../image/lnavi_weather_img_week.jpg) no-repeat; }
#Lnavi-w300 .index-weather td.weatherRadar { background: url(../image/lnavi_weather_img_radar.jpg) no-repeat; }

/*---新聞購読 w200---*/
#Lnavi-w200 .kodoku {
  width: 200px;
  margin: 0 0 10px 20px;
  padding: 0;
}

#Lnavi-w200 .kodoku-waku {
  background: white url(../image/lnavi_kodoku_bg200.gif) no-repeat left top;
}

#Lnavi-w200 .kodoku .link-area {
  width: 180px;
  margin: 0 auto;
}

#Lnavi-w200 .kodoku .link-area .left {
  width: 88px;
}

#Lnavi-w200 .kodoku .link-area .right {
  width: 90px;
}

/*---新聞購読 w300---*/
#Lnavi-w300 .kodoku {
  width: 300px;
  margin: 0 0 10px 12px;
  padding: 0;
}

#Lnavi-w300 .kodoku-waku {
  background: white url(../image/lnavi_kodoku_bg300.gif) no-repeat left top;
}

#Lnavi-w300 .kodoku .link-area {
  width: 237px;
  margin: 0 auto;
}

#Lnavi-w300 .kodoku .link-area .left {
  width: 115px;
}

#Lnavi-w300 .kodoku .link-area .right {
  width: 117px;
}

/*---新聞購読 共用---*/
#Lnavi-w200 .kodoku,
#Lnavi-w300 .kodoku {
  text-align: center;
  color: #18409b;
  border: 1px solid #b2c1f0;
  /*東京色変更*/
  /*border:1px solid #94c1f9;*/
}

#Lnavi-w200 .kodoku .kodoku-waku,
#Lnavi-w300 .kodoku .kodoku-waku {
  margin: 0;
  padding: 0;
  border: 1px solid #ffffff;
}

#Lnavi-w200 .kodoku h2,
#Lnavi-w300 .kodoku h2 {
  padding: 6px 0 4px 0;
}

#Lnavi-w200 .kodoku .link-area .left,
#Lnavi-w300 .kodoku .link-area .left {
  text-align: left;
  margin: 0;
  float: left;
}

#Lnavi-w200 .kodoku .link-area .right,
#Lnavi-w300 .kodoku .link-area .right {
  text-align: left;
  margin: 0;
  float: right;
}

#Lnavi-w200 .kodoku .link-area ul,
#Lnavi-w300 .kodoku .link-area ul {
  margin: 0;
  padding: 4px 0 0 0;
  list-style: none;
}

#Lnavi-w200 .kodoku .link-area li,
#Lnavi-w300 .kodoku .link-area li {
  font-size: 75%;
  padding: 0 0 4px 1em;
  background: url(/image/ico_lnavi07.gif) no-repeat top left;
}

/*------------------------------------------*/
/*=========　CM・バナーエリア　=========*/
#Lnavi-w200 .banner01 {
  /*上下波線無し w200*/
  width: 200px;
  text-align: center;
  margin: 0 0 10px 21px;
  padding: 0;
}

/*------------------------------------------*/
#Lnavi-w300 .banner01 {
  /*上下波線無し w300*/
  width: 300px;
  text-align: center;
  margin: 0 0 10px 12px;
  padding: 0;
}

/*------------------------------------------*/
#Lnavi-w300 .banner05 {
  /*下波線有り背景色ベタ w300*/
  width: 300px;
  text-align: center;
  margin: 0 0 10px 12px;
  padding: 13px 0;
  border-top: 1px dotted #666666;
  border-bottom: 1px dotted #666666;
  background: #f7f7f7;
  clear: both;
}

#Lnavi-w300 .photo-block table {
  width: 200px;
  margin: 0 auto;
}

#Lnavi-w300 .photo-block .caption {
  text-align: center;
  padding: 5px 0 0 0;
}

/*------------------------------------------*/
#Lnavi-w300 .banner06 {
  /*上下波線有り背景色ベタ w300*/
  width: 300px;
  text-align: center;
  margin: 0 0 10px 12px;
  padding: 2px 0;
  border-top: 1px dotted #bababa;
  border-bottom: 1px dotted #bababa;
  clear: both;
}

#Lnavi-w300 .banner06 .banner-area {
  text-align: center;
  padding: 4px 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
}

#Lnavi-w300 .banner06 p {
  margin: 0;
  padding: 0;
}

#Lnavi-w300 .banner06 .link01 {
  width: 139px;
  margin-left: 1px;
  text-align: right;
  float: left;
}

#Lnavi-w300 .banner06 .link02 {
  width: 139px;
  margin-right: 1px;
  text-align: left;
  float: right;
}

/*=========　メニュー　=========*/
/* menu01…<H2>背景画像 */
#Lnavi-w200 .menu01 {
  /* w200 */
  width: 200px;
  margin: 0 0 8px 21px;
  padding: 0;
}

#Lnavi-w300 .menu01 {
  /* w300 */
  width: 300px;
  margin: 0 0 8px 12px;
  padding: 0;
}

#Lnavi-w200 .menu01 h2,
#Lnavi-w300 .menu01 h2,
#Lnavi-w300 .index-weather h2,
#Lnavi-w300 .weather01 h2{
  /* H2 */
  font-size: 81.25%;
  font-weight: bold;
  color: #ffffff;
  padding: 5px 4px 4px 5px;
  background: #6876f2 url(../image/lnavi_bg03.gif);
  /*東京色変更*/
  /*background:#3e8eff url(/image/lnavi_bg03.gif);*/
}

#Lnavi-w200 .menu01 h2 img,
#Lnavi-w300 .menu01 h2 img {
  margin: 0 5px 0 0;
  vertical-align: -15%;
}

#Lnavi-w200 .menu01 h2 a,
#Lnavi-w300 .menu01 h2 a {
  color: #ffffff;
  text-decoration: none;
}

#Lnavi-w200 .menu01 h2 a:visited,
#Lnavi-w300 .menu01 h2 a:visited {
  color: #ffffff;
  text-decoration: none;
}

#Lnavi-w200 .menu01 h2 a:hover,
#Lnavi-w300 .menu01 h2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#Lnavi-w200 .menu01 span,
#Lnavi-w300 .menu01 span {
  height: 9px;
  font-size: 0.1em;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: #6876f2 url(../image/lnavi_bg03.gif);
  display: block;
}

/*追加2列メニュー*/
#Lnavi-w300 .menu01 .area-left {
  width: 48%;
  padding: 0;
  float: left;
}

#Lnavi-w300 .menu01 .area-right {
  width: 51%;
  padding: 0;
  float: right;
}

/*menu-pr 写真ニュース半分サイズ*/
#Lnavi-w300 .menu01 .l-picnews-sub {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ffffff;
}

#Lnavi-w300 .menu01 .l-picnews-sub .left {
  width: 148px;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  float: left;
}

#Lnavi-w300 .menu01 .l-picnews-sub .right {
  width: 148px;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  float: right;
}

#Lnavi-w300 .menu01 .l-picnews-sub .pic {
  margin: 0;
  padding: 0;
  float: left;
}

#Lnavi-w300 .menu01 .l-picnews-sub .pic img {
  border: none;
}

#Lnavi-w300 .menu01 .l-picnews-sub .text,
#Lnavi-w300 .menu01 .l-picnews-sub .text {
  width: 98px;
  text-align: left;
  margin: 0;
  padding: 3px 0;
  float: right;
}

#Lnavi-w300 .menu01 .l-picnews-sub .text p {
  font-size: 75%;
  line-height: 130%;
  font-weight: normal;
  color: #666666;
  text-align: left;
  margin: 0;
  padding: 0;
}

/*追加タブメニュー*/
#Lnavi-w300 .menu01 .rank-list {
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  clear: both;
  padding: 6px;
}

#Lnavi-w300 .menu01 .rank-list .title01,
#Lnavi-w300 .menu01 .rank-list .title02 {
  width: 142px;
}

#Lnavi-w300 .menu01 .rank-list .title01 {
  font-size: 81.25%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background: #f5f6fe url(../image/lnavi_tabico03.gif) no-repeat top left;
}

#Lnavi-w300 .menu01 .rank-list .title02 {
  font-size: 81.25%;
  font-weight: bold;
  color: #0066cc;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background: #f5f6fe url(../image/lnavi_tabico04.gif) no-repeat top left;
}

#Lnavi-w300 .menu01 .rank-list h3.title01 a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

#Lnavi-w300 .menu01 .rank-list h3.title01 a:visited {
  color: #ffffff;
  text-decoration: none;
}

#Lnavi-w300 .menu01 .rank-list h3.title01 a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#Lnavi-w300 .menu01 .rank-list h3.title02 a {
  color: #0066cc;
  text-decoration: none;
  display: block;
}

#Lnavi-w300 .menu01 .rank-list h3.title02 a:visited {
  color: #0066cc;
  text-decoration: none;
}

#Lnavi-w300 .menu01 .rank-list h3.title02 a:hover {
  color: #0066cc;
  text-decoration: underline;
}

#Lnavi-w300 .menu01 .rank-list ul {
  list-style: none;
  clear: both;
  padding: 0;
  margin: 0;
  border: none;
}

#Lnavi-w300 .menu01 .rank-list li {
  font-size: 81.25%;
  line-height: 100%;
  margin: 0 0 0 0;
  padding: 0.2em 0 0.2em 0;
  list-style: none;
  background: none;
}

#Lnavi-w300 .menu01 .rank-list li img {
  vertical-align: -3px;
}

/*------------------------------------------*/
/* menu02…<H2>背景色ベタ */
#Lnavi-w200 .menu02 {
  /* w200 */
  width: 200px;
  margin: 0 0 8px 21px;
  padding: 0;
}

#Lnavi-w300 .menu02 {
  /* w300 */
  width: 300px;
  margin: 0 0 8px 12px;
  padding: 0;
}

#Lnavi-w200 .menu02 h2,
#Lnavi-w300 .menu02 h2 {
  /* H2 */
  font-size: 81.25%;
  font-weight: bold;
  color: #565656;
  padding: 5px 4px 4px 5px;
  background: #dde1ff;
  /*東京色変更*/
  /*background:#cfe6fc;*/
}

#Lnavi-w200 .menu02 h2 img,
#Lnavi-w300 .menu02 h2 img {
  margin: 0 5px 0 0;
  vertical-align: -15%;
}

#Lnavi-w200 .menu02 h2 a,
#Lnavi-w300 .menu02 h2 a {
  margin: 0;
  padding: 0;
}

#Lnavi-w200 .menu02 h3 a:visited,
#Lnavi-w300 .menu02 h3 a:visited {
  text-decoration: none;
}

#Lnavi-w200 .menu02 h3 a:hover,
#Lnavi-w300 .menu02 h3 a:hover {
  text-decoration: underline;
}

#Lnavi-w200 .menu02 span,
#Lnavi-w300 .menu02 span {
  height: 9px;
  font-size: 0.1em;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: #dde1ff;
  display: block;
}

/*------------------------------------------*/
/* menu03…<H2>背景色ベタ */
#Lnavi-w200 .menu03 {
  /* w200 */
  width: 200px;
  margin: 0 0 8px 21px;
  padding: 0;
}

#Lnavi-w300 .menu03 {
  /* w300 */
  width: 300px;
  margin: 0 0 10px 12px;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
}

#Lnavi-w200 .menu03 h2,
#Lnavi-w300 .menu03 h2 {
  /* H2 */
  font-size: 81.25%;
  font-weight: bold;
  color: #333333;
  padding: 5px 4px 4px 5px;
  background: #d9ef7c;
}

#Lnavi-w200 .menu03 span,
#Lnavi-w300 .menu03 span {
  height: 9px;
  font-size: 0.1em;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: #d9ef7c;
  display: block;
}

/*------------------------------------------*/
/* menu04…<H2>リンク */
#Lnavi-w200 .menu04 {
  /* w200 */
  width: 200px;
  margin: 0 0 10px 21px;
  padding: 0;
}

#Lnavi-w300 .menu04 {
  /* w300 */
  width: 300px;
  margin: 0 0 10px 12px;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
}

#Lnavi-w200 .menu04 h2,
#Lnavi-w300 .menu04 h2 {
  /* H2 */
  margin: 0;
  padding: 0;
}

#Lnavi-w200 .menu04 p,
#Lnavi-w300 .menu04 p {
  font-size: 81.25%;
  line-height: 140%;
  padding: 7px 10px 0 10px;
}

/*------------------------------------------*/
/* menu05…汎用メニュー*/
#Lnavi-w200 .menu05 {
  /* w200 */
  width: 200px;
  margin: 0 0 3px 20px;
  padding: 0;
}

#Lnavi-w300 .menu05 {
  /* w300 */
  width: 300px;
  margin: 0 0 3px 12px;
  padding: 0;
}

#Lnavi-w200 .menu05 h2,
#Lnavi-w300 .menu05 h2 {
  /* H2 */
  font-size: 81.25%;
  font-weight: bold;
  color: #565656;
  margin: 0 0 7px 0;
  padding: 5px 5px 4px 8px;
  background: #dde1ff;
  /*東京色変更*/
  /*background:#cfe6fc;*/
}

#Lnavi-w200 .menu05 h3,
#Lnavi-w300 .menu05 h3 {
  /* H3 */
  font-size: 81.25%;
  font-weight: bold;
  color: #565656;
  margin: 0;
  padding: 0 0 5px 4px;
}

#Lnavi-w200 .menu05 h3 img,
#Lnavi-w300 .menu05 h3 img {
  margin: 0 5px 0 0;
  vertical-align: -15%;
}

#Lnavi-w200 .menu05 h3 a,
#Lnavi-w300 .menu05 h3 a {
  /* H3 */
}

#Lnavi-w200 .menu05 span,
#Lnavi-w300 .menu05 span {
  height: 9px;
  font-size: 0.1em;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: #dde1ff;
  display: block;
}

/*------------------------------------------*/
/* menu06 */
#Lnavi-w200 .menu06 {
  /* w200 */
  width: 200px;
  margin: 0 0 8px 21px;
  padding: 0;
  border: 1px solid #cccccc;
  background: #f7f7f7;
}

#Lnavi-w300 .menu06 {
  /* w300 */
  width: 300px;
  margin: 0 0 10px 12px;
  padding: 0;
  border: 1px solid #cccccc;
  background: #f7f7f7;
}

#Lnavi-w200 .menu06 h2,
#Lnavi-w300 .menu06 h2 {
  font-size: 75%;
  font-weight: bold;
  color: #565656;
  margin: 0;
  padding: 3px 5px;
  border-bottom: 1px solid #cccccc;
  background: #eaeaea;
}

#Lnavi-w300 .menu06 .form {
  text-align: center;
  margin: 0;
  padding: 10px;
}

#Lnavi-w300 .menu06 .form form {
  margin: 0;
  padding: 0;
}

#Lnavi-w300 .menu06 .form p {
  font-size: 75%;
  font-weight: bold;
  line-height: 150%;
  text-align: left;
  color: #666666;
}

#Lnavi-w300 .menu06 .form .item {
  font-size: 75%;
  line-height: 120%;
  text-align: left;
  margin: 0 0 7px 0;
  padding: 5px;
  border: 1px solid #cccccc;
  background: #ffffff;
}

/*------------------------------------------*/
/* menu07…<H2>背景色ベタ
 (menu02のリンク2列バージョン)
 ※width200の設定無し
 ※画像配置の設定無し */
#Lnavi-w300 .menu07 {
  /* w300 */
  width: 300px;
  margin: 0 0 8px 12px;
  padding: 0 0 7px 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  border-bottom: 3px solid #ffffff;
}

#Lnavi-w300 .menu07 h2 {
  /* H2 */
  font-size: 81.25%;
  font-weight: bold;
  color: #565656;
  margin-bottom: 10px;
  padding: 5px 4px 4px 5px;
  background: #dde1ff;
  /*東京色変更*/
  /*background:#cfe6fc;*/
}

#Lnavi-w300 .menu07 h2 a {
  margin: 0;
  padding: 0;
}

#Lnavi-w300 .menu07 h3 a:visited {
  text-decoration: none;
}

#Lnavi-w300 .menu07 h3 a:hover {
  text-decoration: underline;
}

#Lnavi-w300 .menu07 .area-left {
  width: 48%;
  padding: 0;
  float: left;
}

#Lnavi-w300 .menu07 .area-right {
  width: 51%;
  padding: 0;
  float: right;
}

/*リスト部分のスタイル*/
#Lnavi-w300 .menu07 ul {
  margin: 0;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  list-style: none;
  clear: both;
}

#Lnavi-w300 .menu07 li {
  font-size: 81.25%;
  line-height: 130%;
  margin: 0;
  list-style: none;
  padding: 0.2em 0 0.2em 20px;
  background: url(../image/ico_lnavi03.gif) no-repeat top left;
}

/*------------------------------------------*/
/* menu08…<H2背景色ベタ
 (静岡トップページで使用)
 ※width200の設定無し
 ※画像配置の設定無し */
#Lnavi-w300 .menu08 {
  /* w300 */
  width: 300px;
  margin: 0 0 8px 12px;
  padding: 0 0 2px 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  border-bottom: 3px solid #ffffff;
}

#Lnavi-w300 .menu08 h2,
#Lnavi-w300 .menu08 h2.tit01 {
  /* H2 */
  font-size: 81.25%;
  font-weight: bold;
  color: #565656;
  margin-bottom: 0;
  padding: 5px 4px 4px 5px;
  background: #dde1ff;
  /*東京色変更*/
  /*background:#cfe6fc;*/
}

#Lnavi-w300 .menu08 h2.tit02 {
  /* H2 */
  margin-bottom: 5px;
}

#Lnavi-w300 .menu08 h2 a {
  margin: 0;
  padding: 0;
}

#Lnavi-w300 .menu08 h3 a:visited {
  text-decoration: none;
}

#Lnavi-w300 .menu08 h3 a:hover {
  text-decoration: underline;
}

#Lnavi-w300 .menu08 h3 {
  /* H3 */
  font-size: 81.25%;
  font-weight: bold;
  color: #565656;
  margin: 0;
  padding: 4px 0 3px 4px;
}

#Lnavi-w300 .menu08 h3 img {
  margin: 0 5px 0 2px;
  vertical-align: -15%;
}

#Lnavi-w300 .menu08 h3 a {
  /* H3 */
}

#Lnavi-w300 .menu08 ul {
  margin: 0 5px;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  list-style: none;
  clear: both;
}

#Lnavi-w300 .menu08 li {
  font-size: 81.25%;
  line-height: 130%;
  margin: 0;
  list-style: none;
  padding: 3px 0 3px 16px;
  /*background: white url(../image/ico_lnavi08.gif) no-repeat 5px 8px;*/
  border-bottom: 2px solid #f5f6fe;
}

#Lnavi-w300 .menu08 .area-left {
  width: 50%;
  padding: 0;
  float: left;
}

#Lnavi-w300 .menu08 .area-right {
  width: 50%;
  padding: 0;
  float: right;
}

#Lnavi-w300 .menu08 .area-left ul {
  margin: 0 1px 0 5px;
}

#Lnavi-w300 .menu08 .area-right ul {
  margin: 0 5px 0 1px;
}

/*------------------------------------------*/
/* menu-pr…<H2>PRエリア */
#Lnavi-w200 .menu-pr {
  /* w200 */
  width: 200px;
  margin: 0 0 8px 21px;
  padding: 0;
}

#Lnavi-w300 .menu-pr {
  /* w300 */
  width: 300px;
  margin: 0 0 8px 12px;
  padding: 0;
}

#Lnavi-w200 .menu-pr h2,
#Lnavi-w300 .menu-pr h2 {
  /* H2 */
  font-size: 81.25%;
  font-weight: bold;
  color: #ffffff;
  padding: 5px 4px 4px 5px;
  background: #ee5c6d url(/image/lnavi_bg04.gif);
}

#Lnavi-w200 .menu-pr1 h2 img,
#Lnavi-w300 .menu-pr h2 img {
  margin: 0 5px 0 0;
  vertical-align: -15%;
}

#Lnavi-w200 .menu-pr h2 a,
#Lnavi-w300 .menu-pr h2 a {
  color: #ffffff;
  text-decoration: none;
}

#Lnavi-w200 .menu-pr h2 a:visited,
#Lnavi-w300 .menu-pr h2 a:visited {
  color: #ffffff;
  text-decoration: none;
}

#Lnavi-w200 .menu-pr h2 a:hover,
#Lnavi-w300 .menu-pr h2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#Lnavi-w300 .menu01 .area-list,
#Lnavi-w300 .menu-pr .area-list {
  margin: 0;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  border-bottom: 3px solid #ffffff;
}

#Lnavi-w300 .menu-pr .area-left {
  width: 48%;
  margin-top: 0;
  padding: 0;
  float: left;
}

#Lnavi-w300 .menu-pr .area-right {
  width: 51%;
  margin-top: 0;
  padding: 0;
  float: right;
}

#Lnavi-w300 .menu-pr .area-left ul,
#Lnavi-w300 .menu-pr .area-right ul {
  margin-top: 0;
  padding-top: 8px;
}

/*------------------------------------------*/
/* menu-eve…イベント情報 */
#Lnavi-w300 .menu-eve {
  width: 300px;
  margin: 0 0 8px 12px;
  padding: 1px;
  background: #d5dfea;
}

#Lnavi-w300 .menu-eve .title {
  background: #7c92b0 url(../image/lnavi_evebg.gif) repeat-x bottom;
}

#Lnavi-w300 .menu-eve h2 {
  /* H2 */
  width: 170px;
  font-size: 81.25%;
  font-weight: bold;
  color: #ffffff;
  background: #7c92b0 url(../image/lnavi_evebg.gif) repeat-x bottom;
  padding: 5px 4px 4px 5px;
  float: left;
}

#Lnavi-w300 .menu-eve h2 img {
  margin: 0 5px 0 0;
  vertical-align: -15%;
}

#Lnavi-w300 .menu-eve h2 a {
  color: #ffffff;
  text-decoration: none;
}

#Lnavi-w300 .menu-eve h2 a:visited {
  color: #ffffff;
  text-decoration: none;
}

#Lnavi-w300 .menu-eve h2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#Lnavi-w300 .menu-eve p.link {
  width: 105px;
  text-align: right;
  margin: 0;
  padding: 3px 0 0 3px;
  float: right;
}

#Lnavi-w300 .menu-eve p.link img {
  margin: 0 1px 0 0;
}

/*------------------------------------------*/
/* menu-enter…エンタメ動画 */
#Lnavi-w300 .menu-enter {
  width: 300px;
  margin: 0 0 8px 12px;
  padding: 0 0 5px 0;
  background: url(../image/lnav_enter02.gif) no-repeat center bottom;
}

/*------ここから個別設定------*/
#Lnavi-w300 .menu-enter .title {
  padding: 3px 0 0 0;
  background: url(../image/lnav_enter01.gif) no-repeat center top;
}

#Lnavi-w300 .menu-enter .title01 {
  padding: 0;
  background: url(../image/lnav_enter05.gif) no-repeat center top;
}

#Lnavi-w300 .menu-enter .title02 {
  padding: 0;
  background: url(../image/lnav_enter06.gif) no-repeat center top;
}

/*デフォルト用H2位置*/
#Lnavi-w300 .menu-enter h2 {
  /* H2 */
  width: 170px;
  font-size: 81.25%;
  font-weight: bold;
  color: #ffffff;
  padding: 3px 4px 5px 8px;
  float: left;
}

* html #Lnavi-w300 .menu-enter h2 {
  padding: 5px 4px 2px 8px;
}

* + html #Lnavi-w300 .menu-enter h2 {
  padding: 5px 4px 2px 8px;
}

html:first-child #Lnavi-w300 .menu-enter h2 {
  padding: 5px 4px 0 7px;
}

/*アイコン１用H2位置*/
#Lnavi-w300 .menu-enter .title01 h2 {
  /* H2 */
  width: 135px;
  font-size: 81.25%;
  font-weight: bold;
  color: #ffffff;
  padding: 5px 4px 0 41px;
  float: left;
}

* html #Lnavi-w300 .menu-enter .title01 h2 {
  width: 170px;
  padding: 7px 4px 0 41px;
}

* + html #Lnavi-w300 .menu-enter .title01 h2 {
  width: 135px;
  padding: 7px 4px 0 41px;
}

html:first-child #Lnavi-w300 .menu-enter .title01 h2 {
  width: 137px;
  padding: 6px 4px 0 38px;
}

/*アイコン２用H2位置*/
#Lnavi-w300 .menu-enter .title02 h2 {
  /* H2 */
  width: 139px;
  font-size: 81.25%;
  font-weight: bold;
  color: #ffffff;
  padding: 6px 4px 0 37px;
  float: left;
}

* html #Lnavi-w300 .menu-enter .title02 h2 {
  width: 139px;
  padding: 7px 4px 0px 37px;
}

* + html #Lnavi-w300 .menu-enter .title02 h2 {
  width: 139px;
  padding: 7px 4px 0px 37px;
}

html:first-child #Lnavi-w300 .menu-enter .title02 h2 {
  width: 139px;
  padding: 6px 4px 0 34px;
}

/*デフォルト用送りボタン位置*/
#Lnavi-w300 .menu-enter p.link {
  width: 110px;
  text-align: right;
  margin: 0;
  padding: 3px 3px 0 3px;
  float: right;
}

* html #Lnavi-w300 .menu-enter p.link {
  padding: 3px 3px 0 3px;
}

* + html #Lnavi-w300 .menu-enter p.link {
  padding: 3px 3px 0 3px;
}

html:first-child #Lnavi-w300 .menu-enter p.link {
  padding: 3px 3px 2px 3px;
}

/*アイコン１・２用H2位置*/
#Lnavi-w300 .menu-enter .title01 p.link,
#Lnavi-w300 .menu-enter .title02 p.link {
  width: 110px;
  text-align: right;
  margin: 0;
  padding: 5px 3px 2px 0;
  float: right;
}

* html #Lnavi-w300 .menu-enter .title01 p.link,
* html #Lnavi-w300 .menu-enter .title02 p.link {
  padding: 5px 3px 2px 3px;
}

* + html #Lnavi-w300 .menu-enter .title01 p.link,
* + html #Lnavi-w300 .menu-enter .title02 p.link {
  padding: 5px 3px 2px 3px;
}

html:first-child #Lnavi-w300 .menu-enter .title01 p.link,
html:first-child #Lnavi-w300 .menu-enter .title02 p.link {
  padding: 5px 3px 2px 3px;
}

/*------以下共通設定------*/
#Lnavi-w300 .menu-enter h2 img {
  margin: 0 5px 0 0;
  vertical-align: -15%;
}

#Lnavi-w300 .menu-enter h2 a {
  color: #ffffff;
  text-decoration: none;
}

#Lnavi-w300 .menu-enter h2 a:visited {
  color: #ffffff;
  text-decoration: none;
}

#Lnavi-w300 .menu-enterh2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#Lnavi-w300 .menu-enter p.link img {
  margin: 0 2px 0 0;
}

#Lnavi-w300 .menu-enter .link01 {
  width: 138px;
  padding: 0 0 0 13px;
  float: left;
}

#Lnavi-w300 .menu-enter .link02 {
  width: 138px;
  padding: 0 9px 0 0;
  float: right;
}

#Lnavi-w300 .menu-enter .link01 .pic,
#Lnavi-w300 .menu-enter .link02 .pic {
  margin: 0;
  padding: 8px 0 0 0;
}

#Lnavi-w300 .menu-enter .link01 .pic img,
#Lnavi-w300 .menu-enter .link02 .pic img {
  border: 5px solid #eaeaea;
}

#Lnavi-w300 .menu-enter .link01 .text,
#Lnavi-w300 .menu-enter .link02 .text {
  width: 134px;
  font-size: 75%;
  font-weight: bold;
  line-height: 130%;
  color: #666666;
  margin: 0;
  padding: 3px 2px 0 2px;
}

#Lnavi-w300 .menu-enter #entameNewsArea {
  margin: 1px;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}

#Lnavi-w300 .menu-enter .clear {
  height: 1px;
}

/*------------------------------------------*/
/* tabmenu タブメニュー */
#Lnavi-w300 .tabmenu {
  width: 300px;
  margin: 0 0 8px 12px;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
}

#Lnavi-w300 .tabmenu .title {
  background: #ffffff;
}

#Lnavi-w300 .tabmenu .title01,
#Lnavi-w300 .tabmenu .title02 {
  width: 149px;
}

#Lnavi-w300 .tabmenu .title01 {
  font-size: 81.25%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background: #295cdf url(../image/lnavi_tabico01.gif) no-repeat top left;
  /*float:left;*/
}

#Lnavi-w300 .tabmenu .title02 {
  font-size: 81.25%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background: #6876f2 url(../image/lnavi_tabico02.gif) no-repeat top left;
}

#Lnavi-w300 .tabmenu h2.title01 a,
#Lnavi-w300 .tabmenu h2.title02 a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

#Lnavi-w300 .tabmenu h2.title01 a:visited,
#Lnavi-w300 .tabmenu h2.title02 a:visited {
  color: #ffffff;
  text-decoration: none;
}

#Lnavi-w300 .tabmenu h2.title01 a:hover,
#Lnavi-w300 .tabmenu h2.title02 a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#Lnavi-w300 .tabmenu .clear-color {
  height: 3px;
  background: #a6b9ff;
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#Lnavi-w300 .tabmenu .area-list {
  margin: 0;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  border-bottom: 3px solid #ffffff;
}

#Lnavi-w300 .tabmenu .area-left {
  width: 48%;
  margin-top: 0;
  padding: 0;
  float: left;
}

#Lnavi-w300 .tabmenu .area-right {
  width: 51%;
  margin-top: 0;
  padding: 0;
  float: right;
}

#Lnavi-w300 .tabmenu .area-left ul,
#Lnavi-w300 .tabmenu .area-right ul {
  margin-top: 0;
  padding-top: 8px;
}

/*------------------------------------------*/
/* tabrank タブ ランキング */
#Lnavi-w300 .tabrank {
  width: 300px;
  margin: 0 0 8px 12px;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
}

#Lnavi-w300 .tabrank .title {
  background: #ffffff;
}

#Lnavi-w300 .tabrank h2 {
  font-size: 81.25%;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 5px 0 5px 25px;
  background: #3e8eff url(../image/lnavi_tabico02.gif) no-repeat top left;
}

#Lnavi-w300 .tabrank h2 a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

#Lnavi-w300 .tabrank .rank-list {
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  clear: both;
  padding: 6px;
}

#Lnavi-w300 .tabrank .title01,
#Lnavi-w300 .tabrank .title02 {
  width: 142px;
}

#Lnavi-w300 .tabrank .title01 {
  font-size: 81.25%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background: #f5f6fe url(../image/lnavi_tabico03.gif) no-repeat top left;
  /*東京色変更*/
  /*background:#f4f8fe url(../image/lnavi_tabico03.gif) no-repeat top left;*/
  float: left;
}

#Lnavi-w300 .tabrank .title02 {
  font-size: 81.25%;
  font-weight: bold;
  color: #0066cc;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background: #f5f6fe url(../image/lnavi_tabico04.gif) no-repeat top left;
  /*東京色変更*/
  /*background:#f4f8fe url(../image/lnavi_tabico04.gif) no-repeat top left;*/
  float: right;
}

#Lnavi-w300 .tabrank h3.title01 a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

#Lnavi-w300 .tabrank h3.title02 a {
  color: #0066cc;
  text-decoration: none;
  display: block;
}

#Lnavi-w300 .tabrank h3.title01 a:visited {
  color: #ffffff;
  text-decoration: none;
}

#Lnavi-w300 .tabrank h3.title02 a:visited {
  color: #0066cc;
  text-decoration: none;
}

#Lnavi-w300 .tabrank h3.title01 a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#Lnavi-w300 .tabrank h3.title02 a:hover {
  color: #0066cc;
  text-decoration: underline;
}

#Lnavi-w300 .tabrank .clear {
  height: 3px;
}

#Lnavi-w300 .tabrank ul {
  list-style: none;
  clear: both;
  padding: 0;
  margin: 0;
}

#Lnavi-w300 .tabrank li {
  font-size: 81.25%;
  line-height: 130%;
  margin: 0 0 6px 0;
  list-style: none;
}

/*------------------------------------------*/
/* NewsFlashNaka…速報（中面） */
#NewsFlashNaka .contents {
  margin: 12px 0 0 0;
  padding: 1px;
  border: 3px solid #ec7358;
}

#NewsFlashNaka .contents p {
  margin: 0;
}

#NewsFlashNaka .contents ul {
  list-style: none;
  font-size: 85%;
  line-height: 130%;
  margin: 10px 11px;
  padding: 0;
}

#NewsFlashNaka .contents a {
  color: #184098;
  text-decoration: none;
}

#NewsFlashNaka .contents a:visited {
  color: #853EBD;
  text-decoration: none;
}

#NewsFlashNaka .contents a:hover {
  color: #016cef;
  text-decoration: underline;
}

#NewsFlashNaka .contents .tickercontainer {
  width: 292px;
  height: 34px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#NewsFlashNaka .contents .tickercontainer .mask {
  position: relative;
  left: 0;
  width: 292px;
  overflow: hidden;
}

#NewsFlashNaka .contents ul.newsticker {
  position: relative;
  left: 300px;
}

#NewsFlashNaka .contents ul.newsticker li {
  float: left;
  /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
}

#NewsFlashNaka .contents ul.newsticker a {
  white-space: nowrap;
  margin: 0 50px 0 0;
  padding: 0;
}

/*------------------------------------------*/
/* menu01、menu02、menu05、menu-pr、tabmenu　リスト部分：共用
   ※menu07のみ別記											 */
#Lnavi-w200 .menu01 ul,
#Lnavi-w200 .menu02 ul,
#Lnavi-w200 .menu05 ul,
#Lnavi-w200 .menu-pr ul {
  list-style: none;
  clear: both;
}

#Lnavi-w300 .menu01 ul,
#Lnavi-w300 .menu02 ul,
#Lnavi-w300 .menu05 ul,
#Lnavi-w300 .menu-pr ul {
  border-bottom: 2px solid #ffffff;
  list-style: none;
  clear: both;
}

#Lnavi-w300 .menu-pr ul {
  border-bottom: 3px solid #ffffff;
  list-style: none;
  clear: both;
}

#Lnavi-w300 .menu01 .area-list ul,
#Lnavi-w300 .tabmenu .area-list ul,
#Lnavi-w300 .menu-pr .area-list ul {
  border-bottom: none;
  list-style: none;
  clear: both;
}

#Lnavi-w200 .menu01 li,
#Lnavi-w300 .menu01 li,
#Lnavi-w200 .menu02 li,
#Lnavi-w300 .menu02 li,
#Lnavi-w200 .menu05 li,
#Lnavi-w300 .menu05 li,
#Lnavi-w200 .menu-pr li,
#Lnavi-w300 .menu-pr li,
#Lnavi-w300 .tabmenu li {
  font-size: 81.25%;
  line-height: 130%;
  margin: 0;
  list-style: none;
}

/* menu01、menu02、menu-pr　リスト */
#Lnavi-w200 .menu01 ul,
#Lnavi-w200 .menu02 ul,
#Lnavi-w200 .menu-pr ul {
  margin: 0.2em 0 0 0;
  padding: 5px 0 8px 0;
}

#Lnavi-w300 .menu01 ul,
#Lnavi-w300 .menu02 ul,
#Lnavi-w300 .menu-pr ul,
#Lnavi-w300 .menu-eve ul {
  margin: 0;
  padding: 10px 0 7px 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
}

#Lnavi-w300 .tabmenu ul {
  margin: 0;
  padding: 5px 0 7px 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
}

#Lnavi-w200 .menu01 li,
#Lnavi-w200 .menu02 li
#Lnavi-w200 .menu-pr li {
  padding: 0.2em 0 0 16px;
  background: url(../image/ico_lnavi02.gif) no-repeat top left;
}

#Lnavi-w300 .menu01 li,
#Lnavi-w300 .menu02 li,
#Lnavi-w300 .menu-pr li,
#Lnavi-w300 .menu-eve li,
#Lnavi-w300 .tabmenu li,
#Lnavi-w300 .index-weather li,
#Lnavi-w300 .weather01 li{
  padding: 0.2em 0 0.2em 20px;
  background: url(../image/ico_lnavi03.gif) no-repeat top left;
}

/* menu05　リスト */
#Lnavi-w200 .menu05 ul {
  margin: 0;
  padding: 0 0 5px 0;
}

#Lnavi-w300 .menu05 ul {
  margin: 0;
  padding: 0 0 3px 0;
}

#Lnavi-w200 .menu05 li {
  margin: 0 0 2px 0;
  padding: 4px 0 2px 16px;
  background: white url(/image/ico_lnavi01.gif) no-repeat left center;
}

#Lnavi-w300 .menu05 li {
  margin: 0 0 2px 0;
  padding: 4px 0 2px 20px;
  background: #f5f6fe url(/image/ico_lnavi03.gif) no-repeat left top;
  /*東京色変更*/
  /*background:#f4f8fe url(/image/ico_lnavi03.gif) no-repeat left top;*/
}

/* menu03　リスト部分…070204 */
#Lnavi-w200 .menu03 ul,
#Lnavi-w300 .menu03 ul {
  margin: 0.2em 0 0 0;
  padding: 5px 0 8px 0;
  list-style: none;
  clear: both;
}

#Lnavi-w200 .menu03 li,
#Lnavi-w300 .menu03 li {
  font-size: 81.25%;
  line-height: 130%;
  margin: 0;
}

#Lnavi-w200 .menu03 li {
  padding: 0.2em 0 0.2em 16px;
  background: url(../image/ico_lnavi02.gif) no-repeat top left;
}

#Lnavi-w300 .menu03 li {
  padding: 0.2em 0 0.2em 20px;
  background: url(../image/ico_lnavi03.gif) no-repeat top left;
}

/* menu04　リスト部分 */
#Lnavi-w200 .menu04 ul,
#Lnavi-w300 .menu04 ul {
  margin: 0.2em 0 0 0;
  padding: 0 0 8px 0;
  list-style: none;
  clear: both;
}

#Lnavi-w200 .menu04 li {
  font-size: 81.25%;
  line-height: 130%;
  margin: 0;
  padding: 0.2em 0 0.2em 18px;
}

#Lnavi-w300 .menu04 li {
  font-size: 81.25%;
  line-height: 130%;
  margin: 0;
  padding: 0.2em 0 0.2em 0.8em;
}

#Lnavi-w200 .menu04 a,
#Lnavi-w300 .menu04 a {
  text-decoration: none;
}

#Lnavi-w200 .menu04 a:visited,
#Lnavi-w300 .menu04 a:visited {
  text-decoration: none;
}

#Lnavi-w200 .menu04 a:hover,
#Lnavi-w300 .menu04 a:hover {
  text-decoration: underline;
}

/* menu01〜menu04 共通 070204 */
#Lnavi-w200 .menu01 li img,
#Lnavi-w300 .menu01 li img,
#Lnavi-w200 .menu02 li img,
#Lnavi-w300 .menu02 li img,
#Lnavi-w200 .menu03 li img,
#Lnavi-w300 .menu03 li img,
#Lnavi-w200 .menu04 li img,
#Lnavi-w300 .menu04 li img {
  margin: 0 0 0 5px;
  padding: 0;
  vertical-align: middle;
}

/* menu01〜menu02、menu05、menu-pr写真ニュース */
#Lnavi-w300 .menu01 .l-picnews,
#Lnavi-w300 .menu02 .l-picnews,
#Lnavi-w300 .menu-pr .l-picnews {
  margin: 0;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  border-bottom: 2px solid #ffffff;
}

#Lnavi-w300 .menu05 .l-picnews01 {
  margin: 0;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  border-bottom: 2px solid #ffffff;
}

#Lnavi-w300 .menu05 .l-picnews02 {
  margin: 0;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  border-bottom: 7px solid #ffffff;
}

#Lnavi-w200 .menu06 .l-picnews,
#Lnavi-w300 .menu06 .l-picnews {
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}

#Lnavi-w300 .menu-eve .l-picnews {
  margin: 0;
  padding: 0;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  border-bottom: 1px solid #f5f6fe;
}

#Lnavi-w300 .menu01 .pic,
#Lnavi-w300 .menu02 .pic,
#Lnavi-w300 .menu05 .pic,
#Lnavi-w200 .menu06 .pic,
#Lnavi-w300 .menu06 .pic,
#Lnavi-w300 .menu-pr .pic,
#Lnavi-w300 .menu-eve .pic {
  margin: 0;
  padding: 8px 0 8px 9px;
  float: left;
}

#Lnavi-w300 .menu01 .pic img,
#Lnavi-w300 .menu02 .pic img,
#Lnavi-w300 .menu05 .pic img,
#Lnavi-w200 .menu06 .pic img,
#Lnavi-w300 .menu06 .pic img,
#Lnavi-w300 .menu-pr .pic img,
#Lnavi-w300 .menu-eve .pic img {
  border: 1px solid #999999;
}

#Lnavi-w300 .menu01 .text,
#Lnavi-w300 .menu02 .text,
#Lnavi-w300 .menu05 .text,
#Lnavi-w300 .menu06 .text,
#Lnavi-w300 .menu-pr .text,
#Lnavi-w300 .menu-eve .text {
  width: 228px;
  text-align: left;
  margin: 0;
  padding: 8px 5px 8px 0;
  float: right;
}

#Lnavi-w200 .menu06 .text {
  width: 118px;
  text-align: left;
  margin: 0;
  padding: 8px 5px 8px 0;
  float: right;
}

#Lnavi-w300 .menu01 .text p,
#Lnavi-w300 .menu02 .text p,
#Lnavi-w300 .menu05 .text p,
#Lnavi-w200 .menu06 .text p,
#Lnavi-w300 .menu06 .text p,
#Lnavi-w300 .menu-pr .text p,
#Lnavi-w300 .menu-eve .text p {
  font-size: 75%;
  line-height: 130%;
  font-weight: bold;
  color: #666666;
  text-align: left;
  margin: 0;
  padding: 0;
}

#Lnavi-w300 .menu01 .text p a,
#Lnavi-w300 .menu02 .text p a,
#Lnavi-w300 .menu05 .text p a,
#Lnavi-w200 .menu06 .text p a,
#Lnavi-w300 .menu06 .text p a,
#Lnavi-w300 .menu-pr .text p a,
#Lnavi-w300 .menu-eve .text p a {
  font-weight: normal;
}

/*menu-pr 写真ニュース半分サイズ*/
#Lnavi-w300 .menu-pr .l-picnews-sub {
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #ffffff;
}

#Lnavi-w300 .menu-pr .l-picnews-sub .left {
  width: 148px;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  float: left;
}

#Lnavi-w300 .menu-pr .l-picnews-sub .right {
  width: 148px;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
  float: right;
}

#Lnavi-w300 .menu-pr .l-picnews-sub .pic {
  margin: 0;
  padding: 0;
  float: left;
}

#Lnavi-w300 .menu-pr .l-picnews-sub .pic img {
  border: none;
}

#Lnavi-w300 .menu-pr .l-picnews-sub .text,
#Lnavi-w300 .menu-pr .l-picnews-sub .text {
  width: 98px;
  text-align: left;
  margin: 0;
  padding: 3px 0;
  float: right;
}

#Lnavi-w300 .menu-pr .l-picnews-sub .text p {
  font-size: 75%;
  line-height: 130%;
  font-weight: normal;
  color: #666666;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* menu01〜menu02、menu-prテキストニュース */
#Lnavi-w300 .menu01 .l-textnews,
#Lnavi-w300 .menu02 .l-textnews,
#Lnavi-w300 .menu-pr .l-textnews,
#Lnavi-w300 .menu-eve .l-textnews {
  margin: 0;
  padding: 8px 5px 8px 9px;
  border-bottom: 2px solid #ffffff;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
}

#Lnavi-w300 .menu05 .l-textnews01 {
  margin: 0;
  padding: 8px 5px 8px 9px;
  border-bottom: 2px solid #ffffff;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
}

#Lnavi-w300 .menu05 .l-textnews02 {
  margin: 0;
  padding: 8px 5px 8px 9px;
  border-bottom: 7px solid #ffffff;
  background: #f5f6fe;
  /*東京色変更*/
  /*background:#f4f8fe;*/
}

#Lnavi-w200 .menu06 .l-textnews,
#Lnavi-w300 .menu06 .l-textnews {
  margin: 0;
  padding: 8px 5px 8px 9px;
}

#Lnavi-w300 .menu01 .l-textnews p,
#Lnavi-w300 .menu02 .l-textnews p,
#Lnavi-w300 .menu05 .l-textnews01 p,
#Lnavi-w300 .menu05 .l-textnews02 p,
#Lnavi-w200 .menu06 .l-textnews p,
#Lnavi-w300 .menu06 .l-textnews p,
#Lnavi-w300 .menu-pr .l-textnews p,
#Lnavi-w300 .menu-eve .l-textnews p {
  font-size: 75%;
  line-height: 130%;
  font-weight: bold;
  color: #666666;
  margin: 0;
  padding: 0;
}

/*写真ニュース、テキストニュース共用*/
#Lnavi-w300 .menu01 .l-picnews h3,
#Lnavi-w300 .menu02 .l-picnews h3,
#Lnavi-w300 .menu05 .l-picnews01 h3,
#Lnavi-w300 .menu05 .l-picnews02 h3,
#Lnavi-w200 .menu06 .l-picnews h3,
#Lnavi-w300 .menu06 .l-picnews h3,
#Lnavi-w300 .menu-pr .l-picnews h3,
#Lnavi-w300 .menu-eve .l-picnews h3,
#Lnavi-w300 .menu01 .l-textnews h3,
#Lnavi-w300 .menu02 .l-textnews h3,
#Lnavi-w300 .menu05 .l-textnews01 h3,
#Lnavi-w300 .menu05 .l-textnews02 h3,
#Lnavi-w200 .menu06 .l-textnews h3,
#Lnavi-w300 .menu06 .l-textnews h3,
#Lnavi-w300 .menu-pr .l-textnews h3,
#Lnavi-w300 .menu-eve .l-textnews h3 {
  font-size: 81.25%;
  font-weight: bold;
  text-align: left;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}

#Lnavi-w300 .menu01 .l-picnews-sub h3,
#Lnavi-w300 .menu-pr .l-picnews-sub h3 {
  font-size: 81.25%;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0;
}

/*速報*/
#Lnavi-w300 .sokuho-area {
  width: 300px;
  margin: 0 0 0 12px;
  padding: 0;
}

.menu-sokuho {
  width: 300px;
  text-align: center;
  border: 1px solid #cccccc;
  margin: 0 0 10px 0;
  padding: 0;
}

.menu-sokuho p.day {
  font-size: 75%;
  line-height: 130%;
  margin: 0;
  padding: 5px 0 3px 0;
  font-weight: bold;
}

.menu-sokuho .name,
.menu-sokuho .name-se,
.menu-sokuho .name-pa {
  font-weight: bold;
  text-align: center;
  color: #666666;
  padding: 2px;
  background: #ededed;
}

.menu-sokuho .name {
  margin: 0 0.5em 2px 0.5em;
}

.menu-sokuho .name-se {
  margin: 0 0 2px 0.5em;
}

.menu-sokuho .name-pa {
  margin: 0 0.5em 2px 0;
}

.menu-sokuho .name p,
.menu-sokuho .name-se p,
.menu-sokuho .name-pa p {
  font-size: 75%;
  padding: 0;
  display: inline;
}

.menu-sokuho .name-se p {
  margin: 0 0.5em 0 0;
}

.menu-sokuho .name-pa p {
  margin: 0 0 0 0.5em;
}

.menu-sokuho .left {
  width: 50%;
  padding: 0 0 9px 0;
  float: left;
}

.menu-sokuho .right {
  width: 49%;
  padding: 0 0 9px 0;
  float: right;
}

.menu-sokuho .center {
  width: auto;
  padding: 0 0 9px 0;
}

#Lnavi-w300 .menu-sokuho .left td,
#Lnavi-w300 .menu-sokuho .right td,
#Lnavi-w300 .menu-sokuho .center td {
  font-size: 75%;
  text-align: center;
  padding: 3px 3px 2px 3px;
}

/*
-----------------------------
各タブメニュー用配置スタイル
-----------------------------
*/
.tabmenu #newsIdTit1,
.menu01 .rank-list #rankIdTit1 {
  float: left;
}

.tabmenu #newsIdTit2,
.menu01 .rank-list #rankIdTit2 {
  float: right;
}

/*
-----------------------------
コンテンツ部共用
-----------------------------
*/
/* pagetop */
.pagetop {
  font-size: 75%;
  text-align: right;
  margin: 1.2em 0 0 0;
  padding: 10px 6px 7px 0;
  clear: both;
}

.pagetop a {
  /*color:#18409b;*/
  color: #2636a5;
  /*東京色変更*/
  text-decoration: none;
  padding: 0 0 0 1.3em;
  background: url(/image/ico_gotop.gif) no-repeat top left;
}

.pagetop a:visited {
  /*color:#18409b;*/
  color: #2636a5;
  /*東京色変更*/
  text-decoration: none;
}

.pagetop a:hover {
  color: #016cef;
  text-decoration: underline;
}

/* 写真テキスト */
div.caption {
  font-size: 75%;
  font-weight: bold;
  line-height: 150%;
  margin-top: 1em;
}

div.caption div.Etoki {
  display: inline;
}

div.caption div.Etoki p {
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

/*
-------------------------------
リストスタイル
-------------------------------
*/
/*Newslist、Newslist-sub、Chiki-news*/
.Newslist li,
.Newslist-sub li,
.Chiki-news li {
  font-size: 85%;
  line-height: 140%;
  margin: 0;
  padding: 0 0 0.3em 1.3em;
  background: url(/image/ico_list02.gif) no-repeat top left;
}

.Newslist-sub li {
  font-size: 85%;
  line-height: 140%;
  margin: 0;
  padding: 0 0 0.3em 1.3em;
  background: url(/image/ico_list02.gif) no-repeat top left;
}

.Newslist li.line,
.Newslist-sub li.line,
.Chiki-news li.line {
  margin: 1em 0 0 0;
  padding: 0 0 0.4em 1.3em;
}

.Newslist li img,
.Newslist li.line img,
.Newslist-sub li img,
.Newslist-sub li.line img,
.Chiki-news li img,
.Chiki-news li.line img {
  margin: 0.2em 3px 0.2em 5px;
  padding: 0;
  vertical-align: middle;
}

/*---Newslist:day---*/
.Newslist .list-day {
  margin: 0 0 25px 3px;
}

.Newslist .list-day h3 {
  font-size: 85%;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px 0.5em;
}

.Newslist .list-day ul {
  margin: 0 0 10px 8px;
  padding: 0 0 0 0;
  list-style: none;
  border-left: 1px solid #cccccc;
}

.Newslist .list-day li {
  line-height: 150%;
  margin: 0;
  padding: 3px 0.2em 2px 0.5em;
  border-right: 1px solid #cccccc;
  background: none;
  display: inline;
}

/*「特集」記事内容*/
a.tokushu {
  font-size: 85%;
  margin: 0 0 0.5em 0;
  padding: 0.1em 0 0 0.5em;
}

.caption {
  font-size: 75%;
  font-weight: bold;
}

/*CM 070202*/
.Contents-cm {
  text-align: center;
  padding: 1.5em 0 0 0;
}

/*
===============================
	GoogleAdSense　TEST 080331追加
===============================
 
.googleadsbox	…アドセンス表示ボックス
.google_title	…Ads by Google表示用
.googleadsboxbody	…広告表示用
*/
.googleadsbox {
  border-color: #C7E4FD;
  border-style: solid;
  border-width: 2px;
  font-family: Arial, sans-serif;
  text-align: left;
  padding: 0;
  margin: 0 0 16px 0;
}

.googleadsboxbody {
  line-height: 130%;
  padding: 2px 16px 2px 16px;
}

.googleads-title h4 {
  font-size: small;
  font-weight: bold;
  color: black;
  text-decoration: underline;
  padding: 10px 16pt 10px 16px;
}

/*
---------------------------------------------------
*/
/*リストスタイルのFirefox,Mozilla用*/
.Newslist li,
.Chiki-news li {
  padding: 0 0 0.2em 1.3em;
}

/*
 * Sidebar Twitter
 */
#Lnavi-w300 .twitter-account h2 {
  overflow: hidden;
  position: relative;
  background-color: #0076df;
  background-image: none;
}
#Lnavi-w300 .twitter-account h2 .link {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 110px;
  margin: 0;
  text-align: right;
}
#Lnavi-w300 .twitter-account h2 .link img {
  margin: 0 2px 0 0;
}
#Lnavi-w300 .twitter-account-container .state-show {
  display: block;
}
#Lnavi-w300 .twitter-account-container .state-hide {
  display: none;
}
