﻿@charset "utf-8";

/* 
  framestyle_New
*/

body  /*margin,paddingは上右下左の順*/
{
  margin: 0px 0px 0px 0px;
  padding: 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("../css/New_ch/bg_sp.jpg");*/
  /* background-image: url("../css/New_ch/bg_su.jpg");*/
  /*background-image: url("../css/New_ch/bg_at.jpg");*/
  /*background-image: url("../css/New_ch/bg_wi.jpg");*/
  background-color:#fff5f7;
  font-size: small;
  line-height:1.3;
}

button, checkbox, file, options, password, radio, select, reset, submit, text, textarea, A
{
  font-family: 'ＭＳ Ｐゴシック', 'Osaka', 'Arial', sans-serif;
}

/* == 大枠 == */
#BaseTable
{
  width:950px;
}

/* == システムメニュー == */
#SystemMenu
{
  width:950px;
}

/* == ヘッダー == */
#HeaderPane
{
  width:950px;
}

/* == 中間ペイン群 == */
#Middle
{
  width:950px;
  float:left;
}

/* == 左ペイン幅 == */
#LeftPane
{
  width:0px;
  float:left;
}

/* == MAIN(中央)ペイン == */
#ContentPane
{
  width:950px;
  float:left;
}

/* == 右ペイン == */
#RightPane
{
  width:0px;
  text-align:center;
  float:left;
}

/* == フッター == */
#FooterPane
{
  width:950px;
}

.Contents h2,
.HTMLEditorContainer h2
{
  background:transparent url(../Images/h2_bg.gif) no-repeat left bottom;
  color:#000000;
  font-size:medium;
  font-weight:bold;
  height:auto;
  line-height:1.2em;
  margin:0px 0px 5px 0px;
  padding:5px 2px 10px 35px;
}

.Contents h3,
.HTMLEditorContainer h3
{
  background:transparent url(../Images/h3_bg.gif) no-repeat left bottom;
  color:#000000;
  font-size:small;
  font-weight:bold;
  height:auto;
  line-height:1.2em;
  margin:0px 0px 5px 0px;
  padding:10px 2px 7px 25px;
}

.Contents h4,
.HTMLEditorContainer h4
{
  background:transparent url(../Images/h4_bg.gif) no-repeat left bottom;
  color:#000000;
  font-size:small;
  font-weight:bold;
  height:auto;
  line-height:1.2em;
  margin:0px 0px 5px 0px;
  padding:5px 2px 5px 25px;
}

.Contents h5,
.HTMLEditorContainer h5
{
  background:transparent url(../Images/h5_bg.gif) no-repeat left bottom;
  color:#000000;
  font-size:small;
  font-weight:normal;
  height:auto;
  line-height:1.2em;
  margin:0px 0px 5px 0px;
  padding:10px 2px 5px 25px;
}

.Contents h6,
.HTMLEditorContainer h6
{
  background:transparent url(../Images/h6_bg.gif) no-repeat left bottom;
  color:#000000;
  font-size:small;
  font-weight:normal;
  height:auto;
  line-height:1.2em;
  margin:0px 0px 5px 0px;
  padding:5px 2px 5px 25px;
}


/* === 印刷用対応 ===*/
.h1_mod 
{
 font-size: 26px;
 font-weight: bold;
}

.EditModuleTitle
{
  font-size: small;
  color: white;
  background-color: #2e578b;
  padding-top: 1px;
}

p
{
  margin:0px;
  padding:2px;
}

/* ===　エラーページ　=== */


.err_page .Item_b_tf
{
width:950px;
}

.err_page .Item_b_tf .HeaderBg
{
background: url(../Images/950_h.gif) no-repeat left center;
height:7px;
padding:0px;
margin:0px;
  font-size:1px !important;
}

.err_page .Item_b_tf .Contents
{
background: url(../Images/950_bg.gif) repeat-y left;
height:auto;
padding: 0px 7px;
margin:0px;
}

.err_page .Item_b_tf .FooterBg
{
background:transparent url(../Images/950_b.gif) no-repeat left center;
height:7px;
margin-bottom:5px;
 font-size:1px !important;
}

.err_page .Item_b_tf h2
{
background:transparent url(../Images/h2_bg.gif) no-repeat scroll 0 0;
color: #000000;
font-size: medium;
font-weight: bold;
height: 40px;
line-height: 2.5;
margin: 0;
overflow: visible;
padding: 0 0 10px;
position: relative;
text-indent: 35px;
}

