﻿

/*** 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%;
}


/* == 中間ペイン群 == */
#Middle
{
    width: 960px;
    margin: auto;
}


/* == 左ペイン幅 == */
#LeftPane
{
    float: left;
    margin: 0;
    padding: 0;
/*    width: 180px;*/
}


/* == MAIN(中央)ペイン == */
#ContentPane
{
    float: left;
    margin: 0;
    padding: 0;
/*    width: 580px;*/
}


/* == 右ペイン == */
#RightPane
{
    float: right;
    margin: 0;
    padding: 0;
    text-align: left;
/*    width: 180px;*/
}


/* == フッター == */
#FooterPane
{
    width: 100%;
}


/* ==== 見出し 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
{
    border: 1px solid #f6a4ca;
    border-bottom-width: 3px;
    background-color: #fedfee;
    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_icon.gif") no-repeat 10px 10px #E7F3DB;
    border-top: 1px solid #D9EEC7;
    border-bottom: 3px solid #92CD5F;
    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_icon.gif") no-repeat 10px 10px #FFFFFF;
    border-bottom: 3px solid #91CE5F;
    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_icon.gif") no-repeat 12px 11px #FFFFFF;
    border-bottom: 1px solid #ACDA87;
    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_icon.gif") no-repeat 12px 11px #FFFFFF;
    border-bottom: 1px solid #B5B5B6;
    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_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;
}


/* ふりがな誤変換リンク文字サイズ */
#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;
}


/* ==== HTMLコンテンツ Start =================
・HTML文書_標準 (Item_Standard)
*/

.Item_Standard,
.Item_Standard_Title
{
    margin: 0px 0px 10px 0px;
    padding: 0;
}

.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)
*/

.LMenu_Standard,
.LMenuV_Standard,
.LMenuV_Standard2,
.LMenuV_Summary,
.LinkList_Standard,
.LinkList_Standard2,
.LinkList_Summary,
.LinkList_Horizontal,
.ItemList_Standard,
.ItemList_Standard2,
.ItemList_Section
{
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 750px;
}

.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
{
    background-color: #FEDFEE;
    border: 1px solid #F6A4CA;
    border-bottom-width: 2px;
    float: left;
    margin: 0px 0px 5px 0px;
    width: 728px;
}

/*編集可能モジュールの処理*/
.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: 700px;
}

.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;
    padding: 10px 5px 8px 10px;
    width: 733px;
    background-color: #FEDFEE;
    border: 1px solid #F6A4CA;
    border-bottom-width: 3px;
}

.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 =================
・Lメニュー横型_枠付き (LMenu_HorizontalFrame)
・リンクリスト横型_標準 (LinkList_Horizontal)
*/

.LMenu_HorizontalFrame,
.LinkList_HorizontalFrame
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 750px;
    background-color: #FEEFF6;
}

.LMenu_HorizontalFrame .outside_h,
.LinkList_HorizontalFrame .outside_h
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    width: 750px;
}

.LMenu_HorizontalFrame .inside_b,
.LinkList_HorizontalFrame .inside_b
{
    float: left;
    margin: 0;
    padding: 0;
    width: 750px;
}

.LMenu_HorizontalFrame .inside_f,
.LinkList_HorizontalFrame .inside_f
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    width: 750px;
}

.LMenu_HorizontalFrame h2,
.LinkList_HorizontalFrame h2
{
    display: none;
}
/* ==== 背景デザイン 中央カラム設置タイプ2 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ3 Start =================
・HTML文書リンク_連絡先 (ItemLink_inquire)
・アンケート_お問合わせ (Questionnaire_Standard)
*/

.ItemLink_Inquiry,
.Questionnaire_Standard
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 748px;
    border: 1px solid #C3C3C5;
    background-image: none;
    background-color: #C3C3C5;
}

.ItemLink_Inquiry .outside_h,
.Questionnaire_Standard .outside_h
{
    float: left;
    font-size: 0px !important;
    height: 0;
    margin: 0;
    padding: 0;
    width: 748px;
}

.ItemLink_Inquiry .outside_b,
.Questionnaire_Standard .outside_b
{
    background: none #C3C3C5;
    float: left;
    margin: 0;
    padding: 0;
    width: 748px;
}

.ItemLink_Inquiry .outside_f,
.Questionnaire_Standard .outside_f
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 748px;
}

.ItemLink_Inquiry .inside_h,
.Questionnaire_Standard .inside_h
{
    background: url("../Images/other_inside_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 4px;
    margin: 0;
    padding: 0;
    width: 720px;
}

.ItemLink_Inquiry .inside_b,
.Questionnaire_Standard .inside_b
{
    background: none #EFEFEF;
    float: left;
    margin: 0;
    padding: 5px;
    width: 738px;
}

.Questionnaire_Standard .inside_b .B_Questionnaire_inquiry_bg
{
    background: none #FFFFFF;
    border: 1px solid #C3C3C5;
    margin: 0;
    padding: 5px;
    width: 726px;
}

.ItemLink_Inquiry .inside_f,
.Questionnaire_Standard .inside_f
{
    float: left;
    font-size: 0px !important;
    height: 0;
    margin: 0;
    padding: 0;
    width: 748px;
}

.ItemLink_Inquiry h2,
.Questionnaire_Standard h2
{
    background: none #C3C3C5;
    color: #000000;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 10px 10px 8px;
    width: 700px;
}
/* ==== 背景デザイン 中央カラム設置タイプ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: 740px;
}

.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 .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: 695px;
}

.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
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 748px;
    border: 1px solid #f8a4c8;
    background-color: #FEE0EC;
}

.PickUp_Standard .outside_h,
.NewsList_Standard .outside_h
{
    float: left;
    font-size: 0 !important;
    height: 0;
    width: 748px;
}

.PickUp_Standard .outside_b,
.NewsList_Standard .outside_b
{
    background-image: none;
    background-color: #f8a4c8;
    float: left;
    padding: 0px;
    width: 748px;
}

.PickUp_Standard .outside_f,
.NewsList_Standard .outside_f
{
    float: left;
    font-size: 0 !important;
    height: 0;
    width: 748px;
}

.PickUp_Standard .inside_b,
.NewsList_Standard .inside_b
{
    float: left;
    padding: 0;
    margin: 5px;
    width: 738px;
    background-color: #ffffff;
    border: 1px solid #f8a4c8;
}

.PickUp_Standard .inside_f,
.NewsList_Standard .inside_f
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    width: 748px;
}

.NewsList_Standard .inside_b .newscontents
{
}


.PickUp_Standard h2,
.NewsList_Standard .outside_b h2
{
    color: #000000;
    float: left;
    font-size: medium;
    margin: 0;
    padding: 10px 5px 8px 10px;
    width: 725px;
}

a.STitleLink,
a.STitleLink:link,
a.STitleLink:hover
{
    color: #000;
    text-decoration: none;
}

.PickUp_Standard .info_title,
.NewsList_Standard .info_title
{
    float: left;
    padding: 0;
    width: 615px;
    font-weight: bold;
}

.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: 0 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: 0 5px 0 0;
    vertical-align: bottom;
}

.PickUp_Standard .Fix_ur_tolist img,
.NewsList_Standard .Fix_ur_tolist img
{
    padding: 5px 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: 10px 20px 0;
    text-align: right;
    width: 60px;
}

.NewsList_Standard .ParentBack
{
    display: block;
    float: right;
    font-size: 12px !important;
    padding: 0;
    width: 100px;
}

.NewsList_Standard .Contents
{
    float: left;
    width: 720px;
}
/* ==== 背景デザイン 中央カラム設置タイプ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: 750px;
}

.EventCal_Standard .outside_h,
.EventList_Standard .outside_h
{
    float: left;
    font-size: 0 !important;
    height: 0;
    width: 750px;
}

.EventCal_Standard .outside_b,
.EventList_Standard .outside_b
{
    background-color: #fedfee;
    border: 1px solid #f6a4ca;
    float: left;
    padding: 9px 0;
    width: 748px;
}

.EventCal_Standard .outside_f,
.EventList_Standard .outside_f
{
    float: left;
    font-size: 0 !important;
    height: 0;
    margin: 0 0 5px;
    width: 750px;
}

.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: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: 0px 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
{
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: 200px;
    background-color: #F8A4C8;
}

.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
{
    float: left;
    font-size: 1px !important;
    height: 9px;
    margin: 0;
    width: 200px;
}

.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
{
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
}

.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
{
    float: left;
    font-size: 1px !important;
    height: 2px;
    margin: 0;
    width: 200px;
}

.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-color: transparent;
    background-image: none;
    float: left;
    color: #221914;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 2px 15px 4px 15px;
    width: 170px;
}

.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
{
    background: url("../Images/inside2_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 180px;
}

.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
{
    background-color: #fee0ec;
    border: 1px solid #f8a4c8;
    float: left;
    margin: 0;
    padding: 5px;
    width: 188px;
}

.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
{ 
    float: left;
    font-size: 0px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 200px;
}

/*編集可能モジュール処理*/
#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
{
    background-color: #faab68;
    border: 1px solid #faab68;
    float: left;
    margin: 0 0 5px;
    padding: 0px;
    width: 198px;
}

.ItemList_Topic .outside_h
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 198px;
}

.ItemList_Topic .outside_b
{
    float: left;
    margin: 0;
    padding: 0;
    width: 198px;
}

.ItemList_Topic .outside_f
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 198px;
}

.ItemList_Topic .outside_b h2
{
    color: #000000;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 7px 15px 7px;
    width: 168px;
}

.ItemList_Topic .inside_b
{
    background-color: #fef0e3;
    float: left;
    margin: 0;
    padding: 5px;
    width: 188px;
}

.ItemList_Topic .inside_f
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 198px;
}

.ItemList_Topic .inside_b .Contents
{
    border: 1px solid #faab68;
    background-color: #ffffff;
    margin: 0;
    padding: 3px;
    width: 181px;
}

/*例外処理*/
.ItemList_Topic .Fix_topics_list
{
    text-align: right;
}

.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;
    vertical-align: middle;
}
/* ==== 背景デザイン 左右カラム設置タイプ2 End ================= */


/* ==== 背景デザイン 左右カラム設置タイプ3 Start =================
*/

#LeftPane .Item_Standard_Title,
#RightPane .Item_Standard_Title
{
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: 200px;
    background-color: #F8A4C8;
}


#LeftPane .Item_Standard_Title .outside_h,
#RightPane .Item_Standard_Title .outside_h
{
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: 200px;
    background-color: #F8A4C8;
}

#LeftPane .Item_Standard_Title .outside_b,
#RightPane .Item_Standard_Title .outside_b
{
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
}

#LeftPane .Item_Standard_Title .outside_f,
#RightPane .Item_Standard_Title .outside_f
{
    float: left;
    font-size: 1px !important;
    height: 2px;
    margin: 0;
    width: 200px;
}

#LeftPane .Item_Standard_Title h2,
#RightPane .Item_Standard_Title h2
{
    background-color: transparent;
    background-image: none;
    float: left;
    color: #221914;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 2px 15px 4px 15px;
    width: 168px;
}

#LeftPane .Item_Standard_Title .inside_h,
#RightPane .Item_Standard_Title .inside_h
{
    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-color: #fee0ec;
    border: 1px solid #f8a4c8;
    float: left;
    margin: 0;
    padding: 5px;
    width: 188px;
}

#LeftPane .Item_Standard_Title .inside_f,
#RightPane .Item_Standard_Title .inside_f
{ 
    float: left;
    font-size: 0px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 200px;
}

#LeftPane .Item_Standard_Title .inside_b .Contents,
#RightPane .Item_Standard_Title .inside_b .Contents
{
    background-color: #ffffff;
    border: 1px solid #f8a4c8;
    margin: 0;
    padding: 2px 7px 1px;
    margin: 0;
    padding: 5px 5px;
    text-align: left;
    width: 175px;
}
/* ==== 背景デザイン 左右カラム設置タイプ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
{
    background-color: #ffffff;
    border: 1px solid #f8a4c8;
    margin: 0;
    padding: 2px 5px 1px
}

.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/icon.gif") no-repeat 5px 6px;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 20px;
    text-align: left;
    width: 151px;
}

.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;
}

.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: 0 10px;
} 

.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/simple_icon1.gif") no-repeat 7px 7px;
    display: block;
    float: left;
    margin: 0;
    padding: 2px 5px 2px 20px;
    width: 695px;
}

.LMenuV_Standard .modoru a,
.LMenuV_Standard2 .modoru a
{
    background: url("../Images/page_return_icon2.gif") no-repeat 3px center;
    float: left;
    margin: 0;
    padding: 2px 5px 2px 20px;
    width: 695px;
}

/* 2段組み処理 */
.LMenuV_Standard2 li,
.LinkList_Standard2 li
{
    width: 360px;
}

.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: 0px 10px 0px 10px;
} 

.LMenuV_Summary li,
.LinkList_Summary li
{
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
} 

.LMenuV_Summary li h3,
.LinkList_Summary li h3
{
    background: url("../Images/h3_icon.gif") no-repeat 10px center #E7F3DB;
    border-top: 1px solid #D9EEC7;
    border-bottom: 3px solid #92CD5F;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 5px -5px;
    padding: 6px 0 6px 30px;
}

.LMenuV_Summary li h3 a,
.LinkList_Summary li a.titleLink
{
    display: block;
    margin: 0;
    padding: 0;
    width: 695px;
}

.LMenuV_Summary li .Description
{
    margin-left: 25px;
}

.LinkList_Summary li .Summary
{
    margin-left: 25px;
}

.LMenuV_Summary .modoru a
{
    background: url("../Images/page_return_icon2.gif") no-repeat 3px center;
    font-size: small;
    margin: 0 0 0 10px;
    padding: 0 5px 0 15px;
    text-decoration: none;
}
/* ==== リストデザイン3 縦：見出しタイプ3 End ==== */


/* ==== リストデザイン4 縦：階層タイプ Start =================
・Lメニュー縦型_階層 (LmenuV_Layer)
・Tメニュー縦型_階層 (TabMenuV_Layer)
*/

.LmenuV_Layer ul,
.TbmenuV_Layer ul
{
    background-color: #ffffff;
    border: 1px solid #f8a4c8;
    margin: 0;
    padding: 2px 3px 1px;
}

.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 6px;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 20px;
    text-align: left;
    width: 154px;
}

.LmenuV_Layer .modoru,
.TbmenuV_Layer .modoru
{
    border-bottom: 2px dotted #FBD2E4;
}

.LmenuV_Layer .modoru a,
.TbmenuV_Layer .modoru a
{
    background: url("../Images/page_return_icon2.gif") 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: 0 10px;
    width: 720px;
}

.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.gif") no-repeat left 4px;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 10px;
    text-align: left;
    float: left;
    text-decoration: underline;
}

.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
{
    float: left;
    margin: 0;
    padding: 5px 10px;
}

.LMenu_HorizontalFrame li,
.LinkList_HorizontalFrame li
{
    background: url("../Images/icon2.gif") no-repeat 2px 5px;
    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)
*/

.PickUp_Standard ul,
.PickUp_Switching ul,
.NewsList_Standard ul:not(.reToolBar)
{
    float: left;
    margin: 0;
    padding: 5px;
    width: 726px;
}

.PickUp_Standard li,
.PickUp_Switching li,
.NewsList_Standard li:not(.reToolItem)
{
    border-bottom: 1px dotted #C0C0C0;
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 10px;
    width: 716px
}

.PickUp_Standard .CreatedDate,
.PickUp_Switching .CreatedDate,
.NewsList_Standard .CreatedDate
{
    display: block;
    float: left;
    font-weight: bold;
    padding: 0 5px;
    width: 140px;
}

.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 150px;
    padding: 0;
}

/*例外処理*/
.PickUp_Switching ul
{
    width: 516px;
}

.PickUp_Switching li
{
    width: 506px;
}
/* ==== リストデザイン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: #FEEFF6 !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 ==== */

#xp1
{
float:left;
}

/* === スマートフォン用CSS === */
/*スマートフォンでオン*/
.smarton
{
    display: none !important;
    speak: none;
}

/*スマートフォンでオフ*/
.smartoff
{
}


/* == 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;
}

img.view {
    background-color: #efffdf;
    border: 1px solid #b4d5aa !important;
    padding: 10px;
}

div.More_l
{
    float: left;
}

div.More_r
{
    float: right;
    width: 50%;
}

div.More_box
{
    clear: both;
    float: left;
}


}
@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*/
    background-image: none;
    background-color: #f0f0f0;
}

.Contents
{
    font-size: 100%;
}

.HTMLEditorContainer
{
    /*background: url(aisai_dhv/white.gif);*/
    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;
}

/* == 大枠 == */
/* == システムメニュー == */
/* == ヘッダー == */
/* == 中間ペイン群 == */
/* == 左ペイン幅 == */
/* == MAIN(中央)ペイン == */
/* == 右ペイン == */
/* == フッター == */
#pagetop,
#BaseTable,
#Middle,
#LeftPane,
#ContentPane,
#RightPane,
#FooterPane
{
    background-color: #ffffff;
    float: none;
    position: relative;
    width: 320px;
    z-index: 0;
}


/* ==== 見出し 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,
.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
{
    border: 1px solid #f6a4ca;
    border-bottom-width: 3px;
    background-color: #fedfee;
    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_icon.gif") no-repeat 10px 10px #E7F3DB;
    border-top: 1px solid #D9EEC7;
    border-bottom: 3px solid #92CD5F;
    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_icon.gif") no-repeat 10px 10px #FFFFFF;
    border-bottom: 3px solid #91CE5F;
    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_icon.gif") no-repeat 12px 11px #FFFFFF;
    border-bottom: 1px solid #ACDA87;
    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_icon.gif") no-repeat 12px 11px #FFFFFF;
    border-bottom: 1px solid #B5B5B6;
    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;
    height: auto !important;
    max-width: 300px;
}

.HTMLEditorContainer ul img,
.Contents ul img
{
    max-width: 260px;
}


/*== 引用 ==*/

BLOCKQUOTE, Q
{
  font-family: 'ＭＳ ゴシック' , 'Osaka－等幅' , 'Courier New', 'Courier', monospace;
  color: #000000;
}


/* 文責表示 */

.Responsibility
{
  font-size: small;
  color: gray;
}


/*== アイコン ==*/

.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;
}


/* ふりがな誤変換リンク文字サイズ */
#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;
}


/* ==== HTMLコンテンツ Start =================
・HTML文書_標準 (Item_Standard)
*/

.Item_Standard,
.Item_Standard_Title
{
    padding: 0px 0px 10px 0px;
}

.Contents
{
    padding: 0px 5px 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)
*/

.LMenu_Standard,
.LMenuV_Standard,
.LMenuV_Standard2,
.LMenuV_Summary,
.LinkList_Standard,
.LinkList_Standard2,
.LinkList_Summary,
.LinkList_Horizontal,
.ItemList_Standard,
.ItemList_Standard2,
.ItemList_Section
{
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    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
{
    background-color: #FEDFEE;
    border: 1px solid #F6A4CA;
    border-bottom-width: 2px;
    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;
    width: 298px;
}

.LinkList_Standard h2 a.MTitleLink,
.LinkList_Standard2 h2 a.MTitleLink
{
    text-decoration: underline;
}

.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: 0px 0px 5px 0px;
    padding: 10px 5px 8px 10px;
    background-color: #FEDFEE;
    border: 1px solid #F6A4CA;
    border-bottom-width: 3px;
}

.ItemList_Standard2 .Column2_block
{
    float: left;
    padding: 0 5px;
    width: 310px;
}
/* ==== 背景デザイン 中央カラム設置タイプ1 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ枠付2 Start =================
・Lメニュー横型_枠付き (LMenu_HorizontalFrame)
・リンクリスト横型_標準 (LinkList_Horizontal)
*/

.LMenu_HorizontalFrame,
.LinkList_HorizontalFrame
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 320px;
    background-color: #FEEFF6;
}

.LMenu_HorizontalFrame .outside_h,
.LinkList_HorizontalFrame .outside_h
{
    float: left;
    font-size: 1px !important;
    height: 5px;
    width: 320px;
}

.LMenu_HorizontalFrame .inside_b,
.LinkList_HorizontalFrame .inside_b
{
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

.LMenu_HorizontalFrame .inside_f,
.LinkList_HorizontalFrame .inside_f
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    width: 320px;
}

.LMenu_HorizontalFrame h2,
.LinkList_HorizontalFrame h2
{
    display: none;
}
/* ==== 背景デザイン 中央カラム設置タイプ2 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ3 Start =================
・HTML文書リンク_連絡先 (ItemLink_inquire)
・アンケート_お問合わせ (Questionnaire_Standard)
*/

.ItemLink_Inquiry,
.Questionnaire_Standard
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 320px;
    
    border-top: 1px solid #C3C3C5;
    border-bottom: 1px solid #C3C3C5;
    background-image: none;
    background-color: #C3C3C5;
}

.ItemLink_Inquiry .outside_h,
.Questionnaire_Standard .outside_h
{
    float: left;
    font-size: 0px !important;
    height: 0;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemLink_Inquiry .outside_b,
.Questionnaire_Standard .outside_b
{
    background: none #C3C3C5;
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemLink_Inquiry .outside_f,
.Questionnaire_Standard .outside_f
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemLink_Inquiry .inside_h,
.Questionnaire_Standard .inside_h
{
    background: url("../Images/other_inside_sp_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemLink_Inquiry .inside_b,
.Questionnaire_Standard .inside_b
{
    background: none #EFEFEF;
    float: left;
    margin: 0;
    padding: 5px 15px;
    width: 290px;
}


.ItemLink_Inquiry .inside_f,
.Questionnaire_Standard .inside_f
{
    float: left;
    font-size: 0px !important;
    height: 0;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemLink_Inquiry h2,
.Questionnaire_Standard h2
{
    background: none #C3C3C5;
    color: #000000;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 10px 10px 8px;
    
    width: 300px;
}
/* ==== 背景デザイン 中央カラム設置タイプ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: 320px;
}

.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 .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: 275px;
}

.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
{
    float: left;
    margin: 0;
    padding: 0;
    background-color: #FEE0EC;
}

.PickUp_Standard .outside_h,
.NewsList_Standard .outside_h
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    width: 320px;
}

.PickUp_Standard .outside_b,
.NewsList_Standard .outside_b
{
    background-image: none;
    background-color: #f8a4c8;
    float: left;
    padding: 0;
    width: 320px;
}

.PickUp_Standard .outside_f,
.NewsList_Standard .outside_f
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    width: 320px;
}

.PickUp_Standard .inside_b,
.NewsList_Standard .inside_b
{
    float: left;
    padding: 5px 0;
    width: 320px;


    background-color: #FEDFEE;
    border-top: 1px solid #f8a4c8;
    border-bottom: 1px solid #f8a4c8;
}

.PickUp_Standard .inside_f,
.NewsList_Standard .inside_f
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    width: 320px;
}

.PickUp_Standard h2,
.NewsList_Standard .outside_b h2
{
    color: #000000;
    float: left;
    font-size: medium;
    margin: 0;
    padding: 10px 5px 8px 10px;
    
    width: 305px;
}

a.STitleLink,
a.STitleLink:link,
a.STitleLink:hover
{
    color: #000;
    text-decoration: none;
}

.PickUp_Standard .info_title,
.NewsList_Standard .info_title
{
    float: left;
    font-weight: bold;
    padding: 0 5px 0 0;
    width: 235px;
}

.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;
    margin: 0 0 0 5px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}

.PickUp_Standard .Fix_ur_tolist img,
.NewsList_Standard .Fix_ur_tolist img
{
    padding: 5px 5px 0 0;
    vertical-align: top;
}

.NewsList_Standard .Title
{
    float: left;
    font-weight: bold;
    margin: 0 0 5px;
    width: 288px;
}

.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: 303px;
}
/* ==== 背景デザイン 中央カラム設置タイプ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
{
    float: left;
    font-size: 0 !important;
    height: 0;
    width: 320px;
}

.EventCal_Standard .outside_b,
.EventList_Standard .outside_b
{
    background-color: #fedfee;
    border-color: #f6a4ca;
    border-style: solid;
    border-width: 1px 0;
    float: left;
    padding: 9px 0;
    width: 318px;
}

.EventCal_Standard .outside_f,
.EventList_Standard .outside_f
{
    float: left;
    font-size: 0 !important;
    height: 0;
    margin: 0 0 5px;
    width: 320px;
}

.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: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: 110px;
}

.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: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
{
    float: left;
    margin: 0;
    padding: 0;
    background-color: #F8A4C8;
    width: 320px;
}

.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
{
    float: left;
    font-size: 1px !important;
    height: 9px;
    margin: 0;
    width: 320px;
}

.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
{
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

.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
{
    float: left;
    font-size: 1px !important;
    height: 2px;
    margin: 0;
    width: 320px;
}

.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-color: transparent;
    background-image: none;

    background-color: transparent;
    background-image: none;
    float: left;
    color: #221914;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 2px 15px 4px 15px;
    width: 290px;
}

.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
{
    background: url("../Images/inside2_sp_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.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
{

    background-color: #fee0ec;
    border-top: 1px solid #f8a4c8;
    border-bottom: 1px solid #f8a4c8;
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 320px;
}

.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
{ 
    float: left;
    font-size: 0px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 320px;
}

/*編集可能モジュール処理*/
#LeftPane .LinkList_Standard h2,
#RightPane .LinkList_Standard h2
{
    border: none;
}

#LeftPane .LinkList_Standard h2 .MTitleLink,
#RightPane .LinkList_Standard h2 .MTitleLink
{
    display: block;
    float: left;
    width: 150px;
}
/* ==== 背景デザイン 左右カラム設置タイプ End ==== */


/* ==== 背景デザイン 左右カラム設置タイプ2 Start =================
・書リスト_トピックス(TOP) (ItemList_Topic)
*/

.ItemList_Topic
{
    background-color: #faab68;
    border-top: 1px solid #faab68;
    border-bottom: 1px solid #faab68;
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: 320px;
}

.ItemList_Topic .outside_h
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemList_Topic .outside_b
{
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemList_Topic .outside_f
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemList_Topic .outside_b h2
{
    color: #000000;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 6px 15px 4px;
    width: 290px;
}

.ItemList_Topic .inside_b
{
    background-color: #fef0e3;
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 320px;
}

.ItemList_Topic .inside_f
{
    float: left;
    font-size: 0px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemList_Topic .inside_b .Contents
{
    border-top: 1px solid #faab68;
    border-bottom: 1px solid #faab68;
    background-color: #ffffff;
    margin: 0;
    padding: 5px;
    width: 310px;
}

/*例外処理*/
.ItemList_Topic .Fix_topics_list
{
    text-align: right;
}

.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;
    vertical-align: middle;
}
/* ==== 背景デザイン 左右カラム設置タイプ2 End ================= */


/* ==== 背景デザイン 左右カラム設置タイプ3 Start =================
*/

#LeftPane .Item_Standard_Title,
#RightPane .Item_Standard_Title
{
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: 320px;
    
    background-color: #F8A4C8;
}

#LeftPane .Item_Standard_Title .outside_h,
#RightPane .Item_Standard_Title .outside_h
{
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: 320px;
    background-color: #F8A4C8;
}

#LeftPane .Item_Standard_Title .outside_b,
#RightPane .Item_Standard_Title .outside_b
{
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

#LeftPane .Item_Standard_Title .outside_f,
#RightPane .Item_Standard_Title .outside_f
{
    float: left;
    font-size: 1px !important;
    height: 2px;
    margin: 0;
    width: 320px;
}

#LeftPane .Item_Standard_Title h2,
#RightPane .Item_Standard_Title h2
{
    background-color: transparent;
    background-image: none;
    float: left;
    color: #221914;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 2px 15px 4px 15px;
    
    width: 290px;
}

#LeftPane .Item_Standard_Title .inside_h,
#RightPane .Item_Standard_Title .inside_h
{
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 320px;
}

#LeftPane .Item_Standard_Title .inside_b,
#RightPane .Item_Standard_Title .inside_b
{
    background-color: #fee0ec;
    border-top: 1px solid #f8a4c8;
    border-bottom: 1px solid #f8a4c8;
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 320px;
}

#LeftPane .Item_Standard_Title .inside_f,
#RightPane .Item_Standard_Title .inside_f
{ 
    float: left;
    font-size: 0px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 320px;
}

#LeftPane .Item_Standard_Title .inside_b .Contents,
#RightPane .Item_Standard_Title .inside_b .Contents
{
    background-color: #ffffff;
    border-top: 1px solid #f8a4c8;
    border-bottom: 1px solid #f8a4c8;
    margin: 0;
    padding: 2px 7px 1px;
    margin: 0;
    padding: 5px;
    text-align: left;
    width: 310px;
}
/* ==== 背景デザイン 左右カラム設置タイプ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
{
    background-color: #ffffff;
    border-top: 1px solid #f8a4c8;
    border-bottom: 1px solid #f8a4c8;
    margin: 0;
    padding: 2px 5px 1px
}

.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/icon.gif") no-repeat 5px 6px;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 20px;
    text-align: left;
    width: 281px;
}

.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;
}

.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: 0 10px;
} 

.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/simple_icon1.gif") no-repeat 7px 10px;
    display: block;
    float: left;
    margin: 0;
    padding: 2px 5px 2px 20px;
    width: 285px;
}

.LMenuV_Standard .modoru a,
.LMenuV_Standard2 .modoru a
{
    background: url("../Images/page_return_icon2.gif") no-repeat 3px center;
    float: left;
    margin: 0;
    padding: 2px 5px 2px 20px;
    width: 285px;
    font-size: small;
}

/* 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)
*/

.LMenuV_Summary ul,
.LinkList_Summary ul
{ 
    float: left;
    margin: 0;
    padding: 0px 10px 0px 10px;
} 

.LMenuV_Summary li,
.LinkList_Summary li
{
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
} 

.LMenuV_Summary li h3,
.LinkList_Summary li h3
{
    background: url("../Images/h3_icon.gif") no-repeat 10px center #E7F3DB;
    border-top: 1px solid #D9EEC7;
    border-bottom: 3px solid #92CD5F;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 5px -5px;
    padding: 6px 0 6px 30px;
}

.LMenuV_Summary li a,
.LinkList_Summary li a.titleLink
{
    display: block;
    margin: 0;
    padding: 0;
    width: 275px;
}

.LMenuV_Summary .modoru a
{
    background: url("../Images/page_return_icon2.gif") no-repeat 3px center;
    font-size: small;
    margin: 0 0 0 10px;
    padding: 0 5px 0 15px;
    text-decoration: none;
}
/* ==== リストデザイン3 縦：見出しタイプ3 End ==== */


/* ==== リストデザイン4 縦：階層タイプ Start =================
・Lメニュー縦型_階層 (LmenuV_Layer)
・Tメニュー縦型_階層 (TabMenuV_Layer)
*/

.LmenuV_Layer ul,
.TbmenuV_Layer ul
{
    background-color: #ffffff;
    border-top: 1px solid #f8a4c8;
    border-bottom: 1px solid #f8a4c8;
    margin: 0;
    padding: 2px 0 1px;
}

.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 6px;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 20px;
    text-align: left;
    width: 281px;
}

.LmenuV_Layer .modoru,
.TbmenuV_Layer .modoru
{
    border-bottom: 2px dotted #FBD2E4;
}

.LmenuV_Layer .modoru a,
.TbmenuV_Layer .modoru a
{
    background: url("../Images/page_return_icon2.gif") 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: 0 10px;
    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.gif") no-repeat left 6px;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 10px;
    text-align: left;
    float: left;
    text-decoration: underline;
}

.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
{
    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)
*/

.PickUp_Standard ul,
.PickUp_Switching ul,
.NewsList_Standard ul:not(.reToolBar)
{
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
    border-top: 1px dotted #F6A4CA;
    border-bottom: 1px dotted #F6A4CA;
    background-color: #FFFFFF;
}

.PickUp_Standard li,
.PickUp_Switching li,
.NewsList_Standard li:not(.reToolItem)
{
    border-bottom: 1px dotted #C0C0C0;
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 5px 5px 0;
    width: 310px;
}

.PickUp_Standard .CreatedDate,
.PickUp_Switching .CreatedDate,
.NewsList_Standard .CreatedDate
{
    display: block;
    float: left;
    font-weight: bold;
    padding: 0 5px;
    width: 290px;
}

.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
{
    float: left;
    margin: 0;
    padding: 0;
}
/* ==== リストデザイン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.titleLink:link,
li a.LMenuLink:link,
li a.ItemLink:link,
.page_control a:link,
.modoru a:link,
.pagetop_box a:link,
.ParentBack a:link
{
    text-decoration: none;
}

li a.titleLink:visited,
li a.LMenuLink:visited,
li a.ItemLink:visited,
.page_control a:visited,
.modoru a:visited,
.pagetop_box a:visited,
.ParentBack a:visited
{
    /*text-decoration: none;*/
}

li a.titleLink:hover,
li a.LMenuLink:hover,
li a.ItemLink:hover,
.page_control a:hover,
.modoru a:hover,
.pagetop_box a:hover,
.ParentBack a:hover
{
    text-decoration: underline;
}

li a.titleLink:active,
li a.LMenuLink:active,
li a.ItemLink: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: #FEEFF6 !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
{
    padding: 0 2px;
}

.page_control img,
.ParentBack img
{
    margin: 0px 2px;
    vertical-align: middle;
}

.editLink
{
    float: left;
    position: relative;
}


/* ==== プロパティコントロール 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;
}

/*テーブル調整用*/
.WideTable
{
    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;
}

img.view {
    background-color: #efffdf;
    border: 1px solid #b4d5aa !important;
    padding: 10px;
}


}
@media print
{
body
{
background-color:white;
background-image:none;
}
}