﻿/* ----------------------------------------------
 基礎設定
---------------------------------------------- */
body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' , Verdana, Osaka, Arial, sans-serif;
    font-size: 88%;/*small;*/
    line-height:1.4; /*1.3*/
    background-color: #F3F0E9;
}

button, checkbox, file, password, radio, reset, submit, text, 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;
}

BLOCKQUOTE, Q
{
    font-family: 'ＭＳ ゴシック' , 'Osaka－等幅' , 'Courier New', 'Courier', monospace;
    color: #000000;
}


/* ----------------------------------------------
 見出し
---------------------------------------------- */
.HTMLEditorContainer h1:before
{
    content: "[h1はコンテンツ内で使用できません] ";
}

.HTMLEditorContainer h1,
.reDropDownBody h1,
.Contents h1
{
    font-size: large;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: line-through;
}

.HTMLEditorContainer h2,
.reDropDownBody h2,
.Contents h2
{
    background: #3b7960 url("../../../Images/bg_pa_004.png") repeat scroll 0 0;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 5px 0;
    padding: 10px 10px 10px 20px;
}

.HTMLEditorContainer h3,
.reDropDownBody h3,
.Contents h3
{
    border-bottom: 3px solid #3b7960;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0;
    padding: 9px 9px 7px 14px;
}

.HTMLEditorContainer h4,
.reDropDownBody h4,
.Contents h4
{
    border-bottom: 1px dashed #3b7960;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0;
    padding: 9px 9px 7px 14px;
}

.HTMLEditorContainer h5,
.reDropDownBody h5,
.Contents h5
{
    border-bottom: 3px solid #cccccc;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0;
    padding: 7px 10px 6px 11px;
}

.HTMLEditorContainer h6,
.reDropDownBody h6,
.Contents h6
{
    border-bottom: 1px dashed #cccccc;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0;
    padding: 7px 10px 6px 13px;
}


/* ----------------------------------------------
 大枠
---------------------------------------------- */
#pagetop,
#BaseTable
{
    margin: auto;
}


/* ----------------------------------------------
 システムメニュー
---------------------------------------------- */
#SystemMenu
{
}


/* ----------------------------------------------
 ヘッダー
---------------------------------------------- */
#HeaderPane
{
    margin: auto;
    width: auto;
}


/* ----------------------------------------------
 中間ペイン群
---------------------------------------------- */
#Middle
{
    margin: auto;
    width: 960px;
}


/* ----------------------------------------------
 左ペイン幅
---------------------------------------------- */
#LeftPane
{
    float: left;
}


/* ----------------------------------------------
 MAIN(中央)ペイン
---------------------------------------------- */
#ContentPane
{
    float: left;
}


/* ----------------------------------------------
 右ペイン
---------------------------------------------- */
#RightPane
{
    float: right;
}


/* ----------------------------------------------
 フッター
---------------------------------------------- */
#FooterPane
{
    margin: auto;
    width: auto;
}


/* ----------------------------------------------
 モジュール基礎設定
---------------------------------------------- */
.ModuleReference
{
    background: #ffffff;
    background: rgba(255, 255, 255, 1);
    margin: 0 auto 20px;
    padding: 0;
    position: relative;
}

#HeaderPane .ModuleReference,
#FooterPane .ModuleReference
{
    width: 960px;
    clear: both;
}

#ContentPane .ModuleReference
{
    width: 750px;
    clear: both;
}

#LeftPane .ModuleReference,
#RightPane .ModuleReference
{
    width: 200px;
    clear: both;
}

/* 共通モジュールタイトル */
.outside_b h2
{

    background: #3b7960 url("../../../Images/bg_pa_004.png") repeat;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 10px 10px 10px 20px;
    padding: 10px 10px 8px 15px;
}

/* リンク調整 */
.outside_b h2 a
{
    color: #ffffff;
}

.inside_b h2 a
{
    color: #ffffff;
}

a:hover
{
    text-decoration: none;
}


/* = 共通リスト = */
.inside_b ul,
.inside_b ul:not(.reToolBar)
{
    list-style: none none outside;
    margin: 0;
    padding: 10px;
}

.inside_b ol,
.inside_b ol:not(reToolItem)
{
    margin: 0;
    padding: 10px;
}

.inside_b li:not(reToolItem)
{
}

/*
.Contents li a,
.Contents li a:not(.reTool):not(.reDropdown),
.HTMLEditorContainer li a,
.HTMLEditorContainer li a:not(.reTool):not(.reDropdown)
{
    background: none;
    padding: 0px;
}
*/


.Menu_list li a,
.Menu_list li a:not(.reTool):not(.reDropdown)
{
    background: url("../../../Images/icon_menu_002.png") no-repeat 2px 5px;
    display: block;
    padding: 2px 0 2px 20px;
}


/* リスト系パーツ */
.ModuleReference .info_title
{
    padding-right: 30px;
}

.ModuleReference .info_link
{
    font-size: small;
    position: absolute;
    right: 10px;
}

.ModuleReference .info_link .RSSLink img
{
    padding: 1px 0 1px 10px;
    vertical-align: bottom;
}

.ModuleReference .modoru
{
    clear: both;
    margin: 0;
    padding: 0;
    text-align: left;
}

.ModuleReference .modoru a
{
    background: url("../../../Images/icon_return.png") no-repeat left center;
    display: inline-block;
    font-size: small;
    margin: 10px;
    padding: 0 0 0 20px;
}

.ModuleReference .ParentBack
{
    clear: both;
    margin: 0;
    padding: 0;
    text-align: right;
}

.ModuleReference .ParentBack a
{
    background: url("../../../Images/icon_return.png") no-repeat left center;
    display: inline-block;
    font-size: small;
    margin: 10px;
    padding: 0 0 0 20px;
}

.ModuleReference .page_control
{
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.ModuleReference .page_control .PrevList_Ltab
{
    background: url("../../../Images/b_lt.png") no-repeat right 8px;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 20px 5px 0;
}

.ModuleReference .page_control .PrevList_Rtab
{
    background: url("../../../Images/b_rt.png") no-repeat 5px 8px;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 0 5px 20px;
}


/* ----------------------------------------------
 HTML文書用
---------------------------------------------- */
.Contents
{
    font-size: 100%;
    padding: 10px;
}

.HTMLEditorContainer
{
    background-color: #ffffff !important;
    background-image: none !important;
    font-size: 100%;
}

/* HTML文書用 table */
.HTMLEditorContainer table.noborder,
.Contents table.noborder
{
    margin: 0px;
    border-color: transparent;
    border-width: 0px;
}

.HTMLEditorContainer table,
.HTMLEditorContainer table.fullborder, /* .noborderの子ノードで使用 */
.Contents table,
.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,
.HTMLEditorContainer table.fullborder td, /* .noborderの子ノードで使用 */
.HTMLEditorContainer table.fullborder th,
.Contents table td,
.Contents table th,
.Contents table.fullborder td,
.Contents table.fullborder th
{
    padding: 5px;
    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;
}


/* HTML文書用 list */
.Contents li,
.HTMLEditorContainer li
{
    margin: 0 0 0 13px;
}

.inside_b .Contents ul,
.HTMLEditorContainer ul
{
    list-style: none url("../../../Images/icon_list_001.png") outside;
}

.inside_b .Contents ul ul,
.HTMLEditorContainer ul ul
{
    list-style: none url("../../../Images/icon_list_002.png") outside;
    margin: 0 10px;
    padding: 0;
}

.inside_b .Contents ul ul ul,
.HTMLEditorContainer ul ul ul
{
    list-style: none url("../../../Images/icon_list_003.png") outside;
    margin: 0 10px;
}

.inside_b .Contents ol ol,
.HTMLEditorContainer ol ol
{
    margin: 0 10px;
}

.inside_b .Contents ol ol ol,
.HTMLEditorContainer ol ol ol
{
    margin: 0 10px;
}


/* 画像 */
.HTMLEditorContainer img,
.Contents img
{
    margin: 5px;
}


/* == メニュー系調整 == */
.TbmenuV_Standard .inside_b,
.TbmenuV_Layer .inside_b,
.LMenu_Standard .inside_b,
.LMenu_HorizontalFrame .inside_b,
.LMenuV_Layer .inside_b,
.LMenuV_SimpleIcon .inside_b,
.LMenuV_Standard .inside_b,
.LMenuV_Standard2 .inside_b,
.Program_FAQRank .inside_b
{
    border: 2px solid #3b7960;
}


/* == ブログ系調整 == */
.BCategory_Standard .inside_b,
.BlogNewMonth_Standard .inside_b,
.BlogNewComment_Standard .inside_b,
.BlogNewItem_Standard .inside_b
{
    border: 2px solid #3b7960;
}

.BlogNewComment_Standard .inside_b li a,
.BlogNewItem_Standard .inside_b li a
{
    display: inline-block !important;
}


/* == リンクリスト系調整 == */
.LinkList_Standard .inside_b,
.LinkList_Standard2 .inside_b,
.LinkList_HorizontalFrame .inside_b,
.LinkList_HorizontalImage .inside_b
{
    border: 2px solid #3b7960;
}


/* == ニュースリスト調整 == */
.PickUp_Standard .inside_b,
.PickUp_Switching .inside_b,
.NewsList_Standard .inside_b
{
    background: #ffffff url("../../../Images/bg_pickup.png") no-repeat right top;
    border: 4px solid #3b7960;
}


/* 見出し調整(メニュー利用のモジュールのみ) */
.TbmenuV_Standard .outside_b h2,
.TbmenuV_Layer .outside_b h2,
.LMenu_Standard .outside_b h2,
.LMenu_HorizontalFrame .outside_b h2,
.LMenuV_Layer .outside_b h2,
.LMenuV_Standard .outside_b h2,
.LMenuV_Standard2 .outside_b h2,
.BlogNewMonth_Standard .outside_b h2,
.BlogNewComment_Standard .outside_b h2,
.BlogNewItem_Standard .outside_b h2,
.BCategory_Standard .outside_b h2,
.LinkList_Standard .outside_b h2,
.LinkList_Standard2 .outside_b h2,
.LinkList_HorizontalFrame .outside_b h2,
.LinkList_HorizontalImage .outside_b h2,
.Program_FAQRank .outside_b h2
{
    background: #2b437f url("../../../Images/bg_pa_002.png") repeat;
}


/* ----------------------------------------------
 カスタム
---------------------------------------------- */
/* 編集アイコン */
.ListItem_Edit
{
    background: none !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ファイルアイコン */
a.pdf
{
    background-image: url("../images/share/pdficon_small.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

a.xls
{
    background-image: url("../images/share/excel_icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

a.xlsx
{
    background-image: url("../images/share/excel_icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

a.doc
{
    background-image: url("../images/share/winword_icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

a.docx
{
    background-image: url("../images/share/winword_icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

a.wmv
{
    background-image: url("../images/share/icon_wmv.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

a.map
{
    background-image: url("../images/share/map_icon.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 33px;
}

a.icon
{
    background-image: url("../images/share/arrow_green20.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-top: 5px;
}

a.video
{
    background: transparent url("../images/share/icon_imac24.png") no-repeat scroll left center;
    padding: 3px 0 3px 30px;
}

a.byEmail
{
    background: rgba(0, 0, 0, 0) url("../images/share/icon_mail.gif") no-repeat scroll 0 25%;
    padding: 5px 0 5px 25px;
}

a.odg
{
    background-image: url("../images/share/odg_s.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

a.odp
{
    background-image: url("../images/share/odp_s.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

a.ods
{
    background-image: url("../images/share/ods_s.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

a.odt
{
    background-image: url("../images/share/odt_s.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

img.or_icon
{
    display: inline-block;
    margin: 0 8px !important;
    padding: 0;
    vertical-align: middle;
}


/* 文責表示 */
.Responsibility
{
    font-size: small;
    color: gray;
}

/* 回り込み解除 */
.EndClear
{
    clear: both;
}

.clearselect
{
    display: none;
}

/* スマートフォン時表示 */
.smarton
{
    display: none !important;
}

/* 音声対応 */
.skip_menu
{
    display: block;
    position: absolute;
    top: -99999px;
}

a.skip_menu:active,
a.skip_menu:focus
{
    border-bottom: 2px solid #696969;
    color: #ffffff;
    min-width: 600px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 100%;
    z-index: 1000;
    top: 0px;
}

/* 切り替えボタン */
#smart_mode_change2
{
    display: none;
}

#smart_mode_change_block2
{
    text-align: center;
    background: #ffffff;
    border: 1px solid;
    margin: 10px auto;
    padding: 10px;
    width: 200px;
}

.inside_b ul.reToolBar
{
    padding: 3px;
}

.system_mes {
    margin: 30px 0 5px 0px !important;
    position: relative;
}
.system_mes_tg {
    background: rgba(0, 0, 0, 0) url("cm/isite_parts-list_down-menu.png") repeat scroll 90px 60px;
    height: 30px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 5px;
    width: 30px;
}
.system_mes_con {
    display: none;
}
#Middle .system_on {
    display: block;
}


@media print
{
body
{
    background-image: none;
}
}