﻿@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;*/
background-image: url("../Images/back_1.jpg ");
background-repeat: repeat-x;
font-size:medium
}

tt{
font-size:medium
}


button, checkbox, file, options, password, radio, select, reset, submit, text, textarea, A
{
  font-family: 'ＭＳ Ｐゴシック', 'Osaka', 'Arial', sans-serif;
}

/* == 大枠 == */
#BaseTable
{
  width:800px;
/*  padding: 0px 0px 0px 0px;*/
background-color: #fff;
margin:0px auto;
}


/* == システムメニュー == */
#SystemMenu
{
  width:800px;
/*  padding: 0px 0px 0px 0px;*/
}

/* == ヘッダー == */
#HeaderPane
{
/*  padding: 0px 0px 0px 0px;*/
}

/* == 中間ペイン群 == */
#Middle
{
  width:800px; /*枠表示用に+6px*/
  float:left;
}

/* == 左ペイン幅 == */
#LeftPane
{
  width:160px;
  float:left;
/*  padding: 0px 0px 0px 0px;*/
}

/* == MAIN(中央)ペイン == */
#ContentPane
{
  padding: 0px 0px 0px 10px;
  float:left;
}

/* == 右ペイン == */
#RightPane
{
  text-align:center;
  float:left;
/*  padding: 0px 0px 0px 0px;*/
}

/* == フッター == */
#FooterPane
{
  width:800px;
/*  padding: 0px 0px 0px 0px;*/
}

/****************** 主にシステム用定義 既定の情報はportal.css参照******************/

/* == 汎用文字 == */
.NormalTextSmall
{
}

.NormalText
{
}

.NormalTextMedium
{
}

/* == 小見出し用 == */
.ContentsSubTitle
{
}

/* == 反転タイトル == */
.EditTitleCaption
{
}

/* == エラー表示 == */
.Error
{
}

/* == 説明表示 == */
.NotesText
{
}

/* == 補助表示 == */
.SubText
{
}

/* == 文責表示 == */
.Responsibility
{
}

/* == BBSコード引用[quote]用 == */
.bbsquote
{
}

/* == BBSコードcode[code]用 == */
.bbscode
{
}

/* == 一覧表示ヘッダ用 == */
.SiteLink
{
}

/* == 顔文字等アイコン代替表示 等幅フォント== */
.Icon
{
}

/* == 文字列ボタン用 フォントサイズは固定 == */
.ButtonImage
{
}

/* == orangeTable == */
Table.orangeTable
{
}

/* == blueTable == */
Table.blueTable
{
}

