﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/*
 ■画像参照についての注意 

 ・本CSS記載の画像について、モジュール定義や各HTML文書で共通に使用する
   画像についてはサイトの/Imagesディレクトリ内に画像ファイルを格納し、
   本CSS内では
   ../Images/(画像ファイル名)
   例)../Images/bg.gif
   というURL参照を利用します。

 ・モジュール定義等から使用されない画像については本CSSと同階層の
   ディレクトリ aisai_dhv/ 下に格納し、
   aisai_dhv/(画像ファイル名)
   例)aisai_dhv/white.gif
   というURL参照を利用します。
*/

body  /*margin,paddingは上右下左の順*/
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' , Verdana, Osaka, Arial, sans-serif;
    font-size: 88%;/*small;*/
    line-height:1.4; /*1.3*/
}

.Contents
{
    font-size: 100%;
}

.HTMLEditorContainer
{
    /*background: url(aisai_dhv/white.gif) !important;*/
    background-color: white !important;
    background-image: none !important;
    font-size: 100%;
}

button, textarea, a
{
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' , Verdana, Arial, Osaka, sans-serif;
}

select
{
    padding:1px;
    font-family: 'ＭＳ Ｐゴシック', Osaka, Arial, sans-serif;
}

option
{
    line-height:1;
    font-family: 'ＭＳ Ｐゴシック', Osaka, Arial, sans-serif;
}

/* == 大枠 == */
#BaseTable
{
    width: 100%;
    margin: auto;
}


/* == システムメニュー == */
#SystemMenu
{
    width: 100%;
}


/* == ヘッダー == */
#HeaderPane
{
    width: 100%;
    padding: 0px 0px 10px 0px;
    border-top: 2px solid #009CE6;
}


/* == 中間ペイン群 == */
#Middle
{
    margin: 0 auto;
    width: 990px;
}


/* == 左ペイン幅 == */
#LeftPane
{
    float: left;
    margin: 0;
    padding: 0px 10px 0px 0px;
    width: 200px;
}


/* == MAIN(中央)ペイン == */
#ContentPane
{
    float: left;
    margin: 0;
    padding: 0;
    width: 780px;
}


/* == 右ペイン == */
#RightPane
{
    float: right;
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 0px;
}


/* == フッター == */
#FooterPane
{
    width: 100%;
    padding: 10px 0px 0px 0px;
}


/* ==== 見出し Start ==== */
h1
{
    display: none;
}
.HTMLEditorContainer h1
{
    display: block;
    text-decoration: line-through;
    font-size: small;
    font-weight: normal;
}
.HTMLEditorContainer h1:before
{
  content: "[h1はコンテンツ内で使用できません] ";
}

.NormalTextMedium h1
{
    text-decoration: none;
    font-size: xx-large;
    font-weight: normal;
}

.HTMLEditorContainer h2,
.reDropDownBody h2,
.Contents h2,
.Item_Standard_Title h2,
.LMenu_Standard h2,
.LMenuV_Standard h2,
.LMenuV_Standard2 h2,
.LMenuV_Summary h2,
.LinkList_Standard h2,
.LinkList_Standard2 h2,
.LinkList_Summary h2,
.LinkList_Horizontal h2,
.ItemList_Standard h2,
.ItemList_Standard2 h2,
.ItemList_Section h2,
.XSLT_Standard h2
{
/*    background: url("../Images/h2.png") no-repeat right top #bae3f9; */
/*    border: 1px solid #7dccf3; */
    border-bottom: 2px solid #009CE6;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 5px 0 5px -5px;
    padding: 9px 10px 6px;
position:relative;
}
.HTMLEditorContainer h2::after,
.reDropDownBody h2::after,
.Contents h2::after,
.Item_Standard_Title h2::after,
.LMenu_Standard h2::after,
.LMenuV_Standard h2::after,
.LMenuV_Standard2 h2::after,
.LMenuV_Summary h2::after,
.LinkList_Standard h2::after,
.LinkList_Standard2 h2::after,
.LinkList_Summary h2::after,
.LinkList_Horizontal h2::after,
.ItemList_Standard h2::after,
.ItemList_Standard2 h2::after,
.ItemList_Section h2::after,
.XSLT_Standard h2::after
{
   content:"";
   display:block;
   width: 90%;
   height:2px;
   background-color:#0060CE;
   position:absolute;
   bottom:0;
   left:10px;
}


.HTMLEditorContainer h3,
.reDropDownBody h3,
.Contents h3,
.ItemList_Standard h3,
.ItemList_Standard2 h3,
.NewsList_Standard h3
{
/*    background: url("../Images/h3.png") no-repeat left top #bae3f9; */
/*    border-bottom: 1px solid #7dccf3; */
/*    color: #000000; */
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0 5px -5px;
    padding: 6px 0 4px 30px;
background: linear-gradient(135deg, #E4F5FC 70%, #CFECFA 50%);
    color: #024EA2;
}

.HTMLEditorContainer h4,
.reDropDownBody h4,
.Contents h4
{
    background: url("../Images/h4.png") no-repeat left top #def1fb;
    border-bottom: 1px solid #7dccf3;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0 5px -5px;
    padding: 6px 0 4px 30px;
}

.HTMLEditorContainer h5,
.reDropDownBody h5,
.Contents h5
{
    background: url("../Images/h5.png") no-repeat left top #f4f4f4;
    border-bottom: 1px solid #7dccf3;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0 5px -5px;
    padding: 6px 0 4px 30px;
}

.HTMLEditorContainer h6,
.reDropDownBody h6,
.Contents h6
{
    background: url("../Images/h6.png") no-repeat left top #f4f4f4;
    border-bottom: 1px solid #d9d9d9;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0 5px -5px;
    padding: 6px 0 4px 30px;
}
/* ==== 見出し End ==== */


.all_bottom
{
    padding:10px 0px;
}

dt,dd {
    color: #000000;
    font-size: 100%;
    font-weight: normal;
}
dt {
    font-weight: bold;
}

.reDropDownBody h2,
.reDropDownBody h3,
.reDropDownBody h4,
.reDropDownBody h5,
.reDropDownBody h6
{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
}


/* === プリロード  ===*/

#preload, 
#preload *
{ 
   /*DISPLAY: none */
   display: inline;
   font-size: 0px;
   line-height: 0px;
   width: 0px;
   height: 0px;
   margin: 0px;
   padding: 0px;
}


/* === 印刷用対応 ===*/

.h1_mod 
{
   font-size: 26px;
   font-weight: bold;
}

.EditModuleTitle
{
    font-size: small;
    color: white;
    background-color: #2e578b;
    padding-top: 1px;
}

p
{
    margin:0px;
    padding:2px 0;
}


/* === エラーページ === */


/* === ページの先頭へ === */
.pagetop_box
{ 
    font-size: small;
    padding: 10px 0;
    text-align: right;
    vertical-align: bottom;
    margin: 0;
    clear: both;
} 

.pagetop_box img
{ 
    margin: 2px 5px 0px 0px; 
    vertical-align: top;
} 

.pagetop_box a:link,
/*.pagetop_box a:visited,*/
.pagetop_box a:active
{
    text-decoration:none;
}

.pagetop_box a:hover
{
    text-decoration:underline;
}


/* == table == */

.HTMLEditorContainer table.noborder,
.Contents table.noborder
{
    margin: 0px;
    border-color: transparent;
    border-width: 0px;
}

.HTMLEditorContainer table,
.Contents table,
.HTMLEditorContainer table.fullborder, /* .noborderの子ノードで使用 */
.Contents table.fullborder
{
    margin: 1em 0.5em 1em 0.5em;
    border-color:#000000;
    border-width: 1px; 
}

.HTMLEditorContainer table tbody,
.Contents table tbody
{
    border-color:#000000;
}

.HTMLEditorContainer table.noborder td,
.HTMLEditorContainer table.noborder th,
.Contents table.noborder td,
.Contents table.noborder th
{
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
}

.HTMLEditorContainer table td,
.HTMLEditorContainer table th,
.Contents table td,
.Contents table th,
.HTMLEditorContainer table.fullborder td, /* .noborderの子ノードで使用 */
.HTMLEditorContainer table.fullborder th,
.Contents table.fullborder td,
.Contents table.fullborder th
{
    padding: 0.2em 0.5em;
    empty-cells: show;
    border-color:#000000;
    border-width: 1px; /* v2.14 追加 */
    border-style: solid; /* v2.14 追加 */
}

.HTMLEditorContainer table tr,
.Contents table tr
{
    border-color:#000000;
}

.HTMLEditorContainer table tr.alter,
.Contents table tr.alter
{
    background-color: #eeeeee;
}

.HTMLEditorContainer table th,
.HTMLEditorContainer table thead,
.Contents table th,
.Contents table thead
{
    text-align:center;
    background-color: #e4f2fc;
    color: #000000;
}


/*== 画像 ==*/

.HTMLEditorContainer img,
.Contents img
{
    margin: 5px;
}


/*== 引用 ==*/

BLOCKQUOTE, Q
{
    font-family: 'ＭＳ ゴシック' , 'Osaka－等幅' , 'Courier New', 'Courier', monospace;
    color: #000000;
}


/* 文責表示 */

.Responsibility
{
    font-size: small;
    color: gray;
}


/* v2.14用追記 */

table.ModuleTitleTable
{
    width: 95%;
}


/* ページ編集画面 ページ一覧 */

#ContentPane table tbody tr td.NormalTextMedium table tr td select
{
/*width: 400px;*/ /*アクセス解析画面表示崩れ*/
}


/* ul li */
ul
{
margin-left:1em;
}

.Contents li,
.HTMLEditorContainer li
{
    margin: 0 0 0 13px;
}

.Contents ol,
.HTMLEditorContainer ol
{
    list-style-image: none;
}

.Contents ul,
.HTMLEditorContainer ul
{
    list-style: none url("../Images/simple_icon.gif") outside;
}

.Contents ul ul,
.HTMLEditorContainer ul ul
{
    list-style: none url("../Images/simple_icon2.gif") outside;
}

.Contents ul ul ul,
.HTMLEditorContainer ul ul ul
{
    list-style: none url("../Images/simple_icon3.gif") outside;
}


/* ふりがな誤変換リンク文字サイズ */
#atgohenkanhoukoku
{
font-size:small;
}


/* 外部コンテンツのリンクアイコン */
img.or_icon
{
    display: inline-block;
    margin: 0 8px !important;
    padding: 0;
    vertical-align: middle;
}


/* コンテンツ内のファイルアイコン */
a.pdf
{
    background-image:url(../css/Icon/pdf16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.doc
{
    background-image:url(../css/Icon/word16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.docx
{
    background-image:url(../css/Icon/word16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.xls
{
    background-image:url(../css/Icon/excel16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.xlsx
{
    background-image:url(../css/Icon/excel16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.ppt
{
    background-image:url(../css/Icon/pp16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.pptx
{
    background-image:url(../css/Icon/pp16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

small
{
  font-size: small;
}

big
{
  font-size: large;
}

.Contents .clear
{
    clear: both;
}

.shadow
{
    text-shadow: 2px 2px 2px #FFFFFF, 2px -2px 2px #FFFFFF, -2px 2px 2px #FFFFFF, -2px -2px 2px #FFFFFF;
}
.TbmenuV_Layer .shadow,
.TbmenuV_Standard .shadow,
.PickUp_Standard .shadow,
.NewsList_Standard .shadow,
.LinkList_Standard .shadow
{
text-shadow: none;
}

/* ==== HTMLコンテンツ Start =================
・HTML文書_標準 (Item_Standard)
*/

.Item_Standard,
.Item_Standard_Title
{
    padding: 0px 0px 10px 0px;
}

.Contents
{
    padding: 0px 0px 0px 10px;
}
/* ==== HTMLコンテンツ End ==== */


/* ==== 背景デザイン1 中央カラム設置タイプ1 Start =================
・Lメニュー横型_標準 (LMenu_Standard)
・Lメニュー縦型_標準 (LMenuV_Standard)
・Lメニュー縦型_標準2段組 (LMenuV_Standard2)
・Lメニュー縦型_要約 (LMenuV_Summary)
・リンクリスト_標準 (LinkList_Standard)
・リンクリスト_標準2段組 (LinkList_Standard2)
・リンクリスト_要約 (LinkList_Summary)
・リンクリスト横型_標準 (LinkList_Horizontal)
・文書リスト_標準 (ItemList_Standard)
・文書リスト_標準2段組 (ItemList_Standard2)
・RSSリーダー_標準 (XSLT_Standard)
*/

.LMenu_Standard,
.LMenuV_Standard,
.LMenuV_Standard2,
.LMenuV_Summary,
.LinkList_Standard,
.LinkList_Standard2,
.LinkList_Summary,
.LinkList_Horizontal,
.ItemList_Standard,
.ItemList_Standard2,
.ItemList_Section,
.XSLT_Standard
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 780px;
}

.LMenu_Standard h2,
.LMenuV_Standard h2,
.LMenuV_Standard2 h2,
.LMenuV_Summary h2,
.LinkList_Standard h2,
.LinkList_Standard2 h2,
.LinkList_Summary h2,
.LinkList_Horizontal h2,
.ItemList_Section h2,
.XSLT_Standard h2
{
    float: left;
    margin: 0px 0px 5px 0px;
    width: 758px;
}

/*編集可能モジュールの処理*/
.LinkList_Standard h2 .MTitleLink,
.LinkList_Standard2 h2 .MTitleLink,
.LinkList_Summary h2 .MTitleLink,
.LinkList_Horizontal h2 .MTitleLink,
.ItemList_Standard h2 .MTitleLink,
.ItemList_Standard2 .MTitleLink,
.ItemList_Section  .MTitleLink
{
    display: block;
    float: left;
    width: 735px;
}

.LinkList_Standard h2 a.MTitleLink,
.LinkList_Standard2 h2 a.MTitleLink
{
    text-decoration: underline;
}

.LinkList_Standard h2 .rsslink,
.LinkList_Standard2 h2 .rsslink,
.LinkList_Summary h2 .rsslink,
.LinkList_Horizontal h2 .rsslink,
.ItemList_Standard h2 .rsslink,
.ItemList_Standard2 .rsslink,
.ItemList_Section  .rsslink
{
    float: left;
}

.ItemList_Standard .SubTitle,
.ItemList_Standard2 .SubTitle
{
    margin: 0px 0px 5px 0px;
}

.Item_Standard_Title .outside_b h2,
.ItemList_Standard .outside_b h2,
.ItemList_Standard2 .outside_b h2
{
    margin: 0 0 5px;
    width: 758px;    
}

.ItemList_Standard .outside_b h2,
.ItemList_Standard2 .outside_b h2
{
    float: left;
}

.ItemList_Standard2 .Column2_block
{
    float: left;
    padding: 0 5px;
    width: 360px;
}
/* ==== 背景デザイン 中央カラム設置タイプ1 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ枠付2 Start ================= */
/* ==== 背景デザイン 中央カラム設置タイプ2 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ3 Start =================
・HTML文書リンク_連絡先 (ItemLink_inquire)
・アンケート_お問合わせ (Questionnaire_Standard)
*/

.ItemLink_Inquiry,
.Questionnaire_Standard
{
    border: 1px solid #cccccc;
    border-radius: 3px;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 778px;
}

.ItemLink_Inquiry .outside_h,
.Questionnaire_Standard .outside_h
{
}

.ItemLink_Inquiry .outside_b,
.Questionnaire_Standard .outside_b
{
}

.ItemLink_Inquiry .outside_f,
.Questionnaire_Standard .outside_f
{
}

.ItemLink_Inquiry .inside_h,
.Questionnaire_Standard .inside_h
{
}

.ItemLink_Inquiry .inside_b,
.Questionnaire_Standard .inside_b
{
    float: left;
    margin: 0;
    padding: 5px 15px 10px;
    width: 748px;
}

.ItemLink_Inquiry .inside_f,
.Questionnaire_Standard .inside_f
{
}

.ItemLink_Inquiry h2,
.Questionnaire_Standard h2
{
    color: #000000;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 8px 10px 3px 10px;
    width: 758px;
}
/* ==== 背景デザイン 中央カラム設置タイプ3 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ4 Start ================= */
/* ==== 背景デザイン 中央カラム設置タイプ4 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ5 Start ====
・Pick Up_標準 (PickUp_Standard)
・ニュースリスト_標準 (NewsList_Standard)
*/

.PickUp_Standard,
.NewsList_Standard
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 780px;
}

.PickUp_Standard .outside_h,
.NewsList_Standard .outside_h
{
}

.PickUp_Standard .outside_b,
.NewsList_Standard .outside_b
{
}

.PickUp_Standard .outside_f,
.NewsList_Standard .outside_f
{
}

.PickUp_Standard .inside_b,
.NewsList_Standard .inside_b
{
}

.PickUp_Standard .inside_f,
.NewsList_Standard .inside_f
{
}

.PickUp_Standard h2,
.NewsList_Standard .outside_b h2
{
    border-bottom: 2px solid #009CE6;
    color: #000000;
    float: left;
    font-size: medium;
    margin: 0;
    padding: 0;
    width: 780px;
    position: relative;
}
.PickUp_Standard h2::after,
.NewsList_Standard .outside_b h2::after
{
    content: "";
    display: block;
    width: 90%;
    height: 2px;
    background-color: #0060CE;
    position: absolute;
    bottom: 0;
    left: 10px;
}


a.STitleLink,
a.STitleLink:link,
a.STitleLink:hover
{
    color: #000;
    text-decoration: none;
}

.PickUp_Standard .info_title,
.NewsList_Standard .info_title
{
/*    background-color: #def1fb; */
/*    border-left: 1px solid #cccccc; */
/*    border-right: 1px solid #cccccc; */
/*    border-top: 1px solid #cccccc; */
    float: left;
    font-weight: bold;
    padding: 10px 15px;
    width: 643px;
}

.PickUp_Standard .info_link,
.NewsList_Standard .info_link
{
    float: left;
    width: 105px;
}

.PickUp_Standard .info_link_contents,
.NewsList_Standard .info_link_contents
{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.PickUp_Standard .Fix_ur_tolist,
.NewsList_Standard .Fix_ur_tolist
{
    float: left;
    font-size: small;
    margin: 15px 0 0 10px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}

.PickUp_Standard a.RSSLink img,
.NewsList_Standard a.RSSLink img
{
    float: right;
    padding: 13px 5px 0 0;
    vertical-align: bottom;
}

.PickUp_Standard .Fix_ur_tolist img,
.NewsList_Standard .Fix_ur_tolist img
{
    padding: 2px 5px 0 0;
    vertical-align: top;
}

.NewsList_Standard .Title
{
    float: left;
    font-weight: bold;
    margin: 0 0 5px;
    width: 600px;
}

.NewsList_Standard .CreatedDate_v
{
    float: right;
    font-size: 12px;
    margin: 0;
    padding: 5px 0 0;
    text-align: right;
    width: 100px;
}

.NewsList_Standard .ParentBack
{
    display: block;
    float: right;
    font-size: 12px !important;
    padding: 0;
    width: 100px;
}

.NewsList_Standard .Contents
{
    float: left;
    width: 730px;
}
/* ==== 背景デザイン 中央カラム設置タイプ5 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ6 Start ====
・Eカレンダー_標準 (EventCal_Standard)
・Eリスト_標準 (EventList_Standard)
*/

.EventCal_Standard,
.EventList_Standard
{
    float: left;
    font-size: small;
    margin: 0 0 10px;
    padding: 0;
    width: 780px;
}

.EventCal_Standard .outside_h,
.EventList_Standard .outside_h
{
}

.EventCal_Standard .outside_b,
.EventList_Standard .outside_b
{
    border: 1px solid #cccccc;
    border-radius: 3px;
    float: left;
    margin: 0 0 10px;
    padding: 12px 0;
    width: 778px;
}

.EventCal_Standard .outside_f,
.EventList_Standard .outside_f
{
}

.EventCal_Standard .inside_h,
.EventList_Standard .inside_h
{
}

.EventCal_Standard .inside_b,
.EventList_Standard .inside_b
{
    clear: both;
}

.EventCal_Standard .inside_f,
.EventList_Standard .inside_f
{
}

.EventCal_Standard .Prev,
.EventList_Standard .Prev
{
    float: left;
    margin: 0;
    padding: 2px 10px;
    width: 80px;
}

.EventCal_Standard .Prev a,
.EventList_Standard .Prev a
{
  font-size:12px;
  text-decoration:none;
}

.EventCal_Standard .Prev a img,
.EventList_Standard .Prev a img
{
  margin: 0 2px -2px 0;
}

.EventCal_Standard .Term,
.EventList_Standard .Term
{
    float: left;
    padding: 0;
    text-align: center;
}

.EventCal_Standard .Term h2,
.EventList_Standard .Term h2
{
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 0px 5px;
    text-align: center;
    width: 530px;
}

.EventCal_Standard .Next,
.EventList_Standard .Next
{
    float: right;
    margin: 0;
    padding: 2px 10px;
    text-align: right;
    width: 80px;
}

.EventCal_Standard .Next a,
.EventList_Standard .Next a
{
  font-size:12px;
  text-decoration:none;
}

.EventCal_Standard .Next a img,
.EventList_Standard .Next a img
{
  margin: 0 0 -2px 2px;
}
/* ==== 背景デザイン 中央カラム設置タイプ6 End ==== */


/* ==== 背景デザイン 左右カラム設置タイプ Start =================
・Lメニュー縦型_アイコン(LMenuV_icon)
・Lメニュー縦型_階層 (LmenuV_Layer)
・Tメニュー縦型_階層 (TabMenuV_Layer)
・Tメニュー縦型_アイコン (TabMenuV_Standard) 
・リンクリスト_標準 (LinkList_Standard)
・XSLT_気象情報 (XSLT_Weather)
・ブログ用カテゴリリスト_標準 (BlogCategory_Standard)
・ブログ用月別アーカイブ_標準 (BlogNewMonth_Standard)
・ブログ用最新コメント_標準 (BlogNewComment_Standard)
・ブログ用最新記事_標準 (BlogNewItem_Standard)
*/

.LmenuV_icon,
.LmenuV_Layer,
.TbmenuV_Layer,
.TbmenuV_Standard,
.XSLT_weather,
#LeftPane .LinkList_Standard,
#RightPane .LinkList_Standard,
.BCategory_Standard,
.BlogNewMonth_Standard,
.BlogNewComment_Standard,
.BlogNewItem_Standard
{
/*    border: 1px solid #cccccc; */
border-style: none;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 198px;
}

.LmenuV_icon .outside_h,
.LmenuV_Layer .outside_h,
.TbmenuV_Layer .outside_h,
.TbmenuV_Standard .outside_h,
.XSLT_weather .outside_h,
#LeftPane .LinkList_Standard .outside_h,
#RightPane .LinkList_Standard .outside_h,
.BCategory_Standard .outside_h,
.BlogNewMonth_Standard .outside_h,
.BlogNewComment_Standard .outside_h,
.BlogNewItem_Standard .outside_h
{
}

.LmenuV_icon .outside_b,
.LmenuV_Layer .outside_b,
.TbmenuV_Layer .outside_b,
.TbmenuV_Standard .outside_b,
.XSLT_weather .outside_b,
#LeftPane .LinkList_Standard .outside_b,
#RightPane .LinkList_Standard .outside_b,
.BCategory_Standard .outside_b,
.BlogNewMonth_Standard .outside_b,
.BlogNewComment_Standard .outside_b,
.BlogNewItem_Standard .outside_b
{
}

.LmenuV_icon .outside_f,
.LmenuV_Layer .outside_f,
.TbmenuV_Layer .outside_f,
.TbmenuV_Standard .outside_f,
.XSLT_weather .outside_f,
#LeftPane .LinkList_Standard .outside_f,
#RightPane .LinkList_Standard .outside_f,
.BCategory_Standard .outside_f,
.BlogNewMonth_Standard .outside_f,
.BlogNewComment_Standard .outside_f,
.BlogNewItem_Standard .outside_f
{
}

.LmenuV_icon .Fix_header2,
.LmenuV_Layer .Fix_header2,
.TbmenuV_Layer .Fix_header2,
.TbmenuV_Standard .Fix_header2,
.XSLT_weather .Fix_header2,
#LeftPane .LinkList_Standard .Fix_header2,
#RightPane .LinkList_Standard .Fix_header2,
.BCategory_Standard .Fix_header2,
.BlogNewMonth_Standard .Fix_header2,
.BlogNewComment_Standard .Fix_header2,
.BlogNewItem_Standard .Fix_header2
{
/*    background: url("../Images/bottom_icon_blue.png") no-repeat 10px center; */
    border: 1px solid #0052A4;
    color: #FFF;
    float: left;
    font-size: medium;
    font-weight: normal;
    margin: 0;
    padding: 11px 15px 9px 30px;
    width: 153px;
    background-color: #0052A4;
}

.LmenuV_icon .Fix_header2,
.TbmenuV_Standard .Fix_header2
{
/*    background: url("../Images/side_icon_blue.png") no-repeat 10px center; */
    background-color: #0052A4;
}

.LmenuV_icon .inside_h,
.LmenuV_Layer .inside_h,
.TbmenuV_Layer .inside_h,
.TbmenuV_Standard .inside_h,
.XSLT_weather .inside_h,
#LeftPane .LinkList_Standard .inside_h,
#RightPane .LinkList_Standard .inside_h,
.BCategory_Standard .inside_h,
.BlogNewMonth_Standard .inside_h,
.BlogNewComment_Standard .inside_h,
.BlogNewItem_Standard .inside_h
{
}

.LmenuV_icon .inside_b,
.LmenuV_Layer .inside_b,
.TbmenuV_Layer .inside_b,
.TbmenuV_Standard .inside_b,
.XSLT_weather .inside_b,
#LeftPane .LinkList_Standard .inside_b,
#RightPane .LinkList_Standard .inside_b,
.BCategory_Standard .inside_b,
.BlogNewMonth_Standard .inside_b,
.BlogNewComment_Standard .inside_b,
.BlogNewItem_Standard .inside_b
{
}

.LmenuV_icon .inside_f,
.LmenuV_Layer .inside_f,
.TbmenuV_Layer .inside_f,
.TbmenuV_Standard .inside_f,
.XSLT_weather .inside_f,
#LeftPane .LinkList_Standard .inside_f,
#RightPane .LinkList_Standard .inside_f,
.BCategory_Standard .inside_f,
.BlogNewMonth_Standard .inside_f,
.BlogNewComment_Standard .inside_f,
.BlogNewItem_Standard .inside_f
{
}

/*編集可能モジュール処理*/
#LeftPane .LinkList_Standard h2,
#RightPane .LinkList_Standard h2
{
    border: none;
}

#LeftPane .LinkList_Standard .rsslink,
#RightPane .LinkList_Standard .rsslink
{
    display: none;
}

#LeftPane .LinkList_Standard h2 .MTitleLink,
#RightPane .LinkList_Standard h2 .MTitleLink
{
    display: block;
    float: left;
    width: 150px;
}

#LeftPane .LinkList_Standard h2 a.MTitleLink,
#RightPane .LinkList_Standard h2 a.MTitleLink
{
    text-decoration: underline;
}

/* ==== 背景デザイン 左右カラム設置タイプ End ==== */


/* ==== 背景デザイン 左右カラム設置タイプ2 Start =================
・書リスト_トピックス(TOP) (ItemList_Topic)
*/

.ItemList_Topic
{
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .outside_h
{
    background: url("../Images/outside_topic_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .outside_b
{
    background: url("../Images/outside_topic_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .outside_f
{
    background: url("../Images/outside_topic_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 4px;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .outside_b h2
{
    background: url("../Images/outside_topic_bg.gif") no-repeat right top;
    color: #FFFFFF;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 2px 15px 4px;
    width: 150px;
}

.ItemList_Topic .inside_b
{
    background: url("../Images/inside_topic_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .inside_f
{
    background: url("../Images/inside_topic_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .inside_b .Contents
{
    background: url("../Images/inside_topic_bg.gif") no-repeat left top;
    margin: 0;
    padding: 0 10px;
    width: 160px;
}

/*例外処理*/
.ItemList_Topic .Fix_topics_list a
{
    font-size: small;
    padding: 0 0 0 15px;
    text-decoration: none;
}

.ItemList_Topic .Fix_topics_list img
{
    padding: 0 6px 2px 0;
}
/* ==== 背景デザイン 左右カラム設置タイプ2 End ================= */


/* ==== 背景デザイン 左右カラム設置タイプ3 Start ================= */
/* ==== 背景デザイン 左右カラム設置タイプ3 End ================= */


/* ==== リストデザイン1 縦：アイコンタイプ Start =================
・Lメニュー縦型_アイコン(LMenuV_icon)
・Tメニュー縦型_アイコン (TabMenuV_Standard) 
・リンクリスト_標準 (LinkList_Standard)
・ブログ用カテゴリリスト_標準 (BlogCategory_Standard)
・ブログ用月別アーカイブ_標準 (BlogNewMonth_Standard)
・ブログ用最新コメント_標準 (BlogNewComment_Standard)
・ブログ用最新記事_標準 (BlogNewItem_Standard)
*/

.LmenuV_icon ul,
.TbmenuV_Standard ul,
#LeftPane .LinkList_Standard ul,
#RightPane .LinkList_Standard ul,
.BCategory_Standard ul,
.BlogNewMonth_Standard ul,
.BlogNewComment_Standard ul,
.BlogNewItem_Standard ul
{
    float: left;
    margin: 0;
    padding: 5px;
}

.LmenuV_icon li,
.TbmenuV_Standard li,
#LeftPane .LinkList_Standard li,
#RightPane .LinkList_Standard li,
.BCategory_Standard li,
.BlogNewMonth_Standard li,
.BlogNewComment_Standard li,
.BlogNewItem_Standard li
{
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: dashed 1px #A7A7A7;
}

.LmenuV_icon li a,
.TbmenuV_Standard li a,
#LeftPane .LinkList_Standard li a.titleLink,
#RightPane .LinkList_Standard li a.titleLink,
.BCategory_Standard li a,
.BlogNewMonth_Standard li a,
.BlogNewComment_Standard li a,
.BlogNewItem_Standard li a
{
    background: url("../Images/list_icon_blue.png") no-repeat 3px center;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 20px;
    text-align: left;
    width: 163px;
}

.LmenuV_icon .modoru,
.TbmenuV_Standard .modoru
{
    border-bottom: 1px dotted #C4CFE5;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LmenuV_icon .modoru a,
.TbmenuV_Standard .modoru a
{
    background: url("../Images/return_icon.png") no-repeat 3px center;
}

.BlogNewComment_Standard .CreatedDate,
.BlogNewItem_Standard .CreatedDate
{
    padding: 0px 5px 0px 20px;
}

.BlogNewComment_Standard li a img,
.BlogNewItem_Standard li a img
{
    float: left;
}


/* ==== リストデザイン1 縦：アイコンタイプ End ==== */


/* ==== リストデザイン2 縦：リストアイコンタイプ Start =================
・Lメニュー縦型_標準 (LMenuV_Standard)
・Lメニュー縦型_標準2段組 (LMenuV_Standard2)
・リンクリスト_標準 (LinkList_Standard)
・リンクリスト_標準2段組 (LinkList_Standard2)
*/

.LMenuV_Standard ul,
.LMenuV_Standard2 ul,
.LinkList_Standard ul,
.LinkList_Standard2 ul
{ 
    float: left;
    margin: 0;
    padding: 5px;
} 

.LMenuV_Standard li,
.LMenuV_Standard2 li,
.LinkList_Standard li,
.LinkList_Standard2 li
{ 
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LMenuV_Standard li a,
.LMenuV_Standard2 li a,
.LinkList_Standard li a.titleLink,
.LinkList_Standard2 li a.titleLink
{
    background: url("../Images/list_icon_blue.png") no-repeat 3px center;
    display: block;
    float: left;
    margin: 0;
    padding: 2px 5px 2px 20px;
    width: 745px;
}

.LMenuV_Standard .modoru a,
.LMenuV_Standard2 .modoru a
{
    background: url("../Images/return_icon.png") no-repeat 3px center;
    float: left;
    margin: 0;
    padding: 2px 5px 2px 20px;
    width: 745px;
}

/* 2段組み処理 */
.LMenuV_Standard2 li,
.LinkList_Standard2 li
{
    width: 385px;
}

.LMenuV_Standard2 li a,
.LinkList_Standard2 li a.titleLink
{
    width: 360px;
}

/*編集可能モジュール処理*/
.LinkList_Standard li .editLink,
.LinkList_Standard2 li .editLink
{
    float: left;
}
/* ==== リストデザイン2 縦：リストアイコンタイプ End ==== */


/* ==== リストデザイン3 縦：見出しタイプ Start =================*/
/* ==== リストデザイン3 縦：見出しタイプ3 End ==== */


/* ==== リストデザイン4 縦：階層タイプ Start =================
・Lメニュー縦型_階層 (LmenuV_Layer)
・Tメニュー縦型_階層 (TabMenuV_Layer)
*/

.LmenuV_Layer ul,
.TbmenuV_Layer ul
{
    float: left;
    margin: 0;
    padding: 5px;
}

.LmenuV_Layer li,
.TbmenuV_Layer li
{
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: dashed 1px #A7A7A7;
}

.LmenuV_Layer li a,
.TbmenuV_Layer li a
{
    background: url("../Images/list_layer.png") no-repeat 4px 4px;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 20px;
    text-align: left;
    width: 163px;
}

.LmenuV_Layer .modoru,
.TbmenuV_Layer .modoru
{
    border-bottom: 1px dotted #C4CFE5;
}

.LmenuV_Layer .modoru a,
.TbmenuV_Layer .modoru a
{
    background: url("../Images/return_icon.png") no-repeat 3px center;
}
/* ==== リストデザイン4 縦：階層タイプ4 End ==== */


/* ==== リストデザイン5 横：セパレートタイプ Start =================
・Lメニュー横型_標準 (LMenu_Standard)
・リンクリスト横型_標準 (LinkList_Horizontal)
*/

.LMenu_Standard ul,
.LinkList_Horizontal ul
{
    float: left;
    margin: 0;
    padding: 5px;
    width: 770px;
}

.LMenu_Standard li,
.LinkList_Horizontal li
{
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LMenu_Standard a,
.LinkList_Horizontal a.titleLink
{
    background: url("../Images/sep.png") no-repeat 3px center;
    display: block;
    float: left;
    list-style-type: none;
    padding: 2px 5px 2px 20px;
    text-align: left;
}

.LMenu_Standard .litop a,
.LinkList_Horizontal .litop a.titleLink
{
    background: none;
    padding: 2px 5px 2px 0px;
}
/* ==== リストデザイン5 横：セパレートタイプ End ==== */


/* ==== リストデザイン6 横：アイコンタイプ Start ================= */
/* ==== リストデザイン6 横：セパレートタイプ End ==== */


/* ==== リストデザイン7 縦：ニュースタイプ Start ====
・Pick Up_標準 (PickUp_Standard)
・Pick Up_タブインデックス (PickUp_Switching)
・RSSリーダー_標準 (XSLT_Standard)
*/

.PickUp_Standard ul,
.PickUp_Switching ul,
.NewsList_Standard ul:not(.reToolBar),
.XSLT_Standard ul
{
    float: left;
    margin: 0;
    padding: 5px 0 0;
    width: 780px;
}

.PickUp_Standard li,
.PickUp_Switching li,
.NewsList_Standard li:not(.reToolItem),
.XSLT_Standard li
{
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 5px 10px;
    width: 760px;
}

.PickUp_Standard .CreatedDate,
.PickUp_Switching .CreatedDate,
.NewsList_Standard .CreatedDate,
.XSLT_Standard .CreatedDate
{
    display: block;
    float: left;
    font-weight: bold;
    padding: 0 5px;
    width: 130px;
}

.XSLT_Standard .CreatedDate
{
    width: 185px;
}

.PickUp_Standard .Summary,
.PickUp_Switching .Summary,
.NewsList_Standard .Summary,
.XSLT_Standard .Summary
{
    margin:0px;
    padding:0px;
}

.PickUp_Standard .R_Contents,
.PickUp_Switching .R_Contents,
.NewsList_Standard .R_Contents,
.XSLT_Standard .R_Contents
{
    margin: 0 0 0 130px;
    padding: 0;
}

.XSLT_Standard .R_Contents
{
    margin: 0 0 0 185px;
}

/*例外処理*/
/*
.PickUp_Switching ul
{
    width: 550px;
}

.PickUp_Switching li
{
    width: 540px;
}
*/
/* ==== リストデザイン7 縦：ニュースタイプ End ==== */


/* === リンクアクション  ===*/
a:link,
.Contents li a:link
{
    color: #000066;
    text-decoration: underline;
}

a:visited,
.Contents li a:visited
{
    color: #551A8B;
    /*text-decoration: underline;*/
}

a:hover,
.Contents li a:hover
{
    color: #EE0000;
    text-decoration: none;
}

a:active,
.Contents li a:active
{
    color: #EE0000;
    text-decoration: underline;
}
/* ==== リンクアクションEnd ==== */


/* ==== リンクアクション 例外調整：タイトル Start =================
*/
.outside_b h2 a:link
{
    text-decoration: none;
    color: #000000;
}

.outside_b h2 a:visited
{
    /*text-decoration: none;*/
    color: #000000;
}
.TbmenuV_Layer .outside_b h2 a:visited,
.TbmenuV_Standard .outside_b h2 a:visited
{
    /*text-decoration: none;*/
    color: #FFF;
}

.outside_b h2 a:hover
{
    text-decoration: underline;
    color: #000000;
}

.outside_b h2 a:active
{
    text-decoration: none;
    color: #000000;
}
/* ==== リンクアクション 例外調整：タイトル End ==== */


/* ==== リンクアクション 例外調整：リスト Start =================
*/
li a:link,
.page_control a:link,
.modoru a:link,
.pagetop_box a:link,
.ParentBack a:link
{
    text-decoration: none;
}

li a:visited,
.page_control a:visited,
.modoru a:visited,
.pagetop_box a:visited,
.ParentBack a:visited
{
    /*text-decoration: none;*/
}

li a:hover,
.page_control a:hover,
.modoru a:hover,
.pagetop_box a:hover,
.ParentBack a:hover
{
    text-decoration: underline;
}

li a:active,
.page_control a:active,
.modoru a:active,
.pagetop_box a:active,
.ParentBack a:active
{
    text-decoration: none;
}
/* ==== リンクアクション 例外調整：タイトル End ==== */


/* ==== リンクアクション 例外調整：ニュース系 Start =================
*/
.newscontents li a:link,
li .R_Contents a:link
{
    text-decoration: underline;
}

.newscontents li a:visited,
li .R_Contents a:visited
{
    /*text-decoration: underline;*/
}

.newscontents li a:hover,
li .R_Contents a:hover
{
    text-decoration: none;
}

.Contents li a:active,
.newscontents li a:active,
li .R_Contents a:active
{
    text-decoration: underline;
}
/* ==== リンクアクション 例外調整：ニュース系 End ==== */


/* ==== セレクトデザイン#F3E4DD  Start =================
・Tメニュー縦型_階層 (TabMenuV_Layer)
・Tメニュー縦型_アイコン (TabMenuV_Standard) 
*/

.TbmenuV_Layer li a.SelectedTab,
.TbmenuV_Standard li a.SelectedTab
{
    background-color: #EFEFEF !important;
}
/* ==== セレクトデザイン#F3E4DD End ==== */


/* ==== プロパティコントロール  Start =================
op_control
page_control
*/

.op_control,
.page_control,
.ParentBack
{
    font-size: small;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.op_control,
.ParentBack
{
    text-align: right;
}

.page_control img,
.ParentBack img
{
    margin: 0px 5px;
    vertical-align: middle;
}

.page_control a
{
    margin: 0 5px;
}

.editLink
{
    float: left;
    position: relative;
}
/* ==== プロパティコントロール End ==== */


/* ==== スキップメニュー Start ==== */
.skip_menu
{
    font-size: 0;
    height: 0;
    left: -9999px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -9999px;
    width: 0;
}

a.skip_menu:active,
a.skip_menu:focus
{
    display: block;
    font-size: 100%;
    left: 0;
    line-height: 1.6;
    top: 0 ;
    width: 99.99%;
    height: 20px;
    position: absolute;
    background-color: #FFFFFF;
    padding: 2px 0;
    text-align: center;
    z-index: 1000;
    color: #000000;
    float: left;
}
/* ==== スキップメニュー End ==== */


/* === スマートフォン用CSS === */
/*スマートフォンでオン*/
.smarton
{
    display: none !important;
    speak: none;
}

/*スマートフォンでオフ*/
.smartoff
{
}

/* 表示制御 */
#ContentPane img,
#ContentPane Table
{
    max-width: 750px;
}

#ContentPane .RadEditor Table
{
    max-width: none;
}

/* == Viewer == */
.viewer
{
    font-size: 90%;
    line-height: 150%;
    background: #F5F5F5;
    border:solid 1px #42825A;
    margin:10px 0 10px 0;
    padding:10px 12px;
}

.viewer a:visited, 
.viewer a:link
{
    color: #000000;
    text-decoration: underline;
}

/* ヘッダ start */
#headertop
{
    background: url("../Images/2020renew/headbg_blue.png") no-repeat right top;
    margin: 0 auto;
    position: relative;
    width: 990px;
    min-height: 95px;
    height: auto !important;
    height: 85px;
}

/* 共通設定 */
#headertop ul
{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#headertop ul li
{
}

/* ロゴ */
#headertop .logo
{
    float: left;
    left: 52px;
    position: absolute;
    top: 30px;
}

#headertop .logo .logo_img
{
    float: left;
    position: relative;
    vertical-align: bottom;
}

#headertop .logo .logo_txt
{
    float: left;
    font-size: x-large;
    font-weight: bold;
    left: 15px;
    position: relative;
    top: 13px;
}

/* ツール */
#headertop .sp_tool_l
{
    display: none;
}

#headertop .open_sp_tool
{
}

#headertop .sp_tool_r
{
    display: none;
}

#headertop .open_sp_toolm
{
}

#headertop #leftpane_toggle
{
}

#headertop #leftpane_toggle_btn
{
}

/* フォントサイズ */
#headertop #fontsize
{
    float: left;
    position: absolute;
    right: 267px;
    z-index: 0;
    top: 10px;
}

#headertop #fontsize #bigger
{
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

#headertop #fontsize #bigger a
{
    background: url("../Images/font_bigger_blue.png") no-repeat left bottom;
    height: 28px;
    width: 131px;
}

#headertop #fontsize #typical
{
    float: left;
    left: 136px;
    position: absolute;
    z-index: 100;
}

#headertop #fontsize #typical a
{
    background: url("../Images/font_small_blue.png") no-repeat left bottom;
    height: 28px;
    width: 131px;
}

#headertop #fontsize #bigger_manual
{
    float: left;
    left: 136px;
    position: absolute;
    z-index: 50;
}

#headertop #fontsize #bigger_manual a
{
    background: url("../Images/font_about_blue.png") no-repeat left bottom;
    height: 28px;
    width: 131px;
}

#headertop #fontsize a
{
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

/* インフォ */
#headertop #header_sub
{
    float: left;
    position: absolute;
    right: 219px;
    top: 40px;
}

#headertop #header_sub #sitemap
{
    background: url("../Images/2020renew/list_icon.png") no-repeat left 2px;
    float: left;
    padding: 0 0 0 15px;
    position: absolute;
    width: 95px;
}

#headertop #header_sub #contact
{
    background: url("../Images/2020renew/list_icon.png") no-repeat left 2px;
    float: left;
    left: 110px;
    padding: 0 0 0 15px;
    position: absolute;
    width: 95px;
}

/* 検索 */
#headertop .BrowserSearch
{
    float: left;
    position: absolute;
    right: 0;
    top: 60px;
}

#headertop .BrowserSearch label
{
}

#headertop .BrowserSearch .SubmitBtn
{
    border: none;
    margin: 0 5px 0 5px;
    padding: 2px 15px 2px 28px;
    background: #757575 url(../../../Images/2020renew/Search_glass.png) no-repeat 5px center;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

#headertop .BrowserSearch .TextBox
{
    background-color: #fffEEA;
    border: 1px solid #848A8A;
    margin: 0;
    padding: 2px;
    width: 240px;
    border-radius: 5px;
}

#headertop a
{
    color: #000000;
    text-decoration: none;
}

.sp_tool_l,
.sp_tool_r
{
    display: none;
}


#smart_mode_change,
#smart_mode_pagejump
{
    display: none;
}

#smart_mode_change, #smart_mode_pagejump {
    display: none;
}

#smart_mode_change2
{
    background: url("../Images/sp_menu.png") no-repeat scroll 0 -279px rgba(0, 0, 0, 0);
    display: none;
    height: 44px;
    margin: 5px auto;
    position: relative;
    width: 320px;
}

#smart_mode_sf_btn
{
    cursor: default;
    height: 25px;
    left: 60px;
    overflow: hidden;
    padding: 7px 0 0 63px;
    position: absolute;
    top: 6px;
    width: 188px;
}

#smart_mode_change a
{
    text-decoration: none;
}

a#smart_mode_sf_btn
{
    text-decoration: none;
}

.pane_toggle
{
    display: none;
}
/* ヘッダ end */

/* == フッター == */
.footer_hrline
{
    background: url("../../../Images/hr_blue.png") repeat-x;
    display: block;
    float: left;
    height: 6px;
    width: 100%;
}

.footer_jump
{
    margin: 0 auto;
    position: relative;
    width: 990px;
}

.footer_jump .footer_jump_block
{
    border-left: 3px solid #bae2f8;
    border-right: 3px solid #bae2f8;
    border-top: 3px solid #bae2f8;
    float: right;
    padding: 5px 25px;
    position: relative;
    top: 5px;
    width: 144px;
}

.footer_jump .footer_jump_block a
{
    background: url("../../../Images/top_icon_blue.png") no-repeat left center;
    color: #000000;
    font-size: small;
    padding: 0 0 0 20px;
    text-decoration: none;
}

.Footer_Contents
{
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 990px;
}

.Footer_Contents .left_block
{
    float: left;
    padding: 10px;
    text-align: left;
    width: 670px;
}

.Footer_Contents .right_block
{
    border-left: 1px solid #ccc;
    float: left;
    margin: 10px 0;
    padding: 0 10px;
    text-align: left;
}

.Footer_dr
{
    border-top: medium solid #417DBC;
    padding: 10px;
    text-align: center;
    background-color: #0052A4;
    color: #fff;
}


}
@media print
{
body
{
background-color:white;
background-image:none;
}
}

/*** for Smart Phone ***/
@media (max-width:400px)
{
/*
 ■画像参照についての注意 

 ・本CSS記載の画像について、モジュール定義や各HTML文書で共通に使用する
   画像についてはサイトの/Imagesディレクトリ内に画像ファイルを格納し、
   本CSS内では
   ../Images/(画像ファイル名)
   例)../Images/bg.gif
   というURL参照を利用します。

 ・モジュール定義等から使用されない画像については本CSSと同階層の
   ディレクトリ aisai_dhv/ 下に格納し、
   aisai_dhv/(画像ファイル名)
   例)aisai_dhv/white.gif
   というURL参照を利用します。
*/

body  /*margin,paddingは上右下左の順*/
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' , Verdana, 'ＭＳ Ｐゴシック', Osaka, Arial, sans-serif;
    font-size: 100%; /*88%small;*/
    line-height: 1.4; /*1.3*/
}

.Contents
{
    font-size: 100%;
}

.HTMLEditorContainer
{
    background: url(aisai_dhv/white.gif);
    font-size: 100%;
}

button, textarea, a
{
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' , Verdana, Arial, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

select
{
  padding:1px;
  font-family: Arial, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

option
{
  line-height:1;
  font-family: Arial, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

/* == 大枠 == */
#BaseTable
{
    width: auto;
    margin: auto;
}


/* == システムメニュー == */
/* == ヘッダー == */
/* == 中間ペイン群 == */
/* == 左ペイン幅 == */
/* == MAIN(中央)ペイン == */
/* == 右ペイン == */
/* == フッター == */
#pagetop,
#BaseTable,
#Middle,
#LeftPane,
#ContentPane,
#RightPane,
#FooterPane
{
    background-color: #ffffff;
    float: none;
    position: relative;
    width: 320px !important;
    z-index: 0;
    padding: 0 !important;
}



/* ==== 見出し Start ==== */
h1
{
    display: none;
}

.HTMLEditorContainer h1
{
    display: block;
    text-decoration: line-through;
    font-size: small;
    font-weight: normal;
}

.HTMLEditorContainer h1:before
{
  content: "[h1はコンテンツ内で使用できません] ";
}

.NormalTextMedium h1
{
    text-decoration: none;
    font-size: xx-large;
    font-weight: normal;
}

.HTMLEditorContainer h2,
.reDropDownBody h2,
.Contents h2,
.Item_Standard_Title h2,
.LMenu_Standard h2,
.LMenuV_Standard h2,
.LMenuV_Standard2 h2,
.LMenuV_Summary h2,
.LinkList_Standard h2,
.LinkList_Standard2 h2,
.LinkList_Summary h2,
.LinkList_Horizontal h2,
.ItemList_Standard h2,
.ItemList_Standard2 h2,
.ItemList_Section h2,
.XSLT_Standard h2
{
    background: url("../Images/h2.png") no-repeat right top #bae3f9;
    border: 1px solid #7dccf3;
    border-bottom: 2px solid #7dccf3;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 5px 0 5px -5px;
    padding: 9px 10px 6px;
}

.HTMLEditorContainer h3,
.reDropDownBody h3,
.Contents h3,
.ItemList_Standard h3,
.ItemList_Standard2 h3,
.NewsList_Standard h3
{
    background: url("../Images/h3.png") no-repeat left top #bae3f9;
    border-bottom: 1px solid #7dccf3;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0 5px -5px;
    padding: 6px 0 4px 30px;
}

.HTMLEditorContainer h4,
.reDropDownBody h4,
.Contents h4
{
    background: url("../Images/h4.png") no-repeat left top #def1fb;
    border-bottom: 1px solid #7dccf3;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0 5px -5px;
    padding: 6px 0 4px 30px;
}

.HTMLEditorContainer h5,
.reDropDownBody h5,
.Contents h5
{
    background: url("../Images/h5.png") no-repeat left top #f4f4f4;
    border-bottom: 1px solid #7dccf3;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0 5px -5px;
    padding: 6px 0 4px 30px;
}

.HTMLEditorContainer h6,
.reDropDownBody h6,
.Contents h6
{
    background: url("../Images/h6.png") no-repeat left top #f4f4f4;
    border-bottom: 1px solid #d9d9d9;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0 5px -5px;
    padding: 6px 0 4px 30px;
}
/* ==== 見出し End ==== */


.all_bottom
{
 padding:10px 0px;
}

dt
{
  font-size: 100%;
}

.reDropDownBody h2,
.reDropDownBody h3,
.reDropDownBody h4,
.reDropDownBody h5,
.reDropDownBody h6
{
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
}


/* === プリロード  ===*/

#preload, 
#preload *
{ 
 /*DISPLAY: none */
 display: inline;
 line-height: 0px;
 width: 0px;
 height: 0px;
 margin: 0px;
 padding: 0px;
}


/* === 印刷用対応 ===*/

.h1_mod 
{
    font-size: x-large;
    font-weight: bold;
}

.EditModuleTitle
{
  font-size: small;
  color: white;
  background-color: #2e578b;
  padding-top: 1px;
}

p
{
  margin:0px;
  padding:2px 0;
}



/* ===　エラーページ　=== */



/* ===　ページの先頭へ　=== */
.pagetop_box
{ 
    background: #ffffff;
    clear: both;
    font-size: small;
    margin: 0 0 10px;
    padding: 5px 10px;
    text-align: right;
    vertical-align: bottom;
}

.pagetop_box a
{
    display: block;
    float: right;
} 

.pagetop_box img
{ 
    margin: 2px 5px 0px 0px; 
    vertical-align: top;
} 

.pagetop_box a:link,
.pagetop_box a:visited,
.pagetop_box a:active
{
    text-decoration: none;
}

.pagetop_box a:hover
{
    text-decoration: underline;
}


/* == table == */
.Contents table
{
    max-width: 720px;
}

.HTMLEditorContainer table.noborder,
.Contents table.noborder
{
  margin: 0px;
  border-color: transparent;
  border-width: 0px;
}

.HTMLEditorContainer table,
.Contents table,
.HTMLEditorContainer table.fullborder, /* .noborderの子ノードで使用 */
.Contents table.fullborder
{
  margin: 1em 0.5em 1em 0.5em;
  border-color:#000000;
  border-width: 1px; 
}

.HTMLEditorContainer table tbody,
.Contents table tbody
{
  border-color:#000000;
}

.HTMLEditorContainer table.noborder td,
.HTMLEditorContainer table.noborder th,
.Contents table.noborder td,
.Contents table.noborder th
{
  padding: 0px;
  border-color: transparent;
  border-width: 0px;
}

.HTMLEditorContainer table td,
.HTMLEditorContainer table th,
.Contents table td,
.Contents table th,
.HTMLEditorContainer table.fullborder td, /* .noborderの子ノードで使用 */
.HTMLEditorContainer table.fullborder th,
.Contents table.fullborder td,
.Contents table.fullborder th
{
  padding: 0.2em 0.5em;
  empty-cells: show;
  border-color:#000000;
  border-width: 1px; /* v2.14 追加 */
  border-style: solid; /* v2.14 追加 */
}

.HTMLEditorContainer table tr,
.Contents table tr
{
  border-color:#000000;
}

.HTMLEditorContainer table tr.alter,
.Contents table tr.alter
{
  background-color: #eeeeee;
}

.HTMLEditorContainer table th,
.HTMLEditorContainer table thead,
.Contents table th,
.Contents table thead
{
  text-align:center;
  background-color: #e4f2fc;
  color: #000000;
}


/*== 画像 ==*/

.HTMLEditorContainer img,
.Contents img
{
    margin: 5px;
    height: auto !important;
    max-width: 290px;
}


/*== 引用 ==*/

BLOCKQUOTE, Q
{
  font-family: 'Courier New', 'ＭＳ ゴシック' , 'Osaka－等幅' , 'Courier', monospace;
  color: #000000;
}


/* 文責表示、カテゴリ */

.Responsibility,
.Categorys
{
  font-size: small;
  color: gray;
}

.Categorys
{
  text-align: right;
}


/*== アイコン ==*/

.icon_left
{
 padding:0px;
 margin:0px;
 margin-bottom:5px;
 width:180px;
 height:auto;
}

.p_heads
{
float:left;
height:0;
width:0;
}


/* v2.14用追記 */

table.ModuleTitleTable
{
width: 95%;
}


/* ページ編集画面 ページ一覧 */

#ContentPane table tbody tr td.NormalTextMedium table tr td select
{
/*width: 400px;*/ /*アクセス解析画面表示崩れ*/
}


/* ul li */
ul
{
margin-left:1em;
}

.Contents li,
.HTMLEditorContainer li
{
    margin: 0 0 0 13px;
}

.Contents ol,
.HTMLEditorContainer ol
{
    list-style-image: none;
}

.Contents ul,
.HTMLEditorContainer ul
{
    list-style: none url("../Images/simple_icon1.gif") outside;
}

.Contents ul ul,
.HTMLEditorContainer ul ul
{
    list-style: none url("../Images/simple_icon2.gif") outside;
}

.Contents ul ul ul,
.HTMLEditorContainer ul ul ul
{
    list-style: none url("../Images/simple_icon3.gif") outside;
}

/* 横並びリスト */
ul.HorizontalList
{
margin-left:0;
list-style-image: none;
}

ul.HorizontalList li
{
display: inline-block;
list-style-image: none;
padding: 0px 0px 0px 10px;
background: url('../Images/simple_icon1.gif') no-repeat scroll 0px
6px transparent;
}

/* ふりがな誤変換リンク文字サイズ */
#atgohenkanhoukoku
{
font-size:small;
}


/* 外部コンテンツのリンクアイコン */
img.or_icon
{
    display: inline-block;
    margin: 0 8px !important;
    padding: 0;
    vertical-align: middle;
}


/* コンテンツ内のファイルアイコン */
a.pdf
{
    background-image:url(../css/Icon/pdf16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.doc
{
    background-image:url(../css/Icon/word16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.docx
{
    background-image:url(../css/Icon/word16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.xls
{
    background-image:url(../css/Icon/excel16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.xlsx
{
    background-image:url(../css/Icon/excel16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.ppt
{
    background-image:url(../css/Icon/pp16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

a.pptx
{
    background-image:url(../css/Icon/pp16.gif);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:22px;
}

small
{
  font-size: small;
}

big
{
  font-size: large;
}

.Contents .clear
{
    clear: both;
}

.shadow
{
}


/* ==== HTMLコンテンツ Start =================
・HTML文書_標準 (Item_Standard)
*/

.Item_Standard,
.Item_Standard_Title,
.Item_YahooMap,
.Item_Event
{
    background-color: #ffffff;
    margin: 0 0 10px;
}

.Contents
{
    padding: 10px 10px 10px 15px;
}
/* ==== HTMLコンテンツ End ==== */


/* ==== 背景デザイン1 中央カラム設置タイプ1 Start =================
・Lメニュー横型_標準 (LMenu_Standard)
・Lメニュー縦型_標準 (LMenuV_Standard)
・Lメニュー縦型_標準2段組 (LMenuV_Standard2)
・Lメニュー縦型_要約 (LMenuV_Summary)
・リンクリスト_標準 (LinkList_Standard)
・リンクリスト_標準2段組 (LinkList_Standard2)
・リンクリスト_要約 (LinkList_Summary)
・リンクリスト横型_標準 (LinkList_Horizontal)
・文書リスト_標準 (ItemList_Standard)
・文書リスト_標準2段組 (ItemList_Standard2)
・RSSリーダー_標準 (XSLT_Standard)
*/

.LMenu_Standard,
.LMenuV_Standard,
.LMenuV_Standard2,
.LMenuV_Summary,
.LinkList_Standard,
.LinkList_Standard2,
.LinkList_Summary,
.LinkList_Horizontal,
.ItemList_Standard,
.ItemList_Standard2,
.ItemList_Section,
.XSLT_Standard
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 320px;
}

.LMenu_Standard h2,
.LMenuV_Standard h2,
.LMenuV_Standard2 h2,
.LMenuV_Summary h2,
.LinkList_Standard h2,
.LinkList_Standard2 h2,
.LinkList_Summary h2,
.LinkList_Horizontal h2,
.ItemList_Section h2,
.XSLT_Standard h2
{
    float: left;
    margin: 0 0 5px;
    width: 298px;
}

/*編集可能モジュールの処理*/
.LinkList_Standard h2 .MTitleLink,
.LinkList_Standard2 h2 .MTitleLink,
.LinkList_Summary h2 .MTitleLink,
.LinkList_Horizontal h2 .MTitleLink,
.ItemList_Standard h2 .MTitleLink,
.ItemList_Standard2 .MTitleLink,
.ItemList_Section  .MTitleLink
{
    display: block;
    float: left;
}

.LinkList_Standard h2 a.MTitleLink,
.LinkList_Standard2 h2 a.MTitleLink
{
    text-decoration: underline;
}

.LinkList_Standard h2 .rsslink,
.LinkList_Standard2 h2 .rsslink,
.LinkList_Summary h2 .rsslink,
.LinkList_Horizontal h2 .rsslink,
.ItemList_Standard h2 .rsslink,
.ItemList_Standard2 .rsslink,
.ItemList_Section  .rsslink
{
    float: left;
}

.ItemList_Standard .SubTitle,
.ItemList_Standard2 .SubTitle
{
    margin: 0px 0px 5px 0px;
}

.Item_Standard_Title .outside_b h2,
.ItemList_Standard .outside_b h2,
.ItemList_Standard2 .outside_b h2
{
    margin: 0 0 5px;
    width: 298px;    
}

.ItemList_Standard .outside_b h2,
.ItemList_Standard2 .outside_b h2
{
    float: left;
}

.ItemList_Standard2 .Column2_block
{
    float: left;
    padding: 0 5px;
    width: 360px;
}
/* ==== 背景デザイン 中央カラム設置タイプ1 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ枠付2 Start =================
/* ==== 背景デザイン 中央カラム設置タイプ2 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ3 Start =================
・HTML文書リンク_連絡先 (ItemLink_inquire)
・アンケート_お問合わせ (Questionnaire_Standard)
*/

.ItemLink_Inquiry,
.Questionnaire_Standard
{
    border: 1px solid #cccccc;
    border-radius: 3px;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 318px;
}

.ItemLink_Inquiry .outside_h,
.Questionnaire_Standard .outside_h
{
}

.ItemLink_Inquiry .outside_b,
.Questionnaire_Standard .outside_b
{
}

.ItemLink_Inquiry .outside_f,
.Questionnaire_Standard .outside_f
{
}

.ItemLink_Inquiry .inside_h,
.Questionnaire_Standard .inside_h
{
}

.ItemLink_Inquiry .inside_b,
.Questionnaire_Standard .inside_b
{
    float: left;
    margin: 0;
    padding: 5px 15px 10px;
    width: 288px;
}

.ItemLink_Inquiry .inside_f,
.Questionnaire_Standard .inside_f
{
}

.ItemLink_Inquiry h2,
.Questionnaire_Standard h2
{
    color: #000000;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 8px 10px 3px;
    width: 298px;
}
/* ==== 背景デザイン 中央カラム設置タイプ3 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ4 Start ================= */
/* ==== 背景デザイン 中央カラム設置タイプ4 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ5 Start ====
・Pick Up_標準 (PickUp_Standard)
・ニュースリスト_標準 (NewsList_Standard)
*/

.PickUp_Standard,
.NewsList_Standard
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 320px;
}

.PickUp_Standard .outside_h,
.NewsList_Standard .outside_h
{
}

.PickUp_Standard .outside_b,
.NewsList_Standard .outside_b
{
}

.PickUp_Standard .outside_f,
.NewsList_Standard .outside_f
{
}

.PickUp_Standard .inside_b,
.NewsList_Standard .inside_b
{
}

.PickUp_Standard .inside_f,
.NewsList_Standard .inside_f
{
}

.PickUp_Standard h2,
.NewsList_Standard .outside_b h2
{
    border-bottom: 3px solid #7dccf3;
    color: #2d2825;
    float: left;
    font-size: medium;
    margin: 0;
    padding: 0;
    width: 320px;
}

a.STitleLink,
a.STitleLink:link,
a.STitleLink:hover
{
    color: #000;
    text-decoration: none;
}

.PickUp_Standard .info_title,
.NewsList_Standard .info_title
{
    background-color: #def1fb;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    float: left;
    font-weight: bold;
    padding: 10px 15px;
    width: 208px;
}

.PickUp_Standard .info_link,
.NewsList_Standard .info_link
{
    float: left;
    width: 80px;
}

.PickUp_Standard .info_link_contents,
.NewsList_Standard .info_link_contents
{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.PickUp_Standard .Fix_ur_tolist,
.NewsList_Standard .Fix_ur_tolist
{
    float: left;
    font-size: small;
    margin: 15px 0 0 10px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}

.PickUp_Standard a.RSSLink img,
.NewsList_Standard a.RSSLink img
{
    float: right;
    padding: 13px 5px 0 0;
    vertical-align: bottom;
}

.PickUp_Standard .Fix_ur_tolist img,
.NewsList_Standard .Fix_ur_tolist img
{
    padding: 2px 5px 0 0;
    vertical-align: top;
}

.NewsList_Standard .Title
{
    float: left;
    font-weight: bold;
    margin: 0 0 5px;
    width: 290px;
}

.NewsList_Standard .CreatedDate_v
{
    clear: both;
    font-size: 12px;
    margin: 0;
    padding: 5px 0 0;
    text-align: right;
}

.NewsList_Standard .ParentBack
{
    display: block;
    font-size: 12px !important;
    padding: 0;
}

.NewsList_Standard .Contents
{
    float: left;
    width: 295px;
}
/* ==== 背景デザイン 中央カラム設置タイプ5 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ6 Start ====
・Eカレンダー_標準 (EventCal_Standard)
・Eリスト_標準 (EventList_Standard)
*/

.EventCal_Standard,
.EventList_Standard
{
    float: left;
    font-size: small;
    margin: 0 0 10px;
    padding: 0;
    width: 320px;
}

.EventCal_Standard .outside_h,
.EventList_Standard .outside_h
{
}

.EventCal_Standard .outside_b,
.EventList_Standard .outside_b
{
    border: 1px solid #cccccc;
    border-radius: 3px;
    float: left;
    margin: 0 0 10px;
    padding: 12px 0;
    width: 318px;
}

.EventCal_Standard .outside_f,
.EventList_Standard .outside_f
{
}

.EventCal_Standard .inside_h,
.EventList_Standard .inside_h
{
}

.EventCal_Standard .inside_b,
.EventList_Standard .inside_b
{
    clear: both;
}

.EventCal_Standard .inside_f,
.EventList_Standard .inside_f
{
}

.EventCal_Standard .Prev,
.EventList_Standard .Prev
{
    float: left;
    margin: 0;
    padding: 2px 10px;
    width: 80px;
}

.EventCal_Standard .Prev a,
.EventList_Standard .Prev a
{
  font-size:12px;
  text-decoration:none;
}

.EventCal_Standard .Prev a img,
.EventList_Standard .Prev a img
{
  margin: 0 2px -2px 0;
}

.EventCal_Standard .Term,
.EventList_Standard .Term
{
    float: left;
    padding: 0;
    text-align: center;
}

.EventCal_Standard .Term h2,
.EventList_Standard .Term h2
{
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 0px 5px;
    text-align: center;
    width: 308px;
}

.EventCal_Standard .Next,
.EventList_Standard .Next
{
    float: right;
    margin: 0;
    padding: 2px 10px;
    text-align: right;
    width: 80px;
}

.EventCal_Standard .Next a,
.EventList_Standard .Next a
{
  font-size:12px;
  text-decoration:none;
}

.EventCal_Standard .Next a img,
.EventList_Standard .Next a img
{
  margin: 0 0 -2px 2px;
}
/* ==== 背景デザイン 中央カラム設置タイプ6 End ==== */


/* ==== 背景デザイン 左右カラム設置タイプ Start =================
・Lメニュー縦型_アイコン(LMenuV_icon)
・Lメニュー縦型_階層 (LmenuV_Layer)
・Tメニュー縦型_階層 (TabMenuV_Layer)
・Tメニュー縦型_アイコン (TabMenuV_Standard) 
・リンクリスト_標準 (LinkList_Standard)
・XSLT_気象情報 (XSLT_Weather)
・ブログ用カテゴリリスト_標準 (BlogCategory_Standard)
・ブログ用月別アーカイブ_標準 (BlogNewMonth_Standard)
・ブログ用最新コメント_標準 (BlogNewComment_Standard)
・ブログ用最新記事_標準 (BlogNewItem_Standard)
*/

.LmenuV_icon,
.LmenuV_Layer,
.TbmenuV_Layer,
.TbmenuV_Standard,
.XSLT_weather,
#LeftPane .LinkList_Standard,
#RightPane .LinkList_Standard,
.BCategory_Standard,
.BlogNewMonth_Standard,
.BlogNewComment_Standard,
.BlogNewItem_Standard
{
    border: 1px solid #cccccc;
    float: left;
    margin: 0;
    padding: 0;
    width: 318px;
}

.LmenuV_icon .outside_h,
.LmenuV_Layer .outside_h,
.TbmenuV_Layer .outside_h,
.TbmenuV_Standard .outside_h,
.XSLT_weather .outside_h,
#LeftPane .LinkList_Standard .outside_h,
#RightPane .LinkList_Standard .outside_h,
.BCategory_Standard .outside_h,
.BlogNewMonth_Standard .outside_h,
.BlogNewComment_Standard .outside_h,
.BlogNewItem_Standard .outside_h
{
}

.LmenuV_icon .outside_b,
.LmenuV_Layer .outside_b,
.TbmenuV_Layer .outside_b,
.TbmenuV_Standard .outside_b,
.XSLT_weather .outside_b,
#LeftPane .LinkList_Standard .outside_b,
#RightPane .LinkList_Standard .outside_b,
.BCategory_Standard .outside_b,
.BlogNewMonth_Standard .outside_b,
.BlogNewComment_Standard .outside_b,
.BlogNewItem_Standard .outside_b
{
}

.LmenuV_icon .outside_f,
.LmenuV_Layer .outside_f,
.TbmenuV_Layer .outside_f,
.TbmenuV_Standard .outside_f,
.XSLT_weather .outside_f,
#LeftPane .LinkList_Standard .outside_f,
#RightPane .LinkList_Standard .outside_f,
.BCategory_Standard .outside_f,
.BlogNewMonth_Standard .outside_f,
.BlogNewComment_Standard .outside_f,
.BlogNewItem_Standard .outside_f
{
}

.LmenuV_icon .Fix_header2,
.LmenuV_Layer .Fix_header2,
.TbmenuV_Layer .Fix_header2,
.TbmenuV_Standard .Fix_header2,
.XSLT_weather .Fix_header2,
#LeftPane .LinkList_Standard .Fix_header2,
#RightPane .LinkList_Standard .Fix_header2,
.BCategory_Standard .Fix_header2,
.BlogNewMonth_Standard .Fix_header2,
.BlogNewComment_Standard .Fix_header2,
.BlogNewItem_Standard .Fix_header2
{
    background: url("../Images/bottom_icon_blue.png") no-repeat 10px center;
    border-bottom: 1px solid #cccccc;
    color: #221914;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 11px 15px 9px 30px;
    width: 273px;
}

.LmenuV_icon .Fix_header2,
.TbmenuV_Standard .Fix_header2
{
    background: url("../Images/side_icon_blue.png") no-repeat 10px center;
}

.LmenuV_icon .inside_h,
.LmenuV_Layer .inside_h,
.TbmenuV_Layer .inside_h,
.TbmenuV_Standard .inside_h,
.XSLT_weather .inside_h,
#LeftPane .LinkList_Standard .inside_h,
#RightPane .LinkList_Standard .inside_h,
.BCategory_Standard .inside_h,
.BlogNewMonth_Standard .inside_h,
.BlogNewComment_Standard .inside_h,
.BlogNewItem_Standard .inside_h
{
}

.LmenuV_icon .inside_b,
.LmenuV_Layer .inside_b,
.TbmenuV_Layer .inside_b,
.TbmenuV_Standard .inside_b,
.XSLT_weather .inside_b,
#LeftPane .LinkList_Standard .inside_b,
#RightPane .LinkList_Standard .inside_b,
.BCategory_Standard .inside_b,
.BlogNewMonth_Standard .inside_b,
.BlogNewComment_Standard .inside_b,
.BlogNewItem_Standard .inside_b
{
}

.LmenuV_icon .inside_f,
.LmenuV_Layer .inside_f,
.TbmenuV_Layer .inside_f,
.TbmenuV_Standard .inside_f,
.XSLT_weather .inside_f,
#LeftPane .LinkList_Standard .inside_f,
#RightPane .LinkList_Standard .inside_f,
.BCategory_Standard .inside_f,
.BlogNewMonth_Standard .inside_f,
.BlogNewComment_Standard .inside_f,
.BlogNewItem_Standard .inside_f
{
}

/*編集可能モジュール処理*/
#LeftPane .LinkList_Standard h2,
#RightPane .LinkList_Standard h2
{
    border: none;
}

#LeftPane .LinkList_Standard .rsslink,
#RightPane .LinkList_Standard .rsslink
{
    display: none;
}

#LeftPane .LinkList_Standard h2 .MTitleLink,
#RightPane .LinkList_Standard h2 .MTitleLink
{
    display: block;
    float: left;
    width: 150px;
}

#LeftPane .LinkList_Standard h2 a.MTitleLink,
#RightPane .LinkList_Standard h2 a.MTitleLink
{
    text-decoration: underline;
}

/* ==== 背景デザイン 左右カラム設置タイプ End ==== */


/* ==== 背景デザイン 左右カラム設置タイプ2 Start =================
・書リスト_トピックス(TOP) (ItemList_Topic)
*/

.ItemList_Topic
{
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .outside_h
{
    background: url("../Images/outside_topic_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .outside_b
{
    background: url("../Images/outside_topic_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .outside_f
{
    background: url("../Images/outside_topic_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 4px;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .outside_b h2
{
    background: url("../Images/outside_topic_bg.gif") no-repeat right top;
    color: #FFFFFF;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 2px 15px 4px;
    width: 150px;
}

.ItemList_Topic .inside_b
{
    background: url("../Images/inside_topic_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .inside_f
{
    background: url("../Images/inside_topic_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .inside_b .Contents
{
    background: url("../Images/inside_topic_bg.gif") no-repeat left top;
    margin: 0;
    padding: 0 10px;
    width: 160px;
}

/*例外処理*/
.ItemList_Topic .Fix_topics_list a
{
    font-size: small;
    padding: 0 0 0 15px;
    text-decoration: none;
}

.ItemList_Topic .Fix_topics_list img
{
    padding: 0 6px 2px 0;
}
/* ==== 背景デザイン 左右カラム設置タイプ2 End ================= */


/* ==== 背景デザイン 左右カラム設置タイプ3 Start =================
*/

#LeftPane .Item_Standard_Title,
#RightPane .Item_Standard_Title
{
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: 180px;
}


#LeftPane .Item_Standard_Title .outside_h,
#RightPane .Item_Standard_Title .outside_h
{
    background: url("../Images/outside_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    width: 180px;
}

#LeftPane .Item_Standard_Title .outside_b,
#RightPane .Item_Standard_Title .outside_b
{
    background: url("../Images/outside_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

#LeftPane .Item_Standard_Title .outside_f,
#RightPane .Item_Standard_Title .outside_f
{
    background: url("../Images/outside_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 2px;
    margin: 0;
    width: 180px;
}

#LeftPane .Item_Standard_Title h2,
#RightPane .Item_Standard_Title h2
{
    background: url("../Images/outside_bg.gif") no-repeat right top;
    border: none;
    color: #221914;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 2px 15px;
    width: 150px;
}

#LeftPane .Item_Standard_Title .inside_h,
#RightPane .Item_Standard_Title .inside_h
{
    background: url("../Images/inside_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 180px;
}

#LeftPane .Item_Standard_Title .inside_b,
#RightPane .Item_Standard_Title .inside_b
{
    background: url("../Images/inside_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

#LeftPane .Item_Standard_Title .inside_f,
#RightPane .Item_Standard_Title .inside_f
{ 
    background: url("../Images/inside_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 180px;
}

#LeftPane .Item_Standard_Title .inside_b .Contents,
#RightPane .Item_Standard_Title .inside_b .Contents
{
    margin: 0;
    padding: 1px 6px;
    text-align: left;
    width: 168px;
}
/* ==== 背景デザイン 左右カラム設置タイプ3 End ================= */


/* ==== リストデザイン1 縦：アイコンタイプ Start =================
・Lメニュー縦型_アイコン(LMenuV_icon)
・Tメニュー縦型_アイコン (TabMenuV_Standard) 
・リンクリスト_標準 (LinkList_Standard)
・ブログ用カテゴリリスト_標準 (BlogCategory_Standard)
・ブログ用月別アーカイブ_標準 (BlogNewMonth_Standard)
・ブログ用最新コメント_標準 (BlogNewComment_Standard)
・ブログ用最新記事_標準 (BlogNewItem_Standard)
*/

.LmenuV_icon ul,
.TbmenuV_Standard ul,
#LeftPane .LinkList_Standard ul,
#RightPane .LinkList_Standard ul,
.BCategory_Standard ul,
.BlogNewMonth_Standard ul,
.BlogNewComment_Standard ul,
.BlogNewItem_Standard ul
{
    float: left;
    margin: 0;
    padding: 5px;
}

.LmenuV_icon li,
.TbmenuV_Standard li,
#LeftPane .LinkList_Standard li,
#RightPane .LinkList_Standard li,
.BCategory_Standard li,
.BlogNewMonth_Standard li,
.BlogNewComment_Standard li,
.BlogNewItem_Standard li
{
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LmenuV_icon li a,
.TbmenuV_Standard li a,
#LeftPane .LinkList_Standard li a.titleLink,
#RightPane .LinkList_Standard li a.titleLink,
.BCategory_Standard li a,
.BlogNewMonth_Standard li a,
.BlogNewComment_Standard li a,
.BlogNewItem_Standard li a
{
    background: url("../Images/list_icon_blue.png") no-repeat 3px center;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 20px;
    text-align: left;
    width: 283px;
}

.LmenuV_icon .modoru,
.TbmenuV_Standard .modoru
{
    border-bottom: 1px dotted #C4CFE5;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LmenuV_icon .modoru a,
.TbmenuV_Standard .modoru a
{
    background: url("../Images/return_icon.png") no-repeat 3px center;
}

.BlogNewComment_Standard .CreatedDate,
.BlogNewItem_Standard .CreatedDate
{
    padding: 0px 5px 0px 20px;
}

.BlogNewComment_Standard li a img,
.BlogNewItem_Standard li a img
{
    float: left;
}


/* ==== リストデザイン1 縦：アイコンタイプ End ==== */


/* ==== リストデザイン2 縦：リストアイコンタイプ Start =================
・Lメニュー縦型_標準 (LMenuV_Standard)
・Lメニュー縦型_標準2段組 (LMenuV_Standard2)
・リンクリスト_標準 (LinkList_Standard)
・リンクリスト_標準2段組 (LinkList_Standard2)
*/

.LMenuV_Standard ul,
.LMenuV_Standard2 ul,
.LinkList_Standard ul,
.LinkList_Standard2 ul
{ 
    float: left;
    margin: 0;
    padding: 5px;
} 

.LMenuV_Standard li,
.LMenuV_Standard2 li,
.LinkList_Standard li,
.LinkList_Standard2 li
{ 
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LMenuV_Standard li a,
.LMenuV_Standard2 li a,
.LinkList_Standard li a.titleLink,
.LinkList_Standard2 li a.titleLink
{
    background: url("../Images/list_icon_blue.png") no-repeat 3px center;
    display: block;
    float: left;
    margin: 0;
    padding: 2px 5px 2px 20px;
    width: 285px;
}

.LMenuV_Standard .modoru a,
.LMenuV_Standard2 .modoru a
{
    background: url("../Images/return_icon.png") no-repeat 3px center;
    float: left;
    margin: 0;
    padding: 2px 5px 2px 20px;
    width: 285px;
}

/* 2段組み処理 */
.LMenuV_Standard2 li,
.LinkList_Standard2 li
{
}

.LMenuV_Standard2 li a,
.LinkList_Standard2 li a.titleLink
{
}

/*編集可能モジュール処理*/
.LinkList_Standard li .editLink,
.LinkList_Standard2 li .editLink
{
    float: left;
}
/* ==== リストデザイン2 縦：リストアイコンタイプ End ==== */


/* ==== リストデザイン3 縦：見出しタイプ Start =================
・Lメニュー縦型_要約 (LMenuV_Summary)
・リンクリスト_要約 (LinkList_Summary)
*/
/* ==== リストデザイン3 縦：見出しタイプ3 End ==== */


/* ==== リストデザイン4 縦：階層タイプ Start =================
・Lメニュー縦型_階層 (LmenuV_Layer)
・Tメニュー縦型_階層 (TabMenuV_Layer)
*/

.LmenuV_Layer ul,
.TbmenuV_Layer ul
{
    float: left;
    margin: 0;
    padding: 5px;
}

.LmenuV_Layer li,
.TbmenuV_Layer li
{
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LmenuV_Layer li a,
.TbmenuV_Layer li a
{
    background: url("../Images/list_layer.png") no-repeat 4px 4px;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 20px;
    text-align: left;
    width: 283px;
}

.LmenuV_Layer .modoru,
.TbmenuV_Layer .modoru
{
    border-bottom: 1px dotted #C4CFE5;
}

.LmenuV_Layer .modoru a,
.TbmenuV_Layer .modoru a
{
    background: url("../Images/return_icon.png") no-repeat 3px center;
}
/* ==== リストデザイン4 縦：階層タイプ4 End ==== */


/* ==== リストデザイン5 横：セパレートタイプ Start =================
・Lメニュー横型_標準 (LMenu_Standard)
・リンクリスト横型_標準 (LinkList_Horizontal)
*/

.LMenu_Standard ul,
.LinkList_Horizontal ul
{
    float: left;
    margin: 0;
    padding: 5px;
    width: 310px;
}

.LMenu_Standard li,
.LinkList_Horizontal li
{
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LMenu_Standard a,
.LinkList_Horizontal a.titleLink
{
    background: url("../Images/sep.png") no-repeat 3px center;
    display: block;
    float: left;
    list-style-type: none;
    padding: 2px 5px 2px 20px;
    text-align: left;
}

.LMenu_Standard .litop a,
.LinkList_Horizontal .litop a.titleLink
{
    background: none;
    padding: 2px 5px 2px 0px;
}
/* ==== リストデザイン5 横：セパレートタイプ End ==== */


/* ==== リストデザイン6 横：アイコンタイプ Start =================
・Lメニュー横型_枠付き (LMenu_HorizontalFrame)
・リンクリスト横型_標準 (LinkList_Horizontal
*/

.LMenu_HorizontalFrame ul,
.LinkList_HorizontalFrame ul
{
    background: url("../Images/contents_bg.gif") no-repeat left bottom;
    float: left;
    margin: 0;
    padding: 5px 10px;
}

.LMenu_HorizontalFrame li,
.LinkList_HorizontalFrame li
{
    background: url("../Images/icon2.gif") no-repeat 3px 6px;
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0 5px 0 0;
    padding: 0 0 0 10px;
}

.LMenu_HorizontalFrame a,
.LinkList_HorizontalFrame a.titleLink
{
    float: left;
}

.LMenu_HorizontalFrame .modoru a
{
    background: url("../Images/icon_back2.gif") no-repeat left center;
    font-size: small;
    margin: 0px;
    padding: 0px 0px 0px 15px;
}
/* ==== リストデザイン6 横：セパレートタイプ End ==== */


/* ==== リストデザイン7 縦：ニュースタイプ Start ====
・Pick Up_標準 (PickUp_Standard)
・Pick Up_タブインデックス (PickUp_Switching)
・RSSリーダー_標準 (XSLT_Standard)
*/

.PickUp_Standard ul,
.PickUp_Switching ul,
.NewsList_Standard ul,
.XSLT_Standard ul
{
    float: left;
    margin: 0;
    padding: 5px 0 0;
    width: 320px;
}

.PickUp_Standard li,
.PickUp_Switching li,
.NewsList_Standard li,
.XSLT_Standard li
{
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 5px 10px;
    width: 300px;
}

.PickUp_Standard .CreatedDate,
.PickUp_Switching .CreatedDate,
.NewsList_Standard .CreatedDate,
.XSLT_Standard .CreatedDate
{
    display: block;
    float: left;
    font-weight: bold;
    padding: 0;
    width: 300px;
}

.PickUp_Standard .Summary,
.PickUp_Switching .Summary,
.NewsList_Standard .Summary,
.XSLT_Standard .Summary
{
    margin:0px;
    padding:0px;
}

.PickUp_Standard .R_Contents,
.PickUp_Switching .R_Contents,
.NewsList_Standard .R_Contents,
.XSLT_Standard .R_Contents
{
    margin: 0;
    padding: 0;
}

/*例外処理*/
/*
.PickUp_Switching ul
{
    width: 550px;
}

.PickUp_Switching li
{
    width: 540px;
}
*/
/* ==== リストデザイン7 縦：ニュースタイプ End ==== */


/* === リンクアクション  ===*/
a:link,
.Contents li a:link
{
    color: #000066;
    text-decoration: underline;
}

a:visited,
.Contents li a:visited
{
    color: #551A8B;
    /*text-decoration: underline;*/
}

a:hover,
.Contents li a:hover
{
    color: #EE0000;
    text-decoration: none;
}

a:active,
.Contents li a:active
{
    color: #EE0000;
    text-decoration: underline;
}
/* ==== リンクアクションEnd ==== */


/* ==== リンクアクション 例外調整：タイトル Start =================
*/
.outside_b h2 a:link
{
    text-decoration: none;
    color: #000000;
}

.outside_b h2 a:visited
{
    /*text-decoration: none;*/
    color: #000000;
}

.outside_b h2 a:hover
{
    text-decoration: underline;
    color: #000000;
}

.outside_b h2 a:active
{
    text-decoration: none;
    color: #000000;
}
/* ==== リンクアクション 例外調整：タイトル End ==== */


/* ==== リンクアクション 例外調整：リスト Start =================
*/
li a:link,
.page_control a:link,
.modoru a:link,
.pagetop_box a:link,
.ParentBack a:link
{
    text-decoration: none;
}

li a:visited,
.page_control a:visited,
.modoru a:visited,
.pagetop_box a:visited,
.ParentBack a:visited
{
    /*text-decoration: none;*/
}

li a:hover,
.page_control a:hover,
.modoru a:hover,
.pagetop_box a:hover,
.ParentBack a:hover
{
    text-decoration: underline;
}

li a:active,
.page_control a:active,
.modoru a:active,
.pagetop_box a:active,
.ParentBack a:active
{
    text-decoration: none;
}
/* ==== リンクアクション 例外調整：タイトル End ==== */


/* ==== リンクアクション 例外調整：ニュース系 Start =================
*/
.newscontents li a:link,
li .R_Contents a:link
{
    text-decoration: underline;
}

.newscontents li a:visited,
li .R_Contents a:visited
{
    /*text-decoration: underline;*/
}

.newscontents li a:hover,
li .R_Contents a:hover
{
    text-decoration: none;
}

.Contents li a:active,
.newscontents li a:active,
li .R_Contents a:active
{
    text-decoration: underline;
}
/* ==== リンクアクション 例外調整：ニュース系 End ==== */


/* ==== セレクトデザイン#F3E4DD  Start =================
・Tメニュー縦型_階層 (TabMenuV_Layer)
・Tメニュー縦型_アイコン (TabMenuV_Standard) 
*/

.TbmenuV_Layer li a.SelectedTab,
.TbmenuV_Standard li a.SelectedTab
{
    background-color: #EFEFEF !important;
}
/* ==== セレクトデザイン#F3E4DD End ==== */


/* ==== プロパティコントロール  Start =================
op_control
page_control
*/

.op_control,
.page_control,
.ParentBack
{
    font-size: small;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.op_control,
.ParentBack
{
    text-align: right;
}

.page_control a
{
    display: block;
    padding: 5px;
}

.page_control img,
.ParentBack img
{
    margin: 0px 5px;
    vertical-align: middle;
}

.editLink
{
    float: left;
    position: relative;
}

.modoru a
{
    font-size: small;
}

/* ==== プロパティコントロール End ==== */

/* ==== スキップメニュー Start ==== */
.skip_menu
{
    font-size: 0;
    height: 0;
    left: -9999px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -9999px;
    width: 0;
}

a.skip_menu:active,
a.skip_menu:focus
{
    display: block;
    font-size: 100%;
    left: 0;
    line-height: 1.6;
    top: 0 ;
    width: 99.99%;
    height: 20px;
    position: absolute;
    background-color: #FFFFFF;
    padding: 2px 0;
    text-align: center;
    z-index: 1000;
    color: #000000;
    float: left;
}
/* ==== スキップメニュー End ==== */

/* RSS処理 */
.rsslink img,
.RSSLink img
{
    display: none;
}

/* リスト行間 */
ul li a
{
    line-height: 1.8;
}

ul li a
{
    line-height: 1.8;
}

.Contents ul li a
{
    line-height: 1.4;
}
/* === スマートフォン用CSS === */

/*スマートフォンでオン*/
.smarton
{
}

/*スマートフォンでオフ*/
.smartoff
{
    display: none !important;
    speak: none;
}

/*テーブル調整用*/
.SmartWideTable
{
    width: 620px !important;
}

/* == Viewer == */
.viewer
{
    font-size: 90%;
    line-height: 150%;
    background: #F5F5F5;
    border:solid 1px #42825A;
    margin:10px 0 10px 0;
    padding:10px 12px;
}

.viewer a:visited, 
.viewer a:link
{
    color: #000000;
    text-decoration: underline;
}

/* メニューボタン表示コントロール */
#BaseTable .sp_show_cs
{
    display: none;
}

/* ヘッダ start */
#headertop
{
    background: url("../Images/sp_menu.png") no-repeat 0px -70px;
    height: 70px;
    padding: 0;
    position: relative;
}

#headertop .h1_txt
{
    display: none;
}

#headertop .logo
{
    left: 80px;
    position: absolute;
    top: 25px;
}

#headertop .logo img
{
    display: none;
}

#headertop .logo_txt
{
    display: block;
    font-size: small;
    left: 30px;
    position: relative;
    top: 4px;
}

#headertop ul
{
    margin: 0;
    padding: 0;
}

#headertop li
{
    list-style-type: none;
}

#headertop ul a,
#headertop .sp_tool_l,
#headertop .sp_tool_r
{
    text-indent: -9999px;  
    /* \*/
    overflow: hidden;
    /* */
    display: block;
}

#headertop a
{
    text-decoration: none;
}
#headertop a:hover,
#headertop a:active
{
    text-decoration: underline;
}


/*header sub*/
ul#header_sub
{
    display: none;
}


/*font-size*/
ul#fontsize li#bigger,
ul#fontsize li#bigger_manual,
ul#fontsize li#typical
{
    display: none;
}


.BrowserSearch .TextBox,
.BrowserSearch .SubmitBtn
{
    display: none;
}


/* == ツールコントロール == */
.sp_tool_l_on
{
}

.sp_tool_l .open_sp_tool
{
    cursor: pointer;
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
}

.sp_tool_l_on .sp_tool_l .open_sp_tool
{
    background: url("../Images/sp_menu.png") no-repeat 0px 0px;
}

.sp_tool_r .open_sp_toolm
{
    cursor: pointer;
    height: 70px;
    right: 0;
    position: absolute;
    top: 0;
    width: 70px;
}

.sp_tool_r_on .sp_tool_r .close_sp_toolm
{
    background: url("../Images/sp_menu.png") no-repeat -70px 0px;
}

.sp_tool_l_on .BrowserSearch
{
    background: url("../Images/sp_menu.png") no-repeat 0 -186px;
    height: 45px;
    position: absolute;
    top: 70px;
    width: 320px;
    z-index: 300;
}

.sp_tool_l_on .BrowserSearch .SubmitBtn,
.sp_tool_l_on .BrowserSearch .TextBox
{
    display: block;
    font-size: 16px;
}

.sp_tool_l_on .BrowserSearch .TextBox
{
    background-color: transparent !important;
    border: 0 none;
    left: 40px;
    padding: 5px;
    position: absolute;
    top: 9px;
    width: 177px;
}

.sp_tool_l_on .BrowserSearch .SubmitBtn
{
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    right: 8px;
    top: 9px;
    width: 80px;
}

.sp_tool_l_on ul#header_sub
{
    background: url("../Images/sp_menu.png") no-repeat 0 -234px;
    display: block;
    height: 45px;
    position: absolute;
    top: 114px;
    width: 320px;
    z-index: 300;
}

.sp_tool_l_on #header_sub li#sitemap a
{
    font-size: small;
    font-weight: bold;
    height: 27px;
    left: 10px;
    padding: 5px 0 0 35px;
    position: absolute;
    text-indent: 0;
    top: 6px;
    width: 113px;
}

.sp_tool_l_on #header_sub li#contact a
{
    font-size: small;
    font-weight: bold;
    height: 27px;
    left: 161px;
    padding: 5px 0 0 35px;
    position: absolute;
    text-indent: 0;
    top: 6px;
    width: 113px;
}

/* == スマホ・PC切り替え == */
.sp_tool_l_on #smart_mode_change
{
    background: url("../Images/sp_menu.png") no-repeat 0 -279px;
    display: block !important;
    font-weight: bold;
    height: 45px;
    margin: 0;
    position: absolute;
    top: 158px;
    width: 320px;
    z-index: 300;
}


/* == ボタン == */
.sp_tool_l_on #smart_mode_pc_btn
{
    cursor: pointer;
    font-size: small;
    height: 25px;
    left: 60px;
    overflow: hidden;
    padding: 6px 0 0 65px;
    position: absolute;
    top: 7px;
    width: 186px;
}

#smart_mode_change
{
    display: none !important;
}

.sp_tool_l_on #smart_mode_change a
{
    /*text-decoration: none;*/
}


/*  == ページ末尾へのジャンプ ==  */
.sp_tool_l_on #smart_mode_pagejump
{
    background: url("../Images/sp_menu.png") no-repeat 0 -325px;
    display: block !important;
    font-weight: bold;
    height: 45px;
    margin: 0;
    position: absolute;
    top: 203px;
    width: 320px;
    z-index: 300;
}

.sp_tool_l_on #smart_mode_pagejump a
{
    font-size: small;
    height: 24px;
    left: 84px;
    padding: 8px 0 0 30px;
    position: absolute;
    text-decoration: none;
    top: 5px;
    width: 120px;
}
.sp_tool_l_on #smart_mode_pagejump a:hover
{
    text-decoration: underline;
}

/*  == 表示領域切り替え ==  */
#leftpane_toggle .btn
{
    display: block;
    height: 70px;
    width: 70px;
}

.sp_tool_r_on #leftpane_toggle .btn
{
    background: url("../Images/sp_menu.png") no-repeat -69px 0px;
}

.pane_toggle
{
  color:white;
  background:url("../Images/sub_menu_b.gif") no-repeat gray left top;
  position:relative;
  display:block;
  cursor:pointer;
  background-color:silver;
  height:40px;
  font-size:15px;
  width: 320px;
}

.pane_toggle div
{
    left: 15px;
    position: absolute;
    top: 11px;
}

.pane_toggle .label
{
    display: block;
    height: 30px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 6px;
    width: 175px;
}

.pane_toggle .btn
{
    color: #ffffff;
    cursor: pointer;
    height: 23px;
    left: 210px;
    overflow: hidden;
    padding-left: 35px;
    padding-top: 6px;
    position: absolute;
    top: 6px;
    width: 45px;
}


/* == 表示制御 == */


/* == 翻訳 == */


/* == テキスト設定 == */
.pane_toggle a.btn:link,
.pane_toggle a.btn:visited,
.pane_toggle a.btn:hover,
.pane_toggle a.btn:active
{
  text-decoration:none;
}

#smart_mode_change a
{
    text-decoration: none;
}
#smart_mode_change a:hover
{
    text-decoration: underline;
}


/* == 表示切替基礎設定 == */
#HeaderPane .sp_toggle,
#Middle .sp_toggle,
#smart_mode_pagejump,
#smart_mode_change2,
.sp_toggle2
{
    display: none;
}


/*スマートフォン用幅調整*/
.smart_w320,
.smart_fullwidth
{
    width: 320px !important;
}

.smart_w300
{
    width: 300px !important;
}

.smart_w310
{
    width: 310px !important;
}

.smart_w160,
.smart_halfwidth
{
    width: 160px !important;
}
/* ヘッダ end */
/* == フッター == */
.footer_hrline
{
    background: url("../../../Images/hr_blue.png") repeat-x;
    display: block;
    float: left;
    height: 9px;
    width: 100%;
}

.footer_jump
{
    margin: 0 auto;
    position: relative;
    width: 320px;
}

.footer_jump .footer_jump_block
{
    border-left: 3px solid #bae2f8;
    border-right: 3px solid #bae2f8;
    border-top: 3px solid #bae2f8;
    float: right;
    padding: 5px 25px;
    position: relative;
    top: 5px;
    width: 144px;
}

.footer_jump .footer_jump_block a
{
    background: url("../../../Images/top_icon_blue.png") no-repeat left center;
    color: #000000;
    font-size: small;
    padding: 0 0 0 20px;
    text-decoration: none;
}

.Footer_Contents
{
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 320px;
}

.Footer_Contents .left_block
{
    float: left;
    padding: 10px;
    text-align: left;
    width: 300px;
}

.Footer_Contents .right_block
{
    border-top: 3px dotted #cccccc;
    float: left;
    margin: 0;
    padding: 10px;
    text-align: left;
    width: 300px;
}

.Footer_dr
{
    border-top: medium dotted #cccccc;
    padding: 10px;
    text-align: center;
}


}
@media print
{
body
{
background-color:white;
background-image:none;
}
}