﻿
/* ================================
    CSS for i-SITE PORTAL
    v2.0, 
   ================================
  framestyle_dhv
*/
/*スタイルHV用(Header領域が左端まであるもの)：portal_m.css適用後*/

body  /*margin,paddingは上右下左の順*/
{
  margin:0px;
  background: non white !important;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' , Verdana, 'ＭＳ Ｐゴシック', Osaka, Arial, sans-serif;
}

/* == MAIN(中央)ペイン == */
#Middle
{
  width: 860px !important; /*776px ContentPaneが200pxでRightPaneが570px、枠幅6px*/
}

#HeaderPane
{
  display:block;/*v2.5*/
}

#ContentPane
{
  width: 240px !important;/*190px;*/
  padding: 0px 0px 0px 10px;
}

#RightPane
{
  width: 600px !important;/*560px;*/
  text-align: left;
  padding: 0px 0px 0px 10px;
}

#FooterPane
{
  display:block;/*v2.5*/
}

/* == ヘルプ用 == */
.NormalTextMedium
{
  font-size: small;
  color: black;
}

.h-NormalTextMedium
{
  font-size: small;
  line-height: 140%;
  color: black;
}

.Responsibility a:link
{
  text-decoration: underline;
  color: #696969;
}

.Responsibility a:visited
{
  text-decoration: underline;
  color: #00008b;
}

.Responsibility a:hover
{
  text-decoration: underline;
  color: #8b0000;
}

.Responsibility a:active
{
  text-decoration: underline;
  color: #696969;
}

.img-margin
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.indent
{
  padding-left: 2em;
  text-indent: -1em;
}

TD
{
  line-height: 1.5;
}
