/*************************************************
              メイン・企業・銘柄選択
*************************************************/

div#main_brand_select_start {
  position: absolute;
}

div#main_brand_select_start button {
  width: 194px;
  height: 23px;
  background-image: url(../images/brand_select_start_button.gif);
  background-repeat: no-repeat;
  cursor: pointer;
}

div#main_brand_select_start a {
  line-height: 150%;
}

div#main_brand_select_frame {
  position: relative;
  width: 590px;
  margin-bottom: 5px;
  border: solid 1px lightgrey;
  display: none;
}

div#main_brand_select_frame div#main_brand_select_title {
  position: relative;
  width: 590px;
  height: 23px;
  background-image: url(../images/brand_select_title.gif);
  background-repeat: no-repeat;
  display: none;
}

div#main_brand_select_frame button {
  cursor: pointer;
}

div#main_brand_select_form {
  position: relative;
  width: 100%;
  height: 28px;
  background-color: lightblue;
  display: none;
}

div#main_brand_select_form #main_brand_select_form_message {
   position: absolute;
   top: 8px;
   left: 5px;
   font-weight: bold;
}

div#main_brand_select_form input#main_brand_select_mail_address {
  position: absolute;
  top: 5px;
  right: 50px;
  padding: 0px 3px;
  border: 2px inset darkgray;
}

div#main_brand_select_form button {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 42px;
  height: 21px;
  background-image: url(../images/brand_select_form_button.gif);
  background-repeat: no-repeat;
}

div#main_brand_select_end {
  position: relative;
  width: 100%;
  height: 28px;
  background-color: lightblue;
  display: none;
}

div#main_brand_select_end #main_brand_select_end_message {
  position: absolute;
  top: 8px;
  left: 5px;
  font-weight: bold;
}

div#main_brand_select_end button {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 90px;
  height: 21px;
  background-image: url(../images/brand_select_end_button.gif);
  background-repeat: no-repeat;
}

div#main_brand_select_regist {
  position: relative;
  width: 100%;
  height: 28px;
  background-color: lightblue;
  display: none;
}

div#main_brand_select_regist #main_brand_select_regist_message {
  position: absolute;
  top: 8px;
  left: 5px;
  font-weight: bold;
}

div#main_brand_select_regist button {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 117px;
  height: 21px;
  background-image: url(../images/brand_select_regist_button.gif);
  background-repeat: no-repeat;
}

div#main_brand_select_error {
  position: relative;
  width: 100%;
  height: 28px;
  background-color: lightpink;
  display: none;
}

div#main_brand_select_error #main_brand_select_error_message {
  position: absolute;
  top: 8px;
  left: 5px;
  font-weight: bold;
}

div#main_brand_select_error button {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 42px;
  height: 21px;
  background-image: url(../images/brand_select_error_button.gif);
  background-repeat: no-repeat;
}
