﻿@charset "utf-8";

/* ================================
    CSS STYLES FOR i-SITE PORTAL
    v1.3, 2005/4/10
   ================================
  framestyle_dhv
*/
/****************** フレーム用定義 ******************/
/* 画面の幅と各ペインの決定方法
　　※各ペイン間の余白は、それぞれのパディングで設定する。
    ※モジュールのない場合はLeftPane,ContentPane,RightPaneは消える。
    ※モジュールのない場合でもContentPaneかRightPaneのどちらかは残る。
スタイルHV用(Header領域が左端まであるもの)：portal_m.css適用後
+--BaseTable--
| 732px
|+--SystemMenu-----------------------------------+
||                                               |
|+-----------------------------------------------+
|+--HeaderPane-----------------------------------+
||                                               |
|+-----------------------------------------------+
|+--Middle---------------------------------------+
||+--LeftPane---+--ContentPane---+--RightPane---+|
||| 160px       | padding-left   |              ||
|||             | 10px           |              ||
|||             |                |              ||
||+-------------+----------------+--------------+|
|+-----------------------------------------------+
|+---FooterPane----------------------------------+
||                                               |
|+-----------------------------------------------+
+-------------
*/

body  /*margin,paddingは上右下左の順*/
{
  margin: 0px 0px 0px 0px;
  font-family: 'ＭＳ Ｐゴシック', 'Osaka', 'Arial', sans-serif;
  /*font-family: 'ＭＳ ゴシック', 'Osaka－等幅', 'Courier New', 'Courier', monospace;*/
  /*font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'Times New Roman', 'Times', serif;*/
  /*font-family: 'ＭＳ 明朝', '平成明朝', 'Courier New', 'Courier', monospace;*/
  /*font-family: 'Arial', 'Helvetica', sans-serif;*/
  /*font-family: 'Courier New', 'Courier', monospace;*/
  /*font-family: 'Times New Roman', 'Times', serif;*/
  /*font-family: cursive;*/
  /*font-family: fantasy;*/
}

button, checkbox, file, options, password, radio, select, reset, submit, text, textarea, A
{
  font-family: 'ＭＳ Ｐゴシック', 'Osaka', 'Arial', sans-serif;
}

/* == 大枠 == */
#BaseTable
{
/*  width:732px;*/
  width:950px;

/*  padding: 0px 0px 0px 0px;*/
/*  background-image: url("../Images/grayback.gif");*/
}


/* == システムメニュー == */
#SystemMenu
{
/*  width:732px;*/
  width:950px;
/*  padding: 0px 0px 0px 0px;*/
}

/* == ヘッダー == */
#HeaderPane
{
/*  padding: 0px 0px 0px 0px;*/
}

/* == 中間ペイン群 == */
#Middle
{
/*  width:738px; */
  width:950px; /*枠表示用に+6px*/
  float:left;
}

/* == 左ペイン幅 == */
#LeftPane
{
  width:190px;
  float:left;
/*  padding: 0px 0px 0px 0px;*/
}

/* == MAIN(中央)ペイン == */
#ContentPane
{
/*  width:562px;*/
  width:560px;
/*  padding: 0px 0px 0px 10px;*/
  float:left;
}

/* == 右ペイン == */
#RightPane
{
  width:200px;
  text-align:center;
  float:left;
/*  padding: 0px 0px 0px 0px;*/
}

/* == フッター == */
#FooterPane
{
/*  width:732px;*/
  width:950px;
/*  padding: 0px 0px 0px 0px;*/
}

a:hover
{
  color:#8B0000;
}

