/*メイン 主要部
-------------------------------*/
#main DIV#col_chum {
  width: 480px;
  margin: 0 20px 0 0;
  float: left;
  background: #FFEE9E  url("../../img/note.png") 0 0 repeat-y;
}

#main DIV#col_chum DIV#xrea_ad {
  width: 480px;
  padding: 5px;
}

H2 IMG {
  width: 480px;
  margin: 5px 0 10px;
}

#main DIV#summary_txt {
  margin: 0 30px 10px;
  padding: 10px;
  line-height: 1.5em;
  background: #FFF;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity:0.8;
}

/*メイン フォーム
-------------------------------*/

#col_chum DIV#frm {
  margin: 0 54px;
  width: 372px;
  height: 300px;
  float: left;
  background: url("../img/chum.png") 0 0 no-repeat;
}

#col_chum TABLE#table_frm_1 {
  /*margin: 0 54px;*/
  width: 372px;
  border: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}

#col_chum TABLE#table_frm_2 {
  /*margin: 0 54px 120px;*/
  width: 372px;
  border: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}

#col_chum TD.frm_img {
  padding: 0;
  width: 120px;
  text-align: center;
}

#col_chum TD.frm_left {
  padding: 0;
  width: 172px;
  text-align: center;
}

#col_chum TD.frm_right {
  padding: 0;
  width: 60px;
  text-align: center;
  vertical-align: middle;
}

#col_chum TD.box_query {
  padding: 5px 0 0;
  width: 172px;
  text-align: center;
}

.dropdown,
.dropdown2 {
  border:1px solid #777;
  padding: 5px;
  color: #000;
  background: #fff;
  border-radius: 5px;

  /* Webkit */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eee),
    to(#fff)
  );
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #fff;

  /* Firefox */
  background: -moz-linear-gradient(
    top,
    #eee,
    #fff
  );
  -moz-border-radius: 5px;
  -moz-box-shadow: 1px 1px 1px #fff;

  /* IE */
  filter:progid:DXImageTransform.Microsoft.gradient
    (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
  zoom: 1;
}

.dropdown,
.dropdown2 {
  margin: 2px 0 2px 0;
  width: 172px;
}

.dropdown2 {
  /* Webkit */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#FDF19A),
    to(#fff)
    );

  /* Firefox */
  background: -moz-linear-gradient(
    top,
    #FDF19A,
    #fff
    );

  /* IE */
  filter:progid:DXImageTransform.Microsoft.gradient
    (startColorstr=#FFFDF19A,endColorstr=#ffffffff);
  zoom: 1;
}

.submit {
  border:1px solid #777;
  padding: 4px 10px;
  cursor: pointer;
  background: #F7B733;
  border-radius: 5px;

  /* Webkit */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#F7DB35),
    to(#F7B733)
  );
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #fff;

  /* Firefox */
  background: -moz-linear-gradient(
    top,
    #F7DB35,
    #F7B733
  );
  -moz-border-radius: 5px;
  -moz-box-shadow: 1px 1px 1px #fff;

  /* IE */
  filter:progid:DXImageTransform.Microsoft.gradient
    (startColorstr=#FFF7DB35,endColorstr=#FFF7B733);
  zoom: 1;
}


#btn_search,
#btn_query {
  height: 50px;
}

#btn_search {
  width: 60px;
}

#btn_query {
  width: 172px;
}

/*メイン フォーム（結果）
-------------------------------------*/
#col_chum  TABLE#table_result_1 {
  margin: 0 0 0 30px;
  width: 190px;
  border: 0px;
  border-collapse: collapse;
  table-layout: fixed;
  float: left;
}

#col_chum TH.result_photo {
  padding: 0;
  width: 190px;
  height: 28px;
  font-weight: bold;
  line-height: 28px;
  text-align: left;
  color: #183A6C;
  background: url("../img/bg_result_name.png")  0 0 no-repeat;
}

#col_chum TH.result_photo SPAN {
  margin-left: 24px;
}

#col_chum TD.result_photo {
  padding: 0;
  width: 190px;
  height: 148px;
  text-align: left;
  vertical-align : top;
  background: url("../img/bg_result_photo.png")  0 0 no-repeat;
}

#col_chum IMG.photo {
  margin: 0;
  float: left;
}

#col_chum DIV.caption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
}

#col_chum TABLE#table_result_2 {
  margin: 0;
  width: 230px;
  border: 1px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #FFF;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity:0.8;
}

#col_chum TABLE#table_result_2 TH.result_table_name,
#col_chum TABLE#table_result_2 TH.result_table_animal,
#col_chum TABLE#table_result_2 TH.result_table_point {
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  color: #183A6C;
  border-bottom: double #ccc;
}

#col_chum TABLE#table_result_2 TH.result_table_name {
  width: 90px;
}

#col_chum TABLE#table_result_2 TH.result_table_animal {
  width: 80px;
}

#col_chum TABLE#table_result_2 TH.result_table_point {
  width: 60px;
}

#col_chum TABLE#table_result_2 TD.result_table_name,
#col_chum TABLE#table_result_2 TD.result_table_animal,
#col_chum TABLE#table_result_2 TD.result_table_point {
  padding: 4px 0;
  text-align: center;
  color: #183A6C;
  border-top: solid 1px #ccc;

}

#col_chum TABLE#table_result_2 TD.navi_prev {
  padding: 4px;
  text-align: left;
  border-top: solid 1px #ccc;
}

#col_chum TABLE#table_result_2 TD.navi_next {
  padding: 4px;
  text-align: right;
  border-top: solid 1px #ccc;
}

#col_chum TABLE#table_result_2 TD.navi_sort {
  padding: 4px;
  text-align: center;
  border-top: solid 1px #ccc;
}

#col_chum A {
  color: #183A6C;
}

#col_chum A:hover {
  color: #B42828;
}

