﻿@charset "utf-8";

/* ================================
    CSS STYLES FOR i-SITE PORTAL
    v1.3, 2005/4/10
   ================================
  framestyle_hv
*/
/****************** フレーム用定義 ******************/
/* 画面の幅と各ペインの決定方法
　　※各ペイン間の余白は、それぞれのパディングで設定する。
    ※モジュールのない場合はLeftPane,ContentPane,RightPaneは消える。
    ※モジュールのない場合でもContentPaneかRightPaneのどちらかは残る。
スタイルHV用(Header領域が左端まであるもの)：portal_m.css適用後
+--BaseTable--
| 732px
|+--SystemMenu----------------------------------+
||                                              |
|+----------------------------------------------+
|+--HeaderPane----------------------------------+
||                                              |
|+----------------------------------------------+
|+--LeftPane---+--ContentPane---+--RightPane---+|
|| 160px       | padding-left   |              ||
||             | 10px           |              ||
||             |                |              ||
|+-------------+----------------+--------------+|
|+--FooterPane----------------------------------+
||                                              |
|+----------------------------------------------+
+-------------
*/

body  /*margin,paddingは上右下左の順*/
{
  margin: 0px 0px 0px 0px;
  background-color: white;
  font-family: 'ＭＳ Ｐゴシック', 'Osaka', 'Arial', sans-serif;
  font-size: medium;
  /*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:950px;
/*  padding: 0px 0px 0px 0px;*/
/*  background-image: url("../Images/grayback.gif");*/
}

/* == システムメニュー == */
#SystemMenu
{
/*  padding: 0px 0px 0px 0px;*/
}

/* == ヘッダー == */
#HeaderPane
{
/*  padding: 0px 0px 0px 0px;*/
}

/* == 左ペイン幅 == */
#LeftPane
{
  width:180px;
/*  padding: 0px 0px 0px 0px;*/
}

/* == MAIN(中央)ペイン == */
#ContentPane
{
width:570px; 
 padding: 0px 0px 0px 10px;
}

/* == 右ペイン == */
#RightPane
{
width:180px; 
  text-align:center;
/*  padding: 0px 0px 0px 0px;*/
}

/* == フッター == */
#FooterPane
{
/*  padding: 0px 0px 0px 0px;*/
}

/* 0000000.html */
/* CSS Document */

*{

}

#inquire {
	width:190px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0px;
	font-size: 10.5pt;
}
#inquire_top {
	background-image: url("../../../../Images/inquire_top.gif");
	background-repeat: no-repeat;
	background-position: top;
	height: 36px;
	width: 190px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
#inquire_center {
	background-image: url("../../../../Images/inquire_center.gif");
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin: 0px;
}
#inquire_bottom {
	background-image: url("../../../../Images/inquire_bottom.gif");
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.section{
	margin-bottom: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #66CC66;
	text-indent: 7px;
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
}
.section p{
	line-height: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.post{
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}
.post p{
	line-height: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.address{
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.address p{
	line-height: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.telT{
	margin-bottom: 5px;
}
.tel{
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.tel p{
	line-height: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.faxT{
	margin-bottom: 5px;
}
.fax{
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.fax p{
	line-height: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.mailT{
	margin-bottom: 5px;
}
.mail{
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.mail p{
	line-height: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

