/********************************************************************/
/* ヘッダー部のスタイルシート                                       */
/*------------------------------------------------------------------*/
/* ページのヘッダー部のスタイルを定義します                         */
/*------------------------------------------------------------------*/
/* 著作権：ＷＩＮ株式会社      http://www.win.co.jp/                */
/********************************************************************/

#page_head {
  padding           : 0px 0px 0px 0px;
  height            : 118px;
  background-color  : black;
}
#page_head h1 {
  color             : #ff0000;
}
#page_head h2 {
  color             : #62240b;
}
#page_head #head_logo {
  float             : left;
  width             : 120px;
  height            : 118px;
  background        : url(/cmn/img/yakitorixwashu-yu_logo.gif)}
}
#page_head #head_logo h1 {
  width             : 120px;
  height            : 118px;
  text-indent       : -9999px;
}
#page_head #head_logo h1 a{
  display           : block;
  width             : 120px;
  height            : 118px;
  text-indent       : -9999px;
}
#page_head #head_logo h1 p{
  width             : 120px;
  height            : 118px;
  margin-top        : 10px;
  text-indent       : -9999px;
}
#page_head #head_baner {
  float             : left;
  width             : 80%;
  height            : 118px;
  color             : #ffffff;
/*  background        : url(/cmn/img/xxx.jpg)} */
}

#page_head #head_baner #head_navi {
  float             : left;
  width             : 70%;
  height            : 78px;
}
#page_head #head_baner #head_login {
  float             : right;
  width             : 10%;
  height            : 78px;
}
#page_head #head_baner #head_login a{
  color             : #ffffff;
}

#page_head #head_menu {
  clear             : both;
  float             : left;
  width             : 100%;
  height            : 40px;
}

