﻿/* ==
  基準用CSS STYLES FOR i-SITE PORTAL 
== */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html
{
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video
{
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls])
{
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden], template
{
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a
{
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover
{
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1
{
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark
{
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup
{
    top: -0.5em;
}

sub
{
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr
{
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea
{
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"]
{
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled]
{
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"]
{
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"]
{
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend
{
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

td, th
{
    padding: 0;
}

/*normalize.cssここまで*/

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"], input[type="image"]
{
    margin: 2px;
}

input[type="image"]
{
    margin: 0px;
    cursor: pointer; /* 3 */
}

button[disabled], html input[disabled]
{
    color: #666;
}

body
{
    font-size: small;
    padding: 0px;
    line-height: 1.2;
}

/*normal table citizen voice*/
.Item_normal td, .Item_normal th
{
    padding: 3px;
}

/* IEのバグ対策につき不用意に変更してはいけません。 */
/* ↓↓ ここから ↓↓ */
/* IE Win & Mac Dumy \*/
table
{
    /*    height: 0px;　テーブルウィザードのキャンセルボタンが出ない*/
}


* html .BodyDef
{
    height: 1%;
}
/* IE Win & Mac Dumy */
/* ↑↑ ここまで ↑↑ */

#BaseTable, #SystemMenu, #HeaderPane, #LeftPane, #CRPaneTd, #ContentPane, #RightPane, #FooterPane
{
    border: none 0px transparent;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

/*** 一般、システム共用定義 ***/
#BaseTable
{
    position: relative;
}


/*移動部分*/

/* v2.14用追記 */
table.ModuleTitleTable
{
    width: 95%;
}

/* 通常リンク */
a:link
{
    text-decoration: underline;
    color: black;
}

a:visited
{
    text-decoration: underline;
    color: #00008b;
}

a:hover
{
    text-decoration: underline;
    color: #8b0000;
}

a:active
{
    text-decoration: underline;
    color: black;
}

/* GENERIC */
p
{
    margin: 2px;
    padding: 2px;
}

img
{
    border-width: 0px;
}

h1, h2, h3, h4, h5, h6, dt
{
    color: #666644;
    margin: 2px;
    padding: 2px;
    height: auto;
}

h1
{
    font-size: xx-large;
    font-weight: normal;
    margin-bottom: 8px;
}

h2
{
    font-size: x-large;
    font-weight: normal;
    margin-bottom: 7px;
}

h3
{
    font-size: large;
    font-weight: normal;
    margin-bottom: 6px;
}

h4
{
    font-size: medium;
    font-weight: bold;
    margin-bottom: 5px;
}

h5, dt
{
    font-size: small;
    font-weight: bold;
    margin-bottom: 4px;
}

h6
{
    font-size: x-small;
    font-weight: bold;
    margin-bottom: 3px;
}

dir, menu
{
    font-size: small;
    margin-bottom: 3px;
}

address
{
    font-size: x-small;
}

tfoot, thead
{
    font-size: small;
    color: #333; /*#666644;*/
}

small
{
    font-size: xx-small;
}

big
{
    font-size: xx-large;
}

pre
{
    font-size: small;
    padding-left: 5px;
    padding-bottom: 3px;
}

code, pre
{
    font-family: 'Courier New' , 'ＭＳ ゴシック' , 'Osaka－等幅' , Courier , monospace;
    color: #606060;
}


ul
{
    list-style: square outside;
    margin-left: 2.0em;
    padding-left: 0em;
}

ul ul
{
    list-style: disc outside;
}

ul ul ul
{
    list-style: circle outside;
}

ol
{
    list-style: decimal outside;
    margin-left: 2.0em;
    padding-left: 0em;
}

ol ol
{
    list-style: lower-alpha outside;
}

ol ol ol
{
    list-style: lower-roman outside;
}

/* HRは記載しないほうがよい */

/*** 主にシステム用定義 ***/
/* 汎用文字 */
.NormalTextSmall
{
    font-size: x-small;
    color: black;
}

.NormalText
{
    font-size: 88%;
    color: black;
}

.NormalTextMedium
{
    font-size: small;
    color: black;
}

.NormalTextLarge
{
    font-size: medium;
    color: black;
}

/* 汎用テキストボックス */
.NormalTextBox
{
    font-size: small;
}

/* 小見出し用 */
.ContentsSubTitle
{
    font-size: small;
    color: #8c4600;
}

.DlgTable
{
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 1px;
    font-size: small; /*100%;*/
    background-color: #fff;
}

table.DlgTable td, table.DlgTable th, .DlgTable table:not(.rcSingle) td, .DlgTable table:not(.rcSingle) th
{
    height: 100%;
    vertical-align: top; /*middle;*/
    padding: 5px !important;
}

table.DlgTable2 td, table.DlgTable2 th, .DlgTable2 table:not(.rcSingle) td, .DlgTable2 table:not(.rcSingle) th
{
    padding: 2px !important;
}

table.DlgTable td.DlgCaption, table.DlgTable th.DlgCaption, .DlgTable table:not(.rcSingle) td.DlgCaption, .DlgTable table:not(.rcSingle) th.DlgCaption
{
    vertical-align: top;
}

/*.DlgTable Table .SiteLink*/
table.DlgTable .SiteLink
{
    color: white;
    background-color: #265082; /*#8b4513;*/
}

/*.DlgTable Table .SiteLink a:link, .DlgTable Table .SiteLink a:visited, .DlgTable Table .SiteLink a:hover, .DlgTable Table .SiteLink a:active*/
table.DlgTable .SiteLink a:link, table.DlgTable .SiteLink a:visited, table.DlgTable .SiteLink a:hover, table.DlgTable .SiteLink a:active
{
    text-decoration: underline;
    color: white;
}

td.SiteLink a:hover
{
    text-decoration: underline;
    color: #ffff99;
}

/*テーブル*/

/* 編集小見出し用 */
.EditCaption
{
    /*font部分はContentsSubTitle と同じにする*/
    vertical-align: top;
    font-size: small;
    color: #8c4600;
    border-bottom: 1px dotted #0871b5;
}

.DlgCaption
{
    /*    margin:0px 0px 0px 10px;     display:inline-block;*/
    background-color: #e6e6e6;
    color: #333; /*    width:25%;*/
}

.DlgTitle
{
    color: white;
    background-color: #444;
    text-align: center;
}

.DlgCommand a:link, .DlgCommand a:visited, .DlgCommand a:hover, .DlgCommand a:active
{
    margin:5px;
    color:Black;
    border: 1px solid #707070;
    padding:5px 15px 5px 15px;
    background-color:#E8E8E8;
    text-decoration:none;
    display:inline-block;
}

/* 編集汎用文字 */
.EditContent
{
    /*font部分はNormalTextMediumと同じにする*/
    vertical-align: top;
    font-size: small;
    color: black;
    border-bottom: 1px dotted #0871b5;
}

.DlgContent, .DlgContent>td
{   /*>tdはDetailsView用*/
    /*font部分はNormalTextMediumと同じにする*/ /*`    margin:0px 10px 1px 1px;     display:inline-block;*/
    border: 1px solid #ddd;
    color: black;
    margin-left: 1px;
    margin-bottom: 1px;
}

/* 反転タイトル */
.EditTitleCaption
{
    font-size: medium;
    color: white;
    background-color: #265082; /*#2c78b1;*/
}

.EditTitleCaption h3
{
    font-size: medium;
    margin: 0px;
    padding: 0px;
    color: white;
}

/* 編集時モジュールタイトル */
.EditModuleTitle
{
    display: none;
}

/* エラー表示 小文字始まりも入れる*/
.Error, .error, .validation, .AdminTopMessage
{
    /*    font-size: small;*/
    color: #dc143c;/*#da0000;red; crimson; */
}

/*警報メッセージ*/
.AlertMessage
{
	color: #dc143c;
	font-weight: bold;
}

/*期間を過ぎた場合*/
.Past, .past
{
    /*    font-size: small;*/
    color: red; /*crimson; */
}

/*期間を来ていない場合*/
.Future, .future
{
    /*    font-size: small;*/
    color: blue; /*crimson; */
}

/* 文字コードエラー表示 */
.CodeError, .CodeErrorFloat
{
    border: solid 1px black;
    color: black;
    background-color: #ffff66;
    margin: 2px;
    padding: 2px;
}

.CodeErrorFloat
{
    /*    float: left;v2.5*/
}

/* 動作状態表示 */
.RunningStatus
{
    font-size: small;
    color: #003399;
}

/* 説明表示 */
.NotesText
{
    font-size: 90%; /* 75%　x-small;*/
    color: #003399;
    display: inline-block;
}

.ExplainText
{
    font-size: 90%; /* 75%　x-small;*/
    color: purple;
}

/* 反転説明表示 */
.ReverseNotes
{
    font-size: x-small;
    color: white;
    background-color: #003399;
    margin: 0px 2px;
    padding: 0px 2px;
    letter-spacing: 1px;
}

/* 補助表示 */
.SubText
{
    font-size: small;
    color: gray;
}

/* 無効表示 */
.DisableText
{
    font-size: small;
    color: #aca899;
}

/* 文責表示 */
.Responsibility
{
    font-size: x-small;
    color: gray;
}

/* BBSコード引用[quote]用 */
.bbsquote
{
    font-size: small;
    color: gray;
}

/* BBSコードcode[code]用 */
.bbscode
{
    font-size: x-small;
    color: #708090;
}

/*jquery ui tooltip用*/
.ui-tooltip
{
    z-index: 40003;
}

/* 一覧表示ヘッダ用 */


/* 顔文字等アイコン代替表示 等幅フォント */
.Icon
{
    font-family: 'Courier New' , 'ＭＳ ゴシック' , 'Osaka－等幅' , Courier , monospace;
    font-weight: normal;
    font-size: x-small;
    color: black;
}

a.Icon:link
{
    text-decoration: none;
    color: black;
}

a.Icon:visited
{
    text-decoration: none;
    color: black;
}

a.Icon:hover
{
    text-decoration: none;
    color: black;
}

a.Icon:active
{
    text-decoration: none;
    color: black;
}

/* コマンドリンク文字列用 */
.CommandButton
{
    font-weight: normal;
    font-size: small; /*x-small;*/
    color: black;
    padding: 2px;
    display: inline-block;
}

a.CommandButton:link
{
    text-decoration: underline;
    color: #8b0000;
}

a.CommandButton:visited
{
    text-decoration: underline;
    color: #8b0000;
}

a.CommandButton:hover
{
    text-decoration: underline;
    color: red;
}

a.CommandButton:active
{
    text-decoration: underline;
    color: #8b0000;
}

/* 文字列ボタン用 フォントサイズは既定値 */
.ButtonImage
{
    font-family: 'メイリオ' , Meiryo, 'Hiragino Kaku Gothic Pro' , 'ヒラギノ角ゴ Pro W3' , Verdana, Arial, 'ＭＳ Ｐゴシック' , Osaka, sans-serif;
    font-weight: normal;
    color: black; /*  font-size: 12px;   line-height: 14px;*/
    cursor: pointer;
}

.ButtonImage.left
{
    display: block;
    float: left;
}

.ButtonImage.right
{
    margin-right: 40px;
    display: block;
    float: right;
}

/* 基本文字色 */
.ForeColor
{
    color: black;
}


.ui-state-default.EditTitle
{
    border: 1px solid #666;
    background-color: #555;
    background-image: none;
    font-weight: bold;
    margin: 5px 0px;
    padding: 5px 5px 2px 5px;
}

.ui-state-default.EditTitle h3
{
    color: #EEE;
    display: inline-block;
    margin: 3px;
    padding: 0px;
    vertical-align: top;
}

.ui-state-default.EditTitle img
{
    padding: 5px;
}

.ui-corner-all,.ui-corner-top,.ui-corner-left, .ui-corner-tl
{
    border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr
{
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    border-bottom-right-radius: 4px;
}

/*テーブル portaltable.cssの出荷時の値と同じ*/
.orangeTable
{
}
.orangeTable tr.orangeTableHeaderRow
{
}
.orangeTable tr.orangeTableOddRow
{
}
.orangeTable tr.orangeTableEvenRow
{
}
.orangeTable tr.orangeTableFooterRow
{
}
.orangeTable tr.orangeTableHeaderRow td, .orangeTable tr.orangeTableHeaderRow th
{
    background: #ff8000;
    color: #000000;
    font-weight: bold;
}
.orangeTable th.orangeTableFirstCol, .orangeTable tr.orangeTableFooterRow th
{
    background: #ff8000;
    color: #000000;
    font-weight: bold;
}
.orangeTable td.orangeTableHeaderFirstCol
{
    color: #ffffff;
}
.orangeTable td.orangeTableHeaderLastCol
{
    color: #ffffff;
}
.orangeTable td.orangeTableHeaderOddCol
{
    color: #ffffff;
}
.orangeTable td.orangeTableHeaderEvenCol
{
    color: #ffffff;
}
.orangeTable tr.orangeTableOddRow
{
    color: #000000;
    background-color: #ffffff;
}
.orangeTable tr.orangeTableEvenRow
{
    color: #000000;
    background-color: #fff4ea;
}
.orangeTable td.orangeTableFirstCol
{
}
.orangeTable td.orangeTableLastCol
{
}
.orangeTable td.orangeTableOddCol
{
}
.orangeTable td.orangeTableEvenCol
{
}
.orangeTable tr.orangeTableFooterRow
{
    background-color: #ffe1c3;
    color: #000000;
}
.orangeTable td.orangeTableFooterFirstCol
{
    border-top: solid gray 1.0pt;
}
.orangeTable td.orangeTableFooterLastCol
{
    border-top: solid gray 1.0pt;
}
.orangeTable td.orangeTableFooterOddCol
{
    border-top: solid gray 1.0pt;
}
.orangeTable td.orangeTableFooterEvenCol
{
    border-top: solid gray 1.0pt;
}

.blueTable
{
}
.blueTable tr.blueTableHeaderRow
{
}
.blueTable tr.blueTableOddRow
{
}
.blueTable tr.blueTableEvenRow
{
}
.blueTable tr.blueTableFooterRow
{
}
.blueTable tr.blueTableHeaderRow td, .blueTable tr.blueTableHeaderRow th
{
    background: #4278B3;
    color: #FFFFFF;
    font-weight: bold;
}
.blueTable th.blueTableFirstCol, .blueTable tr.blueTableFooterRow th
{
    background: #4278B3;
    color: #FFFFFF;
    font-weight: bold;
}
.blueTable td.blueTableHeaderFirstCol
{
}
.blueTable td.blueTableHeaderLastCol
{
}
.blueTable td.blueTableHeaderOddCol
{
}
.blueTable td.blueTableHeaderEvenCol
{
}
.blueTable tr.blueTableOddRow
{
    background-color: #ffffff;
    color: #000000;
    border-bottom-color: #4F81BD;
}
.blueTable tr.blueTableEvenRow
{
    background: #ECF1F7;
    color: #000000;
}
.blueTable td.blueTableFirstCol
{
    border-color: #4F81BD;
}
.blueTable td.blueTableLastCol
{
    border-color: #4F81BD;
}
.blueTable td.blueTableOddCol
{
    border-color: #4F81BD;
}
.blueTable td.blueTableEvenCol
{
    border-color: #4F81BD;
}
.blueTable tr.blueTableFooterRow
{
    color: #000000;
    background-color: #CFDDEC;
}
.blueTable td.blueTableFooterFirstCol
{
    border-color: #4F81BD;
}
.blueTable td.blueTableFooterLastCol
{
    border-color: #4F81BD;
}
.blueTable td.blueTableFooterOddCol
{
    border-color: #4F81BD;
}
.blueTable td.blueTableFooterEvenCol
{
    border-color: #4F81BD;
}

.purpleTable
{
}
.purpleTable tr.purpleTableHeaderRow
{
}
.purpleTable tr.purpleTableOddRow
{
}
.purpleTable tr.purpleTableEvenRow
{
}
.purpleTable tr.purpleTableFooterRow
{
}
.purpleTable tr.purpleTableHeaderRow td, .purpleTable tr.purpleTableHeaderRow th
{
    background-color: #7170A5;
    color: #ffffff;
}
.purpleTable th.purpleTableFirstCol, .purpleTable tr.purpleTableFooterRow th
{
    background-color: #7170A5;
    color: #ffffff;
}
.purpleTable td.purpleTableHeaderFirstCol
{
    color: #ffffff;
}
.purpleTable td.purpleTableHeaderLastCol
{
    color: #ffffff;
}
.purpleTable td.purpleTableHeaderOddCol
{
    color: #ffffff;
}
.purpleTable td.purpleTableHeaderEvenCol
{
    color: #ffffff;
}
.purpleTable tr.purpleTableOddRow
{
    color: #000000;
    background-color: #ffffff;
}
.purpleTable tr.purpleTableEvenRow
{
    color: #000000;
    background-color: #f1f1ff;
}
.purpleTable td.purpleTableFirstCol
{
}
.purpleTable td.purpleTableLastCol
{
}
.purpleTable td.purpleTableOddCol
{
}
.purpleTable td.purpleTableEvenCol
{
}
.purpleTable tr.purpleTableFooterRow
{
    color: #000000;
    background-color: #dbdbff;
}

/* 全体の内容 */
.Contents
{
    font-weight: normal;
    font-size: small;
}

/* コード等表示 等幅フォント */
.ProgramCode
{
    font-family: 'Courier New' , 'ＭＳ ゴシック' , 'Osaka－等幅' , Courier , monospace;
    font-weight: normal;
    font-size: small;
    color: #404040;
}

/* HTMLエディタの枠内や「テキストのスタイル」リスト用には.reContentAreaを付与します */
/* HTMLエディタの背景 */
.reContentArea
{
    background-image: none;
}

table .reBottomProperties
{
    border-collapse: separate;
}

/*編集時システムメニューのチェックツール用*/
.RadMenu .rmGroup .rmText
{
    padding: 0px 5px 0px 0px;
}

.RadMenu_Default .rmGroup
{
    background-color: white;
    background-image: none;
}

/* 掃除ペイン */
.EndClear
{
    clear: both; /*font-size: 0px;  IE6対応 */
    height: 0px; /* IE6対応 */
}

/* 音声ブラウザ用 */
.speak
{
    position: absolute;
    top: -9999px;
    left: -9999px;
    margin: 0;
    padding: 0;
    line-height: 0; /*font-size: 0; IE6対応*/
    width: 0;
    height: 0; /* IE6対応 */
}

/* 印刷用 */
.print_none
{
}

@media print
{
    .print_none
    {
        display: none !important;
    }

    .ModuleContent
    {
        outline: none !important;
    }
}
