﻿@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--
| 1024px
|+--SystemMenu-----------------------------------+
||                                               |
|+-----------------------------------------------+
|+--HeaderPane-----------------------------------+
||                                               |
|+-----------------------------------------------+
|+--Middle---------------------------------------+
||+--LeftPane---+--ContentPane---+--RightPane---+|
||| 160px       | padding-left   |              ||
|||             | 10px           |              ||
|||             |                |              ||
||+-------------+----------------+--------------+|
|+-----------------------------------------------+
|+---FooterPane----------------------------------+
||                                               |
|+-----------------------------------------------+
+-------------
*/

body  /*margin,paddingは上右下左の順*/
{
  font-size: small;
  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:1024px;
  margin: 0px auto;
  padding: 0px;
/*  padding: 0px 0px 0px 0px;*/
/*  background-image: url("../Images/grayback.gif");*/
}


/* == システムメニュー == */
#SystemMenu
{
/*  width:1024px;  */
/*   padding: 0px 0px 0px 0px;*/
     padding: 0px ;
}

/* == ヘッダー == */
#HeaderPane
{
/*  padding: 0px 0px 0px 0px;*/
}

/* == 中間ペイン群 == */
/*#Middle
{
  width:1024px; */ /*枠表示用に+6px*/
/*  float:left;
}  */

/* == 左ペイン幅 == */
#LeftPane
{
  width:200px;
  float:left; 
  padding-left:15px; 
/*  padding: 0px 0px 0px 0px;*/
}

/* == MAIN(中央)ペイン == */
#ContentPane
{
    width:540px;    
   padding: 0px 15px 0px 15px;
   float:left; 
  
}

/* == 右ペイン == */
#RightPane
{
  width:200px; 
  float:left; 
  padding: 0px 0px 0px 0px;
}

/* == フッター == */
#FooterPane
{
/*  width:1024px;  */
/*  padding: 0px 0px 0px 0px;*/
}

#ft_address
{
      background:#d8d8d8;
}




/****************** 主にシステム用定義 既定の情報はportal.css参照******************/
#SystemMenu
{
  font-size: small;
}

/* == 汎用文字 == */
.NormalTextSmall
{
}

.NormalText
{
}

.NormalTextMedium
{
}

/* == 小見出し用 == */
.ContentsSubTitle
{
}

/* == 反転タイトル == */
.EditTitleCaption
{
}

/* == エラー表示 == */
.Error
{
}

/* == 説明表示 == */
.NotesText
{
}

/* == 補助表示 == */
.SubText
{
}

/* == 文責表示 == */
.Responsibility
{
}

/* == BBSコード引用[quote]用 == */
.bbsquote
{
}

/* == BBSコードcode[code]用 == */
.bbscode
{
}

/* == 一覧表示ヘッダ用 == */
.SiteLink
{
}

/* == 顔文字等アイコン代替表示 等幅フォント== */
.Icon
{
}

/* == 文字列ボタン用 フォントサイズは固定 == */
.ButtonImage
{
}

/* == orangeTable == */
Table.orangeTable
{
}

/* == blueTable == */

#ContentPane table{
  border-color:gray;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

#ContentPane th{
  border-color:gray;
  border-width: 1px;
}

#ContentPane td {
  border-color:gray;
  border-width: 1px;
}


#header ul{
     LIST-STYLE: none;
}

#header li{
     LIST-STYLE: none;
}

h2.tophead
{
    background: #d5d5d5;;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 5px 0px 5px 7px;
    color:black;
}


h1.SubPageTitle1
{
    width:96%;
    margin-left:10px;
    padding:12px 10px 10px;
}
    
.contentName
{
    width:96%;
    margin-left:10px;
    margin-bottom: 1.5em;
    padding:2px 10px;
    background:#f3f3f3;
    color:black;
}



h2.subhead{
    margin-bottom: 5px;
    padding: 4px 10px;
    border: 1px solid  #d9d9d9;
    background: #ffffd9;
    color:black;
}

Table.blueTable
{
}

H1
{
  font-size:medium;
  font-weight: bold;
  color: black;
  margin: 2px;
  margin-bottom: 8px;
  padding:10px 0px 5px 10px;
  height:auto;
}

H2
{
  font-size: small;
  font-weight: bold;
  color: black;
  margin: 2px;
  padding:10px 0px 10px 10px;
  margin-bottom: 3px;
  height:auto;
}

#ContentPane H3
{
  font-size: small;
  height:auto;
  margin-bottom: 0.5em;
  padding: 3px 5px;
  border: 1px solid #d9d9d9;
  font-weight: bold;
  color: #960;
  background-color:white;
}



p{
    font-size: small;
}


/*    お問い合わせ　*/
.RefAdd
{
    clear: both;
    border: 3px solid #d9cdae;
    margin-top: 1em;
    margin-bottom: 1em;
}

.RefAddFram
{
    LINE-HEIGHT: 150%;
    padding:5px 0px 5px 10px;
    word-break:break-all;
}

.RefAdd h2
{
    padding: 5px 10px;
    border-bottom: 1px solid #d9cdae;
    font-weight: bold;
    background: #ffae5f;
}
    

