﻿/*----------------------------------------------------------------------------
レイアウトに関する定義
----------------------------------------------------------------------------*/
html
{
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    height: 95%;
    color: #000000;
    background-color: #ffffff;
    line-height: 120%;
}

a
{
    color: #0033cc;
    text-decoration: none;
}

a:hover
{
    color: #ff3333;
    text-decoration: underline;
}

form
{
    margin: 0px;
    padding: 0px;
    height: 100%;
}

h1
{
    font-size: 150%;
    font-weight: bold;
    margin: 0px;
    padding: 10px 0px 5px 10px;
    color: #000000;
    background-color: #eeeeff;
    border-top: solid 1px #0033cc;
    border-bottom: solid 1px #0033cc;
}

h2
{
    font-size: 120%;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
    padding: 0px 0px 5px 5px;
    border-bottom: solid 1px #0033CC;
    border-left: solid 10px #0033CC;
}

h3
{
    font-size: 120%;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
}

fieldset
{
    position: relative;
    padding: 10px;
    background-color: #fffaf0;
    
}

fieldset legend
{
    position: absolute;
    top: -10px;
    font-weight: bold;
    background-color: #fffaf0;
}


/*----------------------------------------------------------------------------
IMEの設定
----------------------------------------------------------------------------*/
.ime-auto
{
    ime-mode: auto;
    -ms-ime-mode: auto;
}

.ime-active
{
    ime-mode: active;
    -ms-ime-mode: active;
}

.ime-inactive
{
    ime-mode: inactive;
    -ms-ime-mode: inactive;
}

.ime-disabled
{
    ime-mode: disabled;
    -ms-ime-mode: disabled;
}


/*----------------------------------------------------------------------------
ヘッダ／フッタ部に関する定義
----------------------------------------------------------------------------*/
#header
{
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

#header img
{
    border-width: 0px;
}

#header .masterMenu
{
    border: 0px;
    padding: 0px 20px 0px 20px;
}

#header .masterMenu table
{
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#header .masterMenu .logoArea
{
}

#header .masterMenu .linkArea
{
    padding: 0px 0px 3px 0px;
}

#header .title
{
    font-size: 150%;
    font-weight: bold;
    white-space: nowrap;
}

#footer
{
    padding-bottom: 10px;
    font-size: 12px;
    color: #999999;
}

#language
{
  position: relative;
}

#language .lang
{
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 10px;
}

#language ul.langList{
    margin:0px;
    padding:0px;
    width:40px;
    font-size: 10px;
}

#language ul.langList li{
    float:left;
    margin:0px;
    padding:2px 5px 2px 5px;
    width:100%;
    text-align: center;
    white-space: nowrap;
    list-style-type: none;
}

#language ul.langList li a{
    text-decoration: none;
}

#language ul.langList li.selected a, ul.langList li.selected a:hover{
    text-decoration: none;
}

div.hr
{
    font-size: 5px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 5px;
    background-color: #0033cc;
}


/*----------------------------------------------------------------------------
コンテンツ部に関する定義
----------------------------------------------------------------------------*/
.separater
{
    background-color: #cccccc;
}

.loginLeftContent
{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 150%;
    vertical-align: top;
}

.loginRightContent
{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 150%;
    width: 100%;
    vertical-align: top;
}

#redirectLogin
{
    margin: 50px 0px 50px 0px;
    text-align: center;
}

#redirectLogin table
{
    margin-left: auto;
    margin-right: auto;
}

#redirectLogin table td
{
    text-align: center;
}

#redirectLogin .loginForm
{
    padding: 30px 20px 30px 20px;
    width: 500px;
    background-color: #eeeeff;
    border: solid 1px #0033cc;
}

#contents
{
    margin: 10px 20px 10px 20px;
    padding: 0px;
    height: 90%;
    line-height: 120%;
}

#loginContents
{
    margin: 0px 20px 0px 20px;
    padding: 0px;
    line-height: 120%;
}

#contentsMenu
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 180px;
    font-size: 12px;
    float: left;
}

#contentsMenu ul
{
    margin: 0px;
    padding: 0px;
}

#contentsMenu li
{
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style-type: none;
}

/* 画面遷移しない親ノードのスタイルを固定するための定義。IE7以降でのみ有効。 */
#contentsMenu ul.rootMenu li a:hover[href='#'], #contentsMenu ul.rootMenu li.selected a[href='#']
{
    font-weight: bold;
    display: block;
    margin: 0px;
    padding: 5px 5px 5px 15px;
    width: 160px;
    background: url(../images/navi.jpg) no-repeat top left;
    text-decoration: none;
    color: #000000;
}

#contentsMenu ul.rootMenu li a
{
    font-weight: bold;
    display: block;
    margin: 0px;
    padding: 5px 5px 5px 15px;
    width: 160px;
    background: url(../images/navi.jpg) no-repeat top left;
    text-decoration: none;
    color: #000000;
}

#contentsMenu ul.rootMenu li a:hover, #contentsMenu ul.rootMenu li.selected a
{
    font-weight: bold;
    margin: 0px;
    padding: 5px 5px 5px 20px;
    width: 155px;
    background: url(../images/navi_selected.jpg) no-repeat top left;
    text-decoration: none;
    color: #ff0000;
}

#contentsMenu ul.childMenu li a:hover, #contentsMenu ul.childMenu li.selected a
{
    font-weight: bold;
    display: block;
    margin: 0px;
    padding: 5px 0px 5px 25px;
    text-decoration: none;
    color: #ff0000;
    background: #ffffff;
}

#contentsMenu ul.childMenu li a
{
    font-weight: bold;
    display: block;
    margin: 0px;
    padding: 5px 5px 5px 25px;
    width: 150px;
    text-decoration: none;
    color: #000000;
    background: #eeeeff;
}

#contentsMain
{
    margin: 0px 0px 0px 200px;
    padding: 0px;
    height: 100%;
}

#contentsTitle
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#contentsBody
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#contentsLink
{
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

#contentsLink ul
{
    margin: 0px;
    padding: 0px;
}

#contentsLink li
{
    margin: 0px;
    padding: 5px;
    text-indent: 0px;
    list-style-type: none;
}

#footer
{
    clear: both;
    width: 100%;
}

/*----------------------------------------------------------------------------
テキストに関する定義（TODO: 削除予定）
----------------------------------------------------------------------------*/
.smalltext
{
    font-size: 10px;
    line-height: 150%;
}

.normaltext
{
    font-size: 12px;
    line-height: 150%;
}

.menutext
{
    font-size: 14px;
    line-height: 150%;
}

.titletext
{
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}

/*----------------------------------------------------------------------------
グリッドに関する定義
----------------------------------------------------------------------------*/
.required
{
    color: #ff0000;
}

.operation
{
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

.code
{
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.text
{
    text-align: left;
    vertical-align: top;
}

.date
{
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

.numeric
{
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

.required
{
    font-weight: bold;
    color: #ff0000;
}

table.unVisual th, table.unVisual td
{
    border: 0px;
    background-color: transparent
}

.description, .description span
{
    margin: 10px 5px 10px 5px;
    font-size: 90%;
    line-height: 150%;
}

table td.statusAlert
{
    background-color: #ff69b4;
}

table td.statusAttention
{
    background-color: #ffff00;
}

table td.statusNormal
{
}

table td.statusNotSupport
{
	background-color: #999999;
}

.configPanel
{
    padding: 20px;
    background-color: #ffffe0;
    border: solid 1px #cccccc;
}

.configPanel .ope
{
    margin: 10px 0px 0px 0px;
}

/*----------------------------------------------------------------------------
メッセージに関する定義
----------------------------------------------------------------------------*/
.errorMessage
{
    font-weight: bold;
    color: #ff0000;
    margin-top: 0px;
    list-style:disc;
}

.successMessage
{
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    list-style:disc;
}

.graphLoad
{
    position: relative;
    top: 150px;
    left: 200px;
    margin: 0 -20 0 -10;
    visibility: hidden;
}

table td.errorMessage
{
    font-weight: bold;
    color: #ff0000;
    margin-top: 0px;
}

div.resizable {
  width: 100% !important;
  heigt: auto;
}

#leftButton {
  top:40%;
  opacity:0.3;
  }

#rightButton {
  opacity:0.3;
  }
  
#bottomMenu {
  position: fixed;
  bottom:-80px;
  z-index: 100;
}


.transparent {
  background-color:#333333;
  opacity: 0.9;
  filter: alpha(opacity=90); /* ie 6 7 */
  -ms-filter: "alpha(opacity=90)"; /* ie 8 */
}

#switch
{
  position: fixed;
  bottom:0%;
  height:60px;
  width:100%;
}

.resizable {
  width: 100% !important;
  height:100%;
}

.actions, #filters th
{
	text-align: right;
}
.mode
{
	text-align:left;
}