
/*↓ここから「メイン上端」CSS　= #header = */
.shop_header_cart{
  margin: 0px;
  padding:0px;
  width: 800px;
  height:30px;

}#header_top{
  margin: 0px;
  padding:0px;
  width: 800px;
  height:67px;
}

#shop_logo{
  margin: 0px;
  padding:0px;
  float: left;
  width:159px;
  height: 61px;
}
#shop_logo h1{
  font-size: 1em;
  margin: 0;
  padding:0;
}

#menu_header_top{
  float: right;
  width: 517px;
  width: 480px;
  height: 25px;
  text-align: right;
  background: pink;
  background: #EBEBEB url('/images/basic/jpn/header/round.gif') no-repeat left bottom;

}

#header_middle{
  width: 800px;
  height: 32px;
  margin-top: 2px;
  clear: both;
  text-align:center;

}

#header_bottom0{
  width: 800px;
  height: 28px;
  background-color: #EBEBEB;
}

#header_bottom{
  width: 800px;
  height: 29px;
  margin-top: 1px;
}

#header_bottom{
  background-image: url('/images/shop_file/bravado/images/menu_bg2.gif');
}

/* 全ての要素をインライン化して１行表示 */
#header_bottom *{
  display: inline;
}

/* 文字列の縦方向中央表示 */
#header_shop_member_simple_info,
#header_main_msg,
#header_product_search{
  height: 29px;
  line-height: 29px;
}

/* 余白定義および位置指定 */
#header_shop_member_simple_info,
#header_main_msg{
  padding-left: 1em;
  float: left;
}
#header_product_search{
  padding-right: 1em;
  float: right;

}

/* 検索フォームの縦方向中央表示 */
#header_product_search img{
  margin-top: 4px;
}
#header_product_search form{
  vertical-align: 4px;
}

/* 検索フォームの余白定義 */
#header_product_search input,
#header_product_search img{
  margin-left: 3px;
}

/* 検索実行ボタンの画像表示 */
#header_product_search .submit input{
  width: 32px;
  height: 18px;
  border: none;
  background: url('/images/basic/jpn/navi/go.gif') no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}
/*↑ここまで「メイン上端」CSS　= #header = */


