﻿/*
 ■画像参照についての注意 

 ・本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*/
    background-color: #EDEDED;
}

.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;
}


/* == システムメニュー == */
#SystemMenu
{
    margin: auto;
    padding: 0;
    width: 950px;
}


/* == ヘッダー == */
#HeaderPane
{
    width: auto;
}


/* == 中間ペイン群 == */
#Middle
{
    margin: auto;
    padding: 0;
    width: 950px;
}


/* == 左ペイン幅 == */
#LeftPane
{
    float: left;
    margin: 0;
    padding: 0;
    width: 0;
}


/* == MAIN(中央)ペイン == */
#ContentPane
{
    float: left;
    margin: 0;
    padding: 0;
    width: 630px;
}


/* == 右ペイン == */
#RightPane
{
    float: right;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 310px;
}


/* == フッター == */
#FooterPane
{
    clear: both;
    margin: 0px auto;
    padding: 0;
    width: 950px;
}


/* ==== 見出し Start ==== */
h1
{
    text-decoration: line-through;
    font-size: small;
    font-weight: normal;
}

.NormalTextMedium h1
{
    text-decoration: none;
    font-size: xx-large;
    font-weight: normal;
}

.HTMLEditorContainer h2,
.reDropDownBody h2,
.Contents h2,
.Item_Standard_Title h2,
.LinkList_Summary h2,
.LinkList_Horizontal h2,
.ItemList_Standard h2,
.ItemList_Standard2 h2,
.ItemList_RecentNews h2,
.ItemList_Section h2,
.ItemList_VC h2
{
    background: url("../Images/h2.gif") repeat-x left bottom;
    border-bottom: 2px solid #006766;
    border-left: 6px solid #006766;
    color: #006766;
    font-size: medium;
    font-weight: bold;
    margin: 5px 5px 5px -5px;
    padding: 7px 10px 5px;
}

.HTMLEditorContainer h3,
.reDropDownBody h3,
.Contents h3,
.ItemList_Standard h3,
.ItemList_Standard2 h3,
.ItemList_RecentNews h3,
.NewsList_Standard h3
{
    border-left: 6px solid #006766;
    color: #006766;
    font-size: medium;
    font-weight: bold;
    margin: 5px 5px 5px -5px;
    padding: 4px 12px;
}

.HTMLEditorContainer h4,
.reDropDownBody h4,
.Contents h4
{
    color: #006766;
    font-size: 105%;
    font-weight: bold;
    margin: 5px 5px 5px -5px;
    padding: 3px 10px 3px 15px;
}

.HTMLEditorContainer h5,
.reDropDownBody h5,
.Contents h5
{
    color: #006766;
    font-size: 100%;
    font-weight: bold;
    margin: 5px 5px 5px -5px;
    padding: 3px 10px 3px 16px;
}

.HTMLEditorContainer h6,
.reDropDownBody h6,
.Contents h6
{
    color: #006766;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 5px 5px -5px;
    padding: 3px 10px 3px 17px;
}


.HTMLEditorContainer h1,
.HTMLEditorContainer h2,
.HTMLEditorContainer h3,
.HTMLEditorContainer h4,
.HTMLEditorContainer h5,
.HTMLEditorContainer h6
{
    margin: 5px 5px 5px 0px;
}

/* ==== 見出し 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;
    float: right;
    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;
  max-width: 710px !important;
}


/*== 引用 ==*/

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_Event,
.Item_YahooMap
{
    background-color: #ffffff;
    margin: 0 0 10px;
}

.Contents
{
    padding: 10px 10px 10px 15px;
}
/* ==== HTMLコンテンツ End ==== */


/* ==== 見出しデザインパターン Start =================
*/

/*標準*/
.LMenu_Standard h2,
.LMenuV_Standard h2,
.LMenuV_Standard2 h2,
.LMenuV_Summary h2,
.LinkList_Summary h2,
.LinkList_Horizontal h2,
.ItemList_Section h2
{
    float: left;
    margin: 0 0 5px;
    width: 700px;
}

/*中央パターン メニュー系*/
.LMenu_Standard h2,
.LMenuV_Standard h2,
.LMenuV_Standard2 h2,
.LMenuV_Summary h2,
.LinkList_Standard h2,
.LinkList_Standard2 h2
{
    background: url("../Images/title_icon2.gif") no-repeat 5px 5px #ffffff;
    color: #000000;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 8px 10px 3px 30px;
}

.LinkList_Standard h2,
.LinkList_Standard2 h2
{
    float: left;
    padding: 0px;
    margin: 0;
    width: 740px;
}

/*中央パターン アンケート系*/
.ItemLink_Inquiry h2,
.Questionnaire_Standard h2
{
    background: url("../Images/glnv_icon.gif") no-repeat 5px 5px;
    color: #000000;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 8px 10px 8px 30px;
    width: 700px;
}

/*中央パターン ニュース系*/
.PickUp_Standard h2,
.NewsList_Standard .outside_b h2
{
    background: url("../Images/title_icon2.gif") no-repeat 5px 5px #ffffff;
    color: #000000;
    float: left;
    font-size: medium;
    margin: 0;
    padding: 8px 10px 8px 30px;
    width: 700px;
}

/*中央パターン FAQ系*/
.Item_FAQ_Editor .Fix_header2,
.Item_FAQ_title .Fix_header2
{
    background: url("../Images/FAQ_icon.gif") no-repeat 10px 2px;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 6px 5px 2px 40px;
    width: 705px;
}

/*中央パターン ブログ系*/
.ItemList_Topic .outside_b h2,
.BlogType_top .outside_b .Fix_header2
{
    background: url("../Images/mizuho_blog_h.gif") no-repeat right top;
    color: #ffffff;
    display: block;
    float: left;
    font-size: medium;
    font-weight: bold;
    height: 44px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 178px;
}

/*左領域青背景タイプ*/
.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/title_icon.gif") no-repeat scroll 5px 5px #006766;
    color: #ffffff;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 8px 10px 8px 30px;
    width: 160px;
}

/* ==== 見出しデザインパターン 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)
*/

.LMenu_Standard,
.LMenuV_Standard,
.LMenuV_Standard2,
.LMenuV_Summary,
.LinkList_Standard,
.LinkList_Standard2,
.LinkList_Summary,
.LinkList_HorizontalFrame,
.ItemList_Standard,
.ItemList_Standard2,
.ItemList_RecentNews,
.ItemList_Section
{
    background-color: #ffffff;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 740px;
}

/*編集可能モジュールの処理*/
.LinkList_Summary h2 .MTitleLink,
.ItemList_Standard h2 .MTitleLink,
.ItemList_Standard2 .MTitleLink,
.ItemList_RecentNews .MTitleLink,
.ItemList_Section  .MTitleLink
{
    display: block;
    float: left;
    width: 682px;
}

.LinkList_Standard h2 .MTitleLink,
.LinkList_Standard2 h2 .MTitleLink
{
    float: left;
    padding: 8px 10px 3px 30px;
    width: 675px;
}

.LinkList_Summary h2 .rsslink,
.ItemList_Standard h2 .rsslink,
.ItemList_Standard2 .rsslink,
.ItemList_RecentNews .rsslink,
.ItemList_Section  .rsslink
{
    float: left;
}

.LinkList_Standard h2 .rsslink,
.LinkList_Standard2 h2 .rsslink
{
    float: left;
    padding: 5px 0;
}

.ItemList_Standard .SubTitle,
.ItemList_Standard2 .SubTitle
{
    margin: 0 0 5px 10px;
}

.ItemList_RecentNews .SubTitle
{
    float: left;
    margin: 10px;
    width: 690px;
}

.ItemList_Standard .SubTitle span,
.ItemList_Standard2 .SubTitle span
{
    display: block;
}

.ItemList_RecentNews .SubTitle span
{
    display: block;
    float: left;
}

.Item_Standard_Title .outside_b h2,
.ItemList_Standard .outside_b h2,
.ItemList_Standard2 .outside_b h2,
.ItemList_RecentNews .outside_b h2
{
    margin: 0 0 5px;
    width: 718px;
}

.ItemList_Standard .outside_b h2,
.ItemList_Standard2 .outside_b h2,
.ItemList_RecentNews .outside_b h2
{
    float: left;
}

.ItemList_Standard2 .Column2_block
{
    float: left;
    padding: 0 5px;
    width: 365px;
}

.LinkList_HorizontalFrame h2
{
    display: none;
}
/* ==== 背景デザイン 中央カラム設置タイプ1 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ3 Start =================
・HTML文書リンク_連絡先 (ItemLink_inquire)
・アンケート_お問合わせ (Questionnaire_Standard)
*/

.ItemLink_Inquiry,
.Questionnaire_Standard
{
    background-color: #ffffff;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 740px;
}

.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 15px;
    width: 710px;
}

.ItemLink_Inquiry .inside_f,
.Questionnaire_Standard .inside_f
{
}

/* ==== 背景デザイン 中央カラム設置タイプ3 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ4 Start =================
・HTML文書_FAQ(自由入力) (Item_FAQ_Editor)
・HTML文書_FAQ(定型入力) (Item_FAQ)
*/

.Item_FAQ_Editor,
.Item_FAQ_title
{
    margin: 0 0 10px;
    padding: 0;
    width: 750px;
}

.Item_FAQ_Editor .outside_b,
.Item_FAQ_title .outside_b
{
    background: url("../Images/FAQ_bg.gif") repeat-x left bottom;
    border-bottom: 1px dotted #333333;
}

.Item_FAQ_Editor .Responsibility,
.Item_FAQ_title .Responsibility
{
    font-size: small;
}
/* ==== 背景デザイン 中央カラム設置タイプ4 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ5 Start ====
・Pick Up_標準 (PickUp_Standard)
・ニュースリスト_標準 (NewsList_Standard)
*/

.PickUp_Standard,
.NewsList_Standard
{
    background-color: #ffffff;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 740px;
}

.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
{
    float: left;
    margin: 0;
    padding: 0;
    width: 740px;
}

.PickUp_Standard .inside_f,
.NewsList_Standard .inside_f
{
}

.PickUp_Standard .info_title,
.NewsList_Standard .info_title
{
    float: left;
    font-weight: bold;
    width: 640px;
}

.PickUp_Standard .info_link,
.NewsList_Standard .info_link
{
    float: left;
    width: 60px;
}

.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;
}

.PickUp_Standard a.RSSLink img,
.NewsList_Standard a.RSSLink img
{
    float: right;
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

.PickUp_Standard .Fix_ur_tolist img,
.NewsList_Standard .Fix_ur_tolist img
{
    float: left;
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

.NewsList_Standard .Title
{
    float: left;
    font-weight: bold;
    margin: 0 0 5px;
    width: 600px;
}

.NewsList_Standard .CreatedDate_v
{
    float: right;
    font-size: small;
    margin: 0;
    padding: 5px 0 0;
    text-align: right;
    width: 110px;
}

.NewsList_Standard .ParentBack
{
    display: block;
    float: right;
    font-size: small !important;
    padding: 0;
    width: 100px;
}

.NewsList_Standard .Contents
{
    float: left;
    width: 715px;
}
/* ==== 背景デザイン 中央カラム設置タイプ5 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ6 Start ====
・Eカレンダー_標準 (EventCal_Standard)
・Eリスト_標準 (EventList_Standard)
*/

.EventCal_Standard,
.EventList_Standard
{
    background-color: #ffffff;
    float: left;
    font-size: small;
    margin: 0 0 10px;
    padding: 0;
    width: 740px;
}

.EventCal_Standard .outside_h,
.EventList_Standard .outside_h
{
}

.EventCal_Standard .outside_b,
.EventList_Standard .outside_b
{
    border: 1px solid #cccccc;
    float: left;
    margin: 0 0 5px;
    padding: 7px 0;
    width: 738px;
}

.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: 0px 10px;
    width: 80px;
}

.EventCal_Standard .Prev a,
.EventList_Standard .Prev a
{
    font-size: small;
    text-decoration: none;
}

.EventCal_Standard .Prev span,
.EventList_Standard .Prev span
{
    float: left;
    padding: 3px 0 0;
}

.EventCal_Standard .Prev a img,
.EventList_Standard .Prev a img
{
    float: left;
    margin: 0 5px 0 0;
    vertical-align: bottom;
}

.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: 0 5px;
    text-align: center;
    width: 525px;
}

.EventCal_Standard .Next,
.EventList_Standard .Next
{
    float: right;
    margin: 0;
    padding: 0px 10px;
    text-align: right;
    width: 80px;
}

.EventCal_Standard .Next a,
.EventList_Standard .Next a
{
    font-size: small;
    text-decoration: none;
}

.EventCal_Standard .Next span,
.EventList_Standard .Next span
{
    float: right;
    padding: 3px 0 0;
}

.EventCal_Standard .Next a img,
.EventList_Standard .Next a img
{
    float: right;
    margin: 0 0 0 5px;
    vertical-align: bottom;
}
/* ==== 背景デザイン 中央カラム設置タイプ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
{
    background-color: #ffffff;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 200px;
}

.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 .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
{
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
}

.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;
}
/* ==== 背景デザイン 左右カラム設置タイプ End ==== */


/* ==== 背景デザイン 左右カラム設置タイプ2 Start =================
*/
/* ==== 背景デザイン 左右カラム設置タイプ2 End ================= */


/* ==== 背景デザイン 左右カラム設置タイプ3 Start =================
*/

#LeftPane .Item_Standard_Title,
#RightPane .Item_Standard_Title
{
    border: 1px solid #c0d153;
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: 178px;
}


#LeftPane .Item_Standard_Title .outside_h,
#RightPane .Item_Standard_Title .outside_h
{
}

#LeftPane .Item_Standard_Title .outside_b,
#RightPane .Item_Standard_Title .outside_b
{
    float: left;
    margin: 0;
    padding: 0;
    width: 178px;
}

#LeftPane .Item_Standard_Title .outside_f,
#RightPane .Item_Standard_Title .outside_f
{
}

#LeftPane .Item_Standard_Title .Fix_header2,
#RightPane .Item_Standard_Title .Fix_header2
{
    background: url("../Images/outside_bg.gif") no-repeat left bottom #f5f1c7;
    border: medium none;
    color: #221914;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 6px 10px;
    width: 158px;
}

#LeftPane .Item_Standard_Title .inside_h,
#RightPane .Item_Standard_Title .inside_h
{
}

#LeftPane .Item_Standard_Title .inside_b,
#RightPane .Item_Standard_Title .inside_b
{
    background: url("../Images/inside_b.gif") repeat-x left top;
    float: left;
    margin: 0;
    padding: 0;
    width: 178px;
}

#LeftPane .Item_Standard_Title .inside_f,
#RightPane .Item_Standard_Title .inside_f
{
}

#LeftPane .Item_Standard_Title .inside_b .Contents,
#RightPane .Item_Standard_Title .inside_b .Contents
{
    margin: 0;
    padding: 5px 5px 5px 10px;
    text-align: left;
    width: 163px;
}
/* ==== 背景デザイン 左右カラム設置タイプ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 0 10px;
}

.LmenuV_icon li,
.TbmenuV_Standard li,
#LeftPane .LinkList_Standard li,
#RightPane .LinkList_Standard li
{
    float: left;
    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
{
    background: url("../Images/icon.gif") no-repeat 7px 5px;
    display: block;
    list-style-type: none;
    padding: 3px 5px 3px 25px;
    text-align: left;
    width: 170px;
}

.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/page_return_icon2.gif") no-repeat 3px center;
    padding: 2px 5px 2px 25px;
    width: 148px;
}

/*例外処理*/
.BCategory_Standard li,
.BlogNewMonth_Standard li,
.BlogNewComment_Standard li,
.BlogNewItem_Standard li
{
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.BCategory_Standard li .CategoryList,
.BlogNewMonth_Standard li .NewMonthList,
.BlogNewComment_Standard li .NewCommentList,
.BlogNewItem_Standard li .NewItemList
{
    background: url("../Images/icon.gif") no-repeat 7px 5px;
    float: left;
    padding: 3px 5px 3px 25px;
    width: 170px;
}

.BCategory_Standard li a,
.BlogNewMonth_Standard li a,
.BlogNewComment_Standard li a,
.BlogNewItem_Standard li a
{
    display: block;
    float: left;
    list-style-type: none;
    text-align: left;
}

.BCategory_Standard li img,
.BlogNewMonth_Standard li img,
.BlogNewComment_Standard li img,
.BlogNewItem_Standard li img
{
    float: left;
    padding: 1px 0 0 4px;
}

.BlogNewComment_Standard .CreatedDate,
.BlogNewItem_Standard .CreatedDate
{
    float: left;
    width: 170px;
}
/* ==== リストデザイン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: 10px 0;
} 

.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/icon.gif") no-repeat 12px 5px;
    display: block;
    list-style-type: none;
    padding: 3px 5px 3px 30px;
    text-align: left;
    width: 705px;
}

.LMenuV_Standard .modoru a,
.LMenuV_Standard2 .modoru a
{
    background: url("../Images/page_return_icon2.gif") no-repeat 12px center;
    float: left;
    margin: 0;
    padding: 5px 5px 1px 30px;
    width: 705px;
}

/* 2段組み処理 */
.LMenuV_Standard2 li,
.LinkList_Standard2 li
{
    width: 370px;
}

.LMenuV_Standard2 li a,
.LinkList_Standard2 li a.titleLink
{
    width: 335px;
}

/*編集可能モジュール処理*/
.LinkList_Standard li .editLink,
.LinkList_Standard2 li .editLink
{
    float: left;
}
/* ==== リストデザイン2 縦：リストアイコンタイプ End ==== */


/* ==== リストデザイン3 縦：見出しタイプ Start =================
・Lメニュー縦型_要約 (LMenuV_Summary)
・リンクリスト_要約 (LinkList_Summary)
*/

.LMenuV_Summary ul,
.LinkList_Summary ul
{ 
    float: left;
    margin: 0;
    padding: 0 0 10px;
} 

.LMenuV_Summary li,
.LinkList_Summary li
{
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 20px;
} 

.LMenuV_Summary li h3,
.LinkList_Summary li h3
{
    border-left: 2px solid #006766;
    color: #006766;
    font-size: small;
    font-weight: bold;
    margin: 5px 5px 5px -5px;
    padding: 4px 12px;
}

.LMenuV_Summary li a,
.LinkList_Summary li a.titleLink
{
    display: block;
    font-size: small;
    margin: 0;
    padding: 0;
    width: 694px;
}

.LMenuV_Summary .modoru a
{
    background: url("../Images/page_return_icon2.gif") no-repeat 12px center;
    font-size: small;
    float: left;
    margin: 0;
    padding: 3px 5px 3px 30px;
    width: 705px;
}
/* ==== リストデザイン3 縦：見出しタイプ3 End ==== */


/* ==== リストデザイン4 縦：階層タイプ Start =================
・Lメニュー縦型_階層 (LmenuV_Layer)
・Tメニュー縦型_階層 (TabMenuV_Layer)
*/

.LmenuV_Layer ul,
.TbmenuV_Layer ul
{
    margin: 0;
    padding: 5px 0;
}

.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/kagi_icon.gif") no-repeat 8px 2px;
    display: block;
    list-style-type: none;
    padding: 3px 5px 3px 25px;
    text-align: left;
    width: 170px;
}

.LmenuV_Layer .modoru,
.TbmenuV_Layer .modoru
{
    border-bottom: 1px dotted #C4CFE5;
}

.LmenuV_Layer .modoru a,
.TbmenuV_Layer .modoru a
{
    background: url("../Images/page_return_icon2.gif") no-repeat 3px center;
    padding: 2px 5px 2px 25px;
    width: 148px;
}
/* ==== リストデザイン4 縦：階層タイプ4 End ==== */


/* ==== リストデザイン5 横：セパレートタイプ Start =================
・Lメニュー横型_標準 (LMenu_Standard)
・リンクリスト横型_標準 (LinkList_Horizontal)
*/

.LMenu_Standard ul,
.LinkList_HorizontalFrame ul
{
    float: left;
    margin: 0;
    padding: 10px;
    width: 720px;
}

.LMenu_Standard li,
.LinkList_HorizontalFrame li
{
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LMenu_Standard a,
.LinkList_HorizontalFrame a.titleLink
{
    background: url("../Images/sep.gif") no-repeat left 5px;
    display: block;
    float: left;
    list-style-type: none;
    padding: 2px 5px 2px 15px;
    text-align: left;
}

.LMenu_Standard .litop a,
.LinkList_HorizontalFrame .litop a.titleLink
{
    background: none;
    padding: 2px 5px 2px 0px;
}
/* ==== リストデザイン5 横：セパレートタイプ End ==== */


/* ==== リストデザイン7 縦：ニュースタイプ Start ====
・Pick Up_標準 (PickUp_Standard)
・Pick Up_タブインデックス (PickUp_Switching)
*/

.PickUp_Standard ul,
.PickUp_Switching ul,
.NewsList_Standard .news_list
{
    float: left;
    margin: 0;
    padding: 5px 0 10px;
    width: 740px;
}

.PickUp_Standard li,
.PickUp_Switching li,
.NewsList_Standard .news_list li
{
    background: url("../Images/icon.gif") no-repeat 8px 7px;
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 5px 10px 5px 25px;
    width: 705px;
}

.PickUp_Standard .CreatedDate,
.PickUp_Switching .CreatedDate,
.NewsList_Standard .CreatedDate
{
    display: block;
    float: left;
    font-weight: bold;
    padding: 0 5px 0 0;
    width: 70px;
}

.PickUp_Standard .Summary,
.PickUp_Switching .Summary,
.NewsList_Standard .Summary
{
    margin:0px;
    padding:0px;
}

.PickUp_Standard .R_Contents,
.PickUp_Switching .R_Contents,
.NewsList_Standard .R_Contents
{
    margin: 0 0 0 80px;
    padding: 0;
}

.PickUp_Standard .DateTitle img,
.PickUp_Switching .DateTitle img,
.NewsList_Standard .DateTitle img
{
    vertical-align: bottom;
}

/*例外処理*/
.PickUp_Switching ul
{
    width: 550px;
}

.PickUp_Switching li
{
    width: 540px;
}

.PickUp_Standard .Groupicon
{
    height: 19px;
    vertical-align: bottom;
    width: 54px;
}


/* ==== リストデザイン7 縦：ニュースタイプ End ==== */


/* === リンクアクション  ===*/
a:link
{
    color: #000066;
    text-decoration: underline;
}

a:visited
{
    color: #551A8B;
    text-decoration: underline;
}

a:hover
{
    color: #EE0000;
    text-decoration: none;
}

a:active
{
    color: #EE0000;
    text-decoration: underline;
}
/* ==== リンクアクションEnd ==== */


/* ==== リンクアクション 例外調整：タイトル Start =================
*/
.outside_b h2 a:link
{
    text-decoration: none;
    color: #FFFFFF;
}

.outside_b h2 a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

.outside_b h2 a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}

.outside_b h2 a:active
{
    text-decoration: none;
    color: #FFFFFF;
}

.LMenuV_Standard2 .outside_b h2 a:link,
.LinkList_Standard .outside_b a.MTitleLink:link,
.LinkList_Standard2 .outside_b a.MTitleLink:link
{
    text-decoration: none;
    color: #000000;
}

.LMenuV_Standard2 .outside_b h2 a:visited,
.LinkList_Standard .outside_b a.MTitleLink:visited,
.LinkList_Standard2 .outside_b a.MTitleLink:visited
{
    text-decoration: none;
    color: #000000;
}

.LMenuV_Standard2 .outside_b h2 a:hover,
.LinkList_Standard .outside_b a.MTitleLink:hover,
.LinkList_Standard2 .outside_b a.MTitleLink:hover
{
    text-decoration: underline;
    color: #000000;
}

.LMenuV_Standard2 .outside_b h2 a:active,
.LinkList_Standard .outside_b a.MTitleLink:active,
.LinkList_Standard2 .outside_b a.MTitleLink:active
{
    text-decoration: none;
    color: #000000;
}

.ItemList_Standard a.MTitleLink:link,
.ItemList_Standard a.MTitleLink:visited,
.ItemList_Standard a.MTitleLink:hover,
.ItemList_Standard a.MTitleLink:active
{
    color: #006766;
}

.ItemList_RecentNews a.MTitleLink:link,
.ItemList_RecentNews a.MTitleLink:visited,
.ItemList_RecentNews a.MTitleLink:hover,
.ItemList_RecentNews a.MTitleLink:active
{
    color: #006766;
}

.LinkList_Standard h2 a.MTitleLink:hover,
.LinkList_Standard2 h2 a.MTitleLink:hover
{
    background: url("../../../Images/title_icon_hover.gif") no-repeat 5px 5px;
}

/* ==== リンクアクション 例外調整：タイトル End ==== */


/* ==== リンクアクション 例外調整：リスト Start =================
*/
li a:link,
.modoru a:link,
.page_control a:link,
.outside_b h2 a:link
{
    text-decoration: none;
}

li a:visited,
.modoru a:visited,
.page_control a:visited,
.outside_b h2 a:visited
{
    text-decoration: none;
}

li a:hover,
.modoru a:hover,
.page_control a:hover,
.outside_b h2 a:hover
{
    text-decoration: underline;
}

li a:active,
.modoru a:active,
.page_control a:active,
.outside_b h2 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: #ebeeff !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 ==== */

/* === スマートフォン用CSS === */
/*スマートフォンでオン*/
.smarton
{
    display: none !important;
    speak: none;
}

/*スマートフォンでオフ*/
.smartoff
{
}


/* == 画像処理 == */
.Contents img
{
    max-width: 720px;
}

/* 簡易処理 */



/* == Viewer == */
.viewer
{
    font-size: 90%;
    line-height: 150%;
    background: #FFFFFF;
    border:solid 1px #42825A;
    margin:0px 0px 10px 0px;
    padding:10px 12px;
}

.viewer a:visited, 
.viewer a:link
{
    color: #000000;
    text-decoration: underline;
}

.Fix_btn
{
    font-size: small !important;
}

@media print
{
body
{
background-color:white;
background-image:none;
}
}