@charset "utf-8";
body {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    text-shadow: 1px 1px 0px #fff;
}

/* ======== htmlのリセット： 全体背景にドッド画像【 bg.gif】を使用。 行間を120％に設定 ======== */

html {
	background: url("../img3/bg.gif");
	line-height: 120%;
}


/* ======== a 要素のリセット： 文字装飾なし、文字色は黒に設定 ======== */

a {
    text-decoration: none;
	color: #000000;
}

/* ======== ｐ要素のリセット： 行間を150％、文字サイズを90%、文字色を濃灰色に設定 ======== */

p {
	line-height: 150%;
	font-size: 90%;
	color: #505050;
}


/* ======== ▼重要▼ floatの解除（<div class="cl"></div>で単独使用） ======== */

.cl {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

* html body{
    overflow: hidden;
}


div#headerArea {
    position: fixed !important;
   /* top: 0;
    left: 100;  */
    z-index: 5;
    width: 900px;
    height: 170px;
    margin: 0px auto;
    background-color: #ffffff;
}

div#space {
  margin-top: -170px; /* 見出しの位置をトップから下げる調整（固定領域外に小見出しを持ってくる処理）：固定ナビの高さ分のネガティブマージン */
  padding-top: 170px; /* 打ち消し用のパディング */
}

/* ====== トップ「百千鳥」ロゴ画像の配置  ========== */

.main_title {
   position: fixed;
   top: 20px;
   left: 300px;
   z-index: 10;
}

/* ======== トップ右側にリンクボタンの配置する ========= */

.global_menu {
   position: fixed;
   top: 70px;
   left: 700px;
   z-index: 10;
}

/* ======== トップリンクボタンを左から配置、間隔を右側15px開ける     ========= */

.global_menu li{
	float: left;
	margin: 0 15px 0 0;
}

/*
   *************************************************
   ******* ドロップメニューのスタイルシート ********
   *************************************************
*/

/* ======== メイン・メニューバーの設定 ======== */

#dropmenu{
  list-style-type: none;
  position: fixed;/* "relative" ==＞ここはfixedに変えたけど、本来は相対的な位置から以下のスタイルを設定する。=== */
  top: 110px;
  width: 900px;
  height: 40px;
  z-index: 10;
  margin: 0px auto 300px;"auto"  /*==＞ 左右方向に中央寄せ */
  padding: 0;
  background: #g0g0g0;

  border-top: 2px solid #c0c0c0;/* これから以下は上下線を描く設定 */
  border-bottom: 2px solid #c0c0c0;
  border-radius: 1px 1px 0 0;
}

/* ======== 横並びになるメインリスト【li】欄の設定 ======== */

#dropmenu li{

  z-index: 1;
  width: 16.6%;/* === このメニュー数は6個を予定しているので６等分ということ === */
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* ======== メインリスト欄の【文字】設定 ======== */

#dropmenu li a{
  display: block;/* "block" ==＞ aは本来インライン要素であるためいろんなスタイルを設定出来ない。
                    "block"を宣言することで文字の設定を多く書き込める。=== */
  margin: 0;
  padding: 9px 0 3px;
  color: #252525;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

/* ======== メインリスト欄【オンマウス時の文字変化】設定 ======== */

#dropmenu li:hover > a{
  background: #c0c0c0;
  color: #000000;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}

/* ======== 下展開する"子"メニューバーの設定 ======== */

#dropmenu li ul{
  list-style: none;
  position: relative;
  z-index: 2;
  width: 150px;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #000;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 8px 10px;
  background: #f0f0f0;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 26px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/* ====== 「私たちのこと」ロゴ画像の配置  ========== */

.title_logo {
   position: relative;
   top: 170px;
   left: 25px;

}

/* ======== 写真挿入 ======== */

.phtobox {
   position: relative;
   top: 30px;
   left: 25px;
   width: 580px;
}

/* ======== 本文の設定 ========  */
/* ======== 左欄（小タイトル）の文の設定 ======== */

.mbox1 {
	 position: relative;
         top: 170px;
         left: 25px;

           float: left;
	   width: 160px;
	   margin: 30px 0 0 0px;
	   line-height: 180%;
	   font-size: 14px;
	   color: #000000;
	   font-weight: bold;
           letter-spacing: 1px;

}

/* ======== 右欄（本文等）の文の設定 ======== */

.mbox2 {
	 position: relative;
         top: 170px;
         left: 25px;

           float: left;
	   width: 460px;
	   margin: 30px 0 0 30px;
	   line-height: 180%;
	   font-size: 12px;
	   color: #505050;
	   letter-spacing: 1px;
}

/* ======== 百千鳥ホームへロゴ挿入 ======== */

.phtobox2 {
   position: relative;
   top: 200px;
   left: 350px;
}

/* ======== ライン挿入 ======== */

.linebox {
   position: relative;
   top: 210px;
   left: 25px;
}





/* ======== 最下段のSince の配置と上線の設定 PHP"footer"で使用 ======== */

#footer {
	border-top: 3px solid #000000;
	text-align: center;
	padding: 10px 0 40px 0;
	font-family: Arial,Helvetica,sans-serif;
}
