﻿

/*** 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*/
    /*background: url("../Images/bg.gif");*/
}

.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: 950px;
    margin: auto;
}


/* == システムメニュー == */
#SystemMenu
{
    width: 950px;
}


/* == ヘッダー == */
#HeaderPane
{
    width: 950px;
}


/* == 中間ペイン群 == */
#Middle
{
    width: 950px;
    float: left;
}


/* == 左ペイン幅 == */
#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: 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,
.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,
.B_PickUpDiv_Sub .MTitleBlock_self_h2,
.BrowserItemList_Titled .BrowserItemList_Titled_block h2
{
    background: url("../Images/h2.gif") no-repeat right bottom #FEFEFE;
    border: 1px solid #d9d9d9;
    border-bottom: 2px solid #FF989C;
    border-top:1px solid #FF989C;
    border-left:1px solid #FF989C;
    border-right:1px solid #FF989C;
    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.gif") no-repeat -1px top #FFE6E7;
    border-bottom: 1px solid #FF989C;
    border-top:1px solid #FF989C;
    border-left:1px solid #FF989C;
    border-right:1px solid #FF989C;
    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.gif") no-repeat -1px top #FFE6E7;
    border-bottom: 1px solid #FF989C;
    border-top:1px solid #FF989C;
    border-left:1px solid #FF989C;
    border-right:1px solid #FF989C;
    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.gif") no-repeat left top #FFE6E7;
    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.gif") no-repeat 13px 12px #FFFFFF;
    border-bottom: 1px solid #d9d9d9;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0 5px -5px;
    padding: 6px 0 4px 30px;
}
/* ==== 見出し End ==== */


.all_bottom
{
    padding:10px 0px;
}

dt
{
    font-size: 100%;
}

.reDropDownBody h2,
.reDropDownBody h3,
.reDropDownBody h4,
.reDropDownBody h5,
.reDropDownBody h6
{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
}


/* === プリロード  ===*/

#preload, 
#preload *
{ 
   /*DISPLAY: none */
   display: inline;
   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: 'Courier New', 'ＭＳ ゴシック' , 'Osaka－等幅' , '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.rtf
{
    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;
*/
    text-shadow: 0px 2px 1px #FFF, 2px 0px 1px #FFF, 2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px 2px 1px #FFF, -2px 0px 1px #FFF, 0px -2px 1px #FFF, -2px -2px 1px #FFF, 2px 1px 1px #FFF, 1px 2px #FFF, -2px -1px 1px rgb(255, 255, 255), -1px -2px 1px rgb(255, 255, 255), -1px 2px 1px rgb(255, 255, 255), 2px -1px 1px rgb(255, 255, 255), -2px 1px 1px rgb(255, 255, 255), 1px -2px 1px rgb(255, 255, 255)
}


/* ==== HTMLコンテンツ Start =================
・HTML文書_標準 (Item_Standard)
*/

.Item_Standard,
.Item_Standard_Title
{
    padding: 0px 0px 10px 0px;
}

.Contents
{
    padding: 0px 0px 0px 10px;
}
/* ==== HTMLコンテンツ End ==== */


/* ==== 背景デザイン1 中央カラム設置タイプ1 Start =================
・Lメニュー横型_標準 (LMenu_Standard)
・Lメニュー縦型_標準 (LMenuV_Standard)
・Lメニュー縦型_標準2段組 (LMenuV_Standard2)
・Lメニュー縦型_要約 (LMenuV_Summary)
・リンクリスト_標準 (LinkList_Standard)
・リンクリスト_標準2段組 (LinkList_Standard2)
・リンクリスト_要約 (LinkList_Summary)
・リンクリスト横型_標準 (LinkList_Horizontal)
・文書リスト_標準 (ItemList_Standard)
・文書リスト_標準2段組 (ItemList_Standard2)
*/

.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: 740px;
}

.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
{
    float: left;
    margin: 0px 0px 5px 0px;
    width: 718px;
}

/*編集可能モジュールの処理*/
.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 .rsslink,
.LinkList_Standard2 h2 .rsslink,
.LinkList_Summary h2 .rsslink,
.LinkList_Horizontal h2 .rsslink,
.ItemList_Standard h2 .rsslink,
.ItemList_Standard2 .rsslink,
.ItemList_Section  .rsslink
{
    float: left;
}

.ItemList_Standard .SubTitle,
.ItemList_Standard2 .SubTitle
{
    margin: 0px 0px 5px 0px;
}

.Item_Standard_Title .outside_b h2,
.ItemList_Standard .outside_b h2,
.ItemList_Standard2 .outside_b h2
{
    margin: 0 0 5px;
    width: 718px;    
}

.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: 720px;
}

.LMenu_HorizontalFrame .outside_h,
.LinkList_HorizontalFrame .outside_h
{
    background: url("../Images/contents_h.gif") no-repeat;
    float: left;
    font-size: 1px !important;
    height: 4px;
    width: 720px;
}

.LMenu_HorizontalFrame .inside_b,
.LinkList_HorizontalFrame .inside_b
{
    background: url("../Images/contents_bg.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    height:auto;
    width: 720px;
}

.LMenu_HorizontalFrame .inside_f,
.LinkList_HorizontalFrame .inside_f
{
    background: url("../Images/contents_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 4px;
    width: 720px;
}

.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: 740px;
}

.ItemLink_Inquiry .outside_h,
.Questionnaire_Standard .outside_h
{
    float: left;
    font-size: 1px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 740px;
}

.ItemLink_Inquiry .outside_b,
.Questionnaire_Standard .outside_b
{
    background: url("../Images/toiawase_head.gif") no-repeat #DAEFB9;
    float: left;
    min-height:36px;
    height:auto!important;
    height:36px;
    margin: 0;
    padding: 0;
    width: 740px;
}

.ItemLink_Inquiry .outside_f,
.Questionnaire_Standard .outside_f
{
    background: url("../Images/toiawase_head_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 4px;
    margin: 0;
    padding: 0;
    width: 740px;
}

.ItemLink_Inquiry .inside_h,
.Questionnaire_Standard .inside_h
{
    float: left;
    font-size: 1px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 740px;
}

.ItemLink_Inquiry .inside_b,
.Questionnaire_Standard .inside_b
{
    background: url("../Images/toiawase_body.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 5px 15px;
    width: 710px;
}

.ItemLink_Inquiry .inside_f,
.Questionnaire_Standard .inside_f
{
    background: url("../Images/toiawase_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 3px;
    margin: 0;
    padding: 0;
    width: 740px;
}

.ItemLink_Inquiry h2,
.Questionnaire_Standard h2
{
    color: #000000;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 8px 10px 0;
    width: 720px;
}
/* ==== 背景デザイン 中央カラム設置タイプ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: 5px 0 10px;
    padding: 0;
    width: 740px;
}

.PickUp_Standard .outside_h,
.NewsList_Standard .outside_h
{
/*
    background: 
      url("../Images/news_outside_h.gif") 
      no-repeat left bottom;
    height: 5px;
*/
    float: left;
    font-size: 1px !important;
    height: 0px;
    width: 740px;
}

.PickUp_Standard .outside_b,
.NewsList_Standard .outside_b
{
/*
    background: url("../Images/news_outside_b.gif") repeat-y;
*/
    float: left;
    padding: 0px;
    width: 740px;
}

.PickUp_Standard .outside_f,
.NewsList_Standard .outside_f
{
/*
    background: 
      url("../Images/news_outside_f.gif") 
      no-repeat left bottom;
    height: 3px;
*/
    float: left;
    font-size: 1px !important;
    height: 0px;
    width: 740px;
}

.PickUp_Standard .inside_b,
.NewsList_Standard .inside_b
{
    float: left;
    padding: 0 1px;
    width: 738px;
}

.PickUp_Standard .inside_f,
.NewsList_Standard .inside_f
{
    float: left;
    font-size: 1px !important;
    height: 3px;
    width: 740px;
}

.PickUp_Standard h2,
.NewsList_Standard .outside_b h2
{
/*
    background: 
      url("../Images/news_outside_bg.gif") 
      no-repeat left bottom;
    color: #2D2825;
    padding: 3px 5px 3px 10px;
    width: 725px;
*/
    background: 
      url("../Images/h2.gif") 
      no-repeat right bottom;
    border: solid 1px #FF989C;
    color: #000;
    float: left;
    font-size: medium;
    margin: 0;
    padding: 9px 10px 6px 10px;
    width: 718px;
}

.PickUp_Standard .info_title,
.NewsList_Standard .info_title
{
/*
    width: 615px;
*/
    float: left;
    padding: 0 5px 0 0;
    width: 628px;
    font-weight: bold;
}

.PickUp_Standard .info_link,
.NewsList_Standard .info_link
{
    float: left;
    width: 85px;
}

.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: 5px 0 0;
    text-align: right;
    width: 100px;
}

.NewsList_Standard .ParentBack
{
    display: block;
    float: right;
    font-size: 12px !important;
    padding: 0;
    width: 100px;
}

.NewsList_Standard .Contents
{
    float: left;
    width: 730px;
}
/* ==== 背景デザイン 中央カラム設置タイプ5 End ==== */


/* ==== 背景デザイン 中央カラム設置タイプ6 Start ====
・Eカレンダー_標準 (EventCal_Standard)
・Eリスト_標準 (EventList_Standard)
*/

.EventCal_Standard,
.EventList_Standard
{
    float: left;
    font-size: small;
    margin: 0 0 10px;
    padding: 0;
    width: 730px;
}

.EventCal_Standard .outside_h,
.EventList_Standard .outside_h
{
    background: url("../Images/calendar_h2.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 3px;
    width: 730px;
}

.EventCal_Standard .outside_b,
.EventList_Standard .outside_b
{
    background: url("../Images/calendar_bg2.gif") repeat-y;
    float: left;
    width: 730px;
    padding-top:3px;
}

.EventCal_Standard .outside_f,
.EventList_Standard .outside_f
{
    background: url("../Images/calendar_f2.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 3px;
    margin: 0 0 5px;
    width: 730px;
}

.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: 520px;
}

.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;
}

.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: 0px;
    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
{
    background: url("../Images/outside2_b.gif") repeat-y;
    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
{
    background: url("../Images/outside2_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 2px;
    margin: 0;
    width: 200px;
}

.LmenuV_icon .Fix_header2,
.LmenuV_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/outside2_bg.gif") no-repeat right top;
    float: left;
    color: #005312; /*#221914;*/
    font-size: 105%; /*medium*/
    font-weight: bold;
    margin: 0;
    padding: 5px 5px 2px 10px; /*2px 15px 4px 15px;*/
    width: 185px; /*170px;*/
}


.TbmenuV_Layer .Fix_header2
{
    background: url("../Images/outside2_bg.gif") no-repeat right top;
    float: left;
    color: #005312; /*#221914;*/
    font-size: 105%; /*medium*/
    font-weight: bold;
    margin: 0;
    padding: 5px 0px 2px 5px; /*2px 15px 4px 15px;*/
    width: 195px; /*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: 200px;
}

.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: url("../Images/inside2_b.gif") repeat-y;
    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
{ 
    background: url("../Images/inside2_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 4px;
    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;
}
/* ==== 背景デザイン 左右カラム設置タイプ End ==== */


/* ==== 背景デザイン 左右カラム設置タイプ2 Start =================
・書リスト_トピックス(TOP) (ItemList_Topic)
*/

.ItemList_Topic
{
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .outside_h
{
    background: url("../Images/outside_topic_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .outside_b
{
    background: url("../Images/outside_topic_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .outside_f
{
    background: url("../Images/outside_topic_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 4px;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .outside_b h2
{
    background: url("../Images/outside_topic_bg.gif") no-repeat right top;
    color: #FFFFFF;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 2px 15px 4px;
    width: 150px;
}

.ItemList_Topic .inside_b
{
    background: url("../Images/inside_topic_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .inside_f
{
    background: url("../Images/inside_topic_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 180px;
}

.ItemList_Topic .inside_b .Contents
{
    background: url("../Images/inside_topic_bg.gif") no-repeat left top;
    margin: 0;
    padding: 0 10px;
    width: 160px;
}

/*例外処理*/
.ItemList_Topic .Fix_topics_list a
{
    font-size: small;
    padding: 0 0 0 15px;
    text-decoration: none;
}

.ItemList_Topic .Fix_topics_list img
{
    padding: 0 6px 2px 0;
}
/* ==== 背景デザイン 左右カラム設置タイプ2 End ================= */


/* ==== 背景デザイン 左右カラム設置タイプ3 Start =================
*/

#LeftPane .Item_Standard_Title,
#RightPane .Item_Standard_Title
{
    float: left;
    margin: 0 0 5px;
    padding: 0;
    width: 180px;
}


#LeftPane .Item_Standard_Title .outside_h,
#RightPane .Item_Standard_Title .outside_h
{
    background: url("../Images/outside_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    width: 180px;
}

#LeftPane .Item_Standard_Title .outside_b,
#RightPane .Item_Standard_Title .outside_b
{
    background: url("../Images/outside_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

#LeftPane .Item_Standard_Title .outside_f,
#RightPane .Item_Standard_Title .outside_f
{
    background: url("../Images/outside_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 2px;
    margin: 0;
    width: 180px;
}

#LeftPane .Item_Standard_Title h2,
#RightPane .Item_Standard_Title h2
{
    background: url("../Images/outside_bg.gif") no-repeat right top;
    border: none;
    color: #221914;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 2px 15px;
    width: 150px;
}

#LeftPane .Item_Standard_Title .inside_h,
#RightPane .Item_Standard_Title .inside_h
{
    background: url("../Images/inside_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 180px;
}

#LeftPane .Item_Standard_Title .inside_b,
#RightPane .Item_Standard_Title .inside_b
{
    background: url("../Images/inside_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

#LeftPane .Item_Standard_Title .inside_f,
#RightPane .Item_Standard_Title .inside_f
{ 
    background: url("../Images/inside_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 180px;
}

#LeftPane .Item_Standard_Title .inside_b .Contents,
#RightPane .Item_Standard_Title .inside_b .Contents
{
    margin: 0;
    padding: 1px 6px;
    text-align: left;
    width: 168px;
}
/* ==== 背景デザイン 左右カラム設置タイプ3 End ================= */


/* ==== リストデザイン1 縦：アイコンタイプ Start =================
・Lメニュー縦型_アイコン(LMenuV_icon)
・Tメニュー縦型_アイコン (TabMenuV_Standard) 
・リンクリスト_標準 (LinkList_Standard)
・ブログ用カテゴリリスト_標準 (BlogCategory_Standard)
・ブログ用月別アーカイブ_標準 (BlogNewMonth_Standard)
・ブログ用最新コメント_標準 (BlogNewComment_Standard)
・ブログ用最新記事_標準 (BlogNewItem_Standard)
*/

.LmenuV_icon ul,
.TbmenuV_Standard ul,
#LeftPane .LinkList_Standard ul,
#RightPane .LinkList_Standard ul,
.BCategory_Standard ul,
.BlogNewMonth_Standard ul,
.BlogNewComment_Standard ul,
.BlogNewItem_Standard ul
{
    margin: 0;
    padding: 2px 7px 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 4px 7px;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 20px;
    text-align: left;
    width: 161px;
}

.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 li a,
.LMenuV_Standard2 li a
{
    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.gif") no-repeat left bottom #FEFEFE;
    border-bottom: 1px solid #D9D9D9;
    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: 695px;
}

.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
{
    margin: 0;
    padding: 2px 1px 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 5px 4px;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 20px;
    text-align: left;
    width: 173px;
}

.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;
}
/* ==== リストデザイン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;
}

.LMenu_Standard .litop a,
.LinkList_Horizontal .litop a.titleLink
{
    background: none;
    padding: 2px 5px 2px 0px;
}
/* ==== リストデザイン5 横：セパレートタイプ End ==== */


/* ==== リストデザイン6 横：アイコンタイプ Start =================
・Lメニュー横型_枠付き (LMenu_HorizontalFrame)
・リンクリスト横型_標準 (LinkList_Horizontal
*/

.LMenu_HorizontalFrame ul,
.LinkList_HorizontalFrame ul
{
    background: url("../Images/contents_bg.gif") no-repeat left bottom;
    float: left;
    margin: 0;
    padding: 5px 10px;
}

.LMenu_HorizontalFrame li,
.LinkList_HorizontalFrame li
{
    background: url("../Images/icon.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: 5px 0 0;
    width: 738px;
}

.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: 728px
}

.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: 550px;
}

.PickUp_Switching li
{
    width: 540px;
}
/* ==== リストデザイン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: #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,
.modoru a:link,
.outside_b h2 a:link
{
    text-decoration: none;
}

li a:visited,
.modoru a:visited,
.outside_b h2 a:visited
{
    text-decoration: none;
}

li a:hover,
.modoru a:hover,
.outside_b h2 a:hover
{
    text-decoration: underline;
}

li a:active,
.modoru 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: #E6FAC3 !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 ==== */


/* === スマートフォン用CSS === */
/*スマートフォンでオン*/
.smarton
{
    display: none !important;
    speak: none;
}

/*スマートフォンでオフ*/
.smartoff
{
}



}
@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);*/
    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;
}

/* == 大枠 == */
/* == システムメニュー == */
/* == ヘッダー == */
/* == 中間ペイン群 == */
/* == 左ペイン幅 == */
/* == 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,
.B_PickUpDiv_Sub .MTitleBlock_self_h2
{
    background: url("../Images/h2.gif") no-repeat right bottom #FEFEFE;
    border: 1px solid #d9d9d9;
    border-bottom: 2px solid #FF989C;
    border-top:1px solid #FF989C;
    border-left:1px solid #FF989C;
    border-right:1px solid #FF989C;
    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.gif") no-repeat -1px top #FFE6E7;
    border-bottom: 1px solid #FF989C;
    border-top:1px solid #FF989C;
    border-left:1px solid #FF989C;
    border-right:1px solid #FF989C;
    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.gif") no-repeat -1px top #FFE6E7;
    border-bottom: 1px solid #FF989C;
    border-top:1px solid #FF989C;
    border-left:1px solid #FF989C;
    border-right:1px solid #FF989C;
    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.gif") no-repeat left top #FFE6E7;
    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.gif") no-repeat 13px 12px #FFFFFF;
    border-bottom: 1px solid #d9d9d9;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0 5px -5px;
    padding: 6px 0 4px 30px;
}
/* ==== 見出し End ==== */


.all_bottom
{
 padding:10px 0px;
}

dt
{
  font-size: 100%;
}

.reDropDownBody h2,
.reDropDownBody h3,
.reDropDownBody h4,
.reDropDownBody h5,
.reDropDownBody h6
{
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
}


/* === プリロード  ===*/

#preload, 
#preload *
{ 
 /*DISPLAY: none */
 display: inline;
 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: 'Courier New', 'ＭＳ ゴシック' , 'Osaka－等幅' , '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.rtf
{
    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;
*/
    text-shadow: 0px 2px 1px #FFF, 2px 0px 1px #FFF, 2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px 2px 1px #FFF, -2px 0px 1px #FFF, 0px -2px 1px #FFF, -2px -2px 1px #FFF, 2px 1px 1px #FFF, 1px 2px #FFF, -2px -1px 1px rgb(255, 255, 255), -1px -2px 1px rgb(255, 255, 255), -1px 2px 1px rgb(255, 255, 255), 2px -1px 1px rgb(255, 255, 255), -2px 1px 1px rgb(255, 255, 255), 1px -2px 1px rgb(255, 255, 255)
}


/* ==== 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
{
    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;
}

.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;
}

.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 0;
    padding: 0;
    width: 320px;
}

.LMenu_HorizontalFrame .outside_h,
.LinkList_HorizontalFrame .outside_h
{
/*    background: url("../Images/contents_sp_h.gif") no-repeat left bottom; */
    float: left;
    font-size: 1px !important;
    height: 0px;
    width: 320px;
}

.LMenu_HorizontalFrame .inside_b,
.LinkList_HorizontalFrame .inside_b
{
/*    background: url("../Images/contents_sp_b.gif") repeat-y; */
    border:1px solid silver;
    float: left;
    margin: 0;
    padding: 0;
    width: 318px;
}

.LMenu_HorizontalFrame .inside_f,
.LinkList_HorizontalFrame .inside_f
{
/*    background: url("../Images/contents_sp_f.gif") no-repeat left bottom; */
    float: left;
    font-size: 1px !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;
}

.ItemLink_Inquiry .outside_h,
.Questionnaire_Standard .outside_h
{
    float: left;
    font-size: 1px !important;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemLink_Inquiry .outside_b,
.Questionnaire_Standard .outside_b
{
    background: url("../Images/sp_toiawase_head.gif") no-repeat #DAEFB9;
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemLink_Inquiry .outside_f,
.Questionnaire_Standard .outside_f
{
    background: url("../Images/sp_toiawase_head_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 3px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemLink_Inquiry .inside_h,
.Questionnaire_Standard .inside_h
{
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemLink_Inquiry .inside_b,
.Questionnaire_Standard .inside_b
{
    background: url("../Images/sp_toiawase_body.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 5px 15px;
    width: 290px;
}

.ItemLink_Inquiry .inside_f,
.Questionnaire_Standard .inside_f
{
    background: url("../Images/sp_toiawase_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 3px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemLink_Inquiry h2,
.Questionnaire_Standard h2
{
    color: #000000;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 8px 10px 0;
    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 0 10px;
    padding: 0;
    width: 320px;
}

.PickUp_Standard .outside_h,
.NewsList_Standard .outside_h
{
/*
    background: 
      url("../Images/news_outside_sp_h.gif") 
      no-repeat left bottom;
    height: 5px;
*/
    float: left;
    font-size: 1px !important;
    height: 0px;
    width: 320px;
}

.PickUp_Standard .outside_b,
.NewsList_Standard .outside_b
{
/*
    background: 
      url("../Images/news_outside_sp_b.gif") 
      repeat-y left center;
*/
    float: left;
    padding: 0;
    width: 320px;
}

.PickUp_Standard .outside_f,
.NewsList_Standard .outside_f
{
/*
    background: 
      url("../Images/news_outside_sp_f.gif") 
      no-repeat left bottom;
    height: 3px;
*/
    float: left;
    font-size: 1px !important;
    height: 0px;
    width: 320px;
}

.PickUp_Standard .inside_b,
.NewsList_Standard .inside_b
{
    float: left;
    padding: 0 1px;
    width: 318px;
}

.PickUp_Standard .inside_f,
.NewsList_Standard .inside_f
{
    float: left;
    font-size: 1px !important;
    height: 3px;
    width: 320px;
}

.PickUp_Standard h2,
.NewsList_Standard .outside_b h2
{
/*
    background: 
      url("../Images/news_outside_sp_bg.gif") 
      no-repeat left top;
    color: #2D2825;
    width: 310px;
    padding: 3px 0 3px 10px;
*/
    background: 
      url("../Images/h2.gif") 
      no-repeat right bottom;
    border: 1px solid #FF989C;
    color: #000;
    float: left;
    font-size: medium;
    margin: 0;
    padding: 13px 0px 12px 10px;
    width: 308px;
}

.PickUp_Standard .info_title
{
    float: left;
    font-weight: bold;
    padding: 0 5px 0 0;
    width: 243px;
}

.PickUp_Standard .info_link
{
    float: left;
    width: 60px;
}

.NewsList_Standard .info_title
{
    float: left;
    font-weight: bold;
    padding: 0;
    width: 300px;
}

.NewsList_Standard .info_link
{
    display: none;
}

.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
{
    background: url("../Images/sp_calendar_h.gif") no-repeat left bottom;
    font-size: 1px !important;
    height: 4px;
    width: 320px;
}

.EventCal_Standard .outside_b,
.EventList_Standard .outside_b
{
   background: url("../Images/sp_calendar_bg.gif") repeat-y;
    float: left;
    width: 320px;
    padding-top:3px;
}

.EventCal_Standard .outside_f,
.EventList_Standard .outside_f
{
    background: url("../Images/sp_calendar_f.gif") no-repeat scroll left bottom;
    float: left;
    font-size: 1px !important;
    height: 4px;
    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;
    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
{
/*    background: url("../Images/outside2_sp_h.gif") no-repeat left bottom; */
    float: left;
    font-size: 1px !important;
    height: 0px;
    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
{
/*    background: url("../Images/outside2_sp_b.gif") repeat-y; */
    background-color:#9DD65F;
    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
{
    background: url("../Images/sp_menu_green_head_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 6px;
    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: url("../Images/sp_menu_green_head_body.gif") no-repeat right top;
    color: #221914;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 5px 5px 2px 10px;
    width: 305px;
}

.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: url("../Images/sp_menu_green_body.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 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
{ 
    background: url("../Images/sp_menu_green_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 3px;
    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
{
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemList_Topic .outside_h
{
    background: url("../Images/outside_topic_sp_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemList_Topic .outside_b
{
    background: url("../Images/outside_topic_sp_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemList_Topic .outside_f
{
    background: url("../Images/outside_topic_sp_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 4px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemList_Topic .outside_b h2
{
    background: url("../Images/outside_topic_sp_bg.gif") no-repeat right bottom;
    color: #FFFFFF;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 2px 15px 4px;
    width: 290px;
}

.ItemList_Topic .inside_b
{
    background: url("../Images/inside_topic_sp_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemList_Topic .inside_f
{
    background: url("../Images/inside_topic_sp_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 320px;
}

.ItemList_Topic .inside_b .Contents
{
    background: url("../Images/inside_topic_sp_bg.gif") no-repeat left top;
    margin: 0;
    padding: 0 10px;
    width: 300px;
}

/*例外処理*/
.ItemList_Topic .Fix_topics_list a
{
    font-size: small;
    padding: 0 0 0 15px;
    text-decoration: none;
}

.ItemList_Topic .Fix_topics_list img
{
    padding: 0 6px 2px 0;
}
/* ==== 背景デザイン 左右カラム設置タイプ2 End ================= */


/* ==== 背景デザイン 左右カラム設置タイプ3 Start =================
*/

#LeftPane .Item_Standard_Title,
#RightPane .Item_Standard_Title
{
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

#LeftPane .Item_Standard_Title .outside_h,
#RightPane .Item_Standard_Title .outside_h
{
    background: url("../Images/outside2_sp_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    width: 320px;
}

#LeftPane .Item_Standard_Title .outside_b,
#RightPane .Item_Standard_Title .outside_b
{
    background: url("../Images/outside2_sp_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

#LeftPane .Item_Standard_Title .outside_f,
#RightPane .Item_Standard_Title .outside_f
{
    background: url("../Images/outside2_sp_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 2px;
    margin: 0;
    width: 320px;
}

#LeftPane .Item_Standard_Title h2,
#RightPane .Item_Standard_Title h2
{
    background: url("../Images/outside2_sp_bg.gif") no-repeat right top;
    border: medium none;
    color: #221914;
    float: left;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 2px 15px 4px;
    width: 290px;
}

#LeftPane .Item_Standard_Title .inside_h,
#RightPane .Item_Standard_Title .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;
}

#LeftPane .Item_Standard_Title .inside_b,
#RightPane .Item_Standard_Title .inside_b
{
    background: url("../Images/inside2_sp_b.gif") repeat-y;
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
}

#LeftPane .Item_Standard_Title .inside_f,
#RightPane .Item_Standard_Title .inside_f
{ 
    background: url("../Images/inside2_sp_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 320px;
}

#LeftPane .Item_Standard_Title .inside_b .Contents,
#RightPane .Item_Standard_Title .inside_b .Contents
{
    margin: 0;
    padding: 1px 7px;
    text-align: left;
    width: 306px;
}
/* ==== 背景デザイン 左右カラム設置タイプ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
{
    margin: 0;
    padding: 2px 7px 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 9px 10px;
    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 5px;
} 

.LMenuV_Standard li,
.LMenuV_Standard2 li,
.LinkList_Standard li,
.LinkList_Standard2 li
{ 
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LMenuV_Standard li a,
.LMenuV_Standard2 li a,
.LinkList_Standard li a.titleLink,
.LinkList_Standard2 li a.titleLink
{
    background: url("../Images/simple_icon1.gif") no-repeat 7px 10px;
    display: block;
    float: left;
    margin: 0;
    padding: 2px 5px 2px 20px;
}

.LMenuV_Standard li a,
.LMenuV_Standard2 li a
{
    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;
}

/* 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.gif") no-repeat left bottom #FEFEFE;
    border-bottom: 1px solid #D9D9D9;
    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
{
    margin: 0;
    padding: 2px 2px 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: 291px;
}

.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;
}
/* ==== リストデザイン4 縦：階層タイプ4 End ==== */


/* ==== リストデザイン5 横：セパレートタイプ Start =================
・Lメニュー横型_標準 (LMenu_Standard)
・リンクリスト横型_標準 (LinkList_Horizontal)
*/

.LMenu_Standard ul,
.LinkList_Horizontal ul
{
    float: left;
    margin: 0;
    padding: 0 5px;
    width: 310px;
}

.LMenu_Standard li,
.LinkList_Horizontal li
{
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LMenu_Standard a,
.LinkList_Horizontal a.titleLink
{
    background: url("../Images/sep.gif") no-repeat left 6px;
    display: block;
    list-style-type: none;
    padding: 2px 5px 2px 10px;
    text-align: left;
    float: left;
}

.LMenu_Standard .litop a,
.LinkList_Horizontal .litop a.titleLink
{
    background: none;
    padding: 2px 5px 2px 0px;
}
/* ==== リストデザイン5 横：セパレートタイプ End ==== */


/* ==== リストデザイン6 横：アイコンタイプ Start =================
・Lメニュー横型_枠付き (LMenu_HorizontalFrame)
・リンクリスト横型_標準 (LinkList_Horizontal
*/

.LMenu_HorizontalFrame ul,
.LinkList_HorizontalFrame ul
{
/*    background: url("../Images/contents_sp_bg.gif") no-repeat left bottom; */
    float: left;
    margin: 0;
    padding: 5px 10px;
}

.LMenu_HorizontalFrame li,
.LinkList_HorizontalFrame li
{
    background: url("../Images/icon.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
{
    float: left;
    margin: 0;
    padding: 5px 0 0;
    width: 320px;
}

.PickUp_Standard li,
.PickUp_Switching li,
.NewsList_Standard li
{
    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;
    width: 310px;
}

.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
{
    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: #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,
.modoru a:link,
.outside_b h2 a:link
{
    text-decoration: none;
}

li a:visited,
.modoru a:visited,
.outside_b h2 a:visited
{
    text-decoration: none;
}

li a:hover,
.modoru a:hover,
.outside_b h2 a:hover
{
    text-decoration: underline;
}

li a:active,
.modoru 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: #E6FAC3 !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
{
    margin: 0 5px;
}

.page_control img,
.ParentBack img
{
    margin: 0px 5px;
    vertical-align: middle;
}

.editLink
{
    float: left;
    position: relative;
}


/* ==== プロパティコントロール End ==== */

/* RSS処理 */
.rsslink img,
.RSSLink,
.RSSLink img
{
    display: none;
}

/* リスト行間 */
ul li a
{
    line-height: 1.8;
}

ul li a
{
    line-height: 1.8;
}

.Contents ul li a
{
    line-height: 1.4;
}


/* === スマートフォン用CSS === */
/*スマートフォンでオン*/
.smarton
{
}

/*スマートフォンでオフ*/
.smartoff
{
    display: none !important;
    speak: none;
}

/*テーブル調整用*/
.SmartWideTable
{
    width: 620px !important;
    background-color: #FFF;
}

/* 左右領域幅の半分幅のブロック */
.SmartColumn
{
    float: left;
    width: 160px;
    margin: 0;
    padding: 0;
}

.smart_w300
{
 width:300px!important;
}

.smart_w270
{
 width:270px!important;
}

/* CrossLanguage翻訳 */
#UrlTransHead
{
 width:320px !important;
}


}
@media print
{
body
{
background-color:white;
background-image:none;
}
}

/* メールホーム　確認用　*/
table.EditTitle,
table.confirm_table
{
width: 100% !important;
}

td.backlink
{
width: 30% !important;
}

td.submitbtn
{
width: 70% !important;
}