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

#main DIV#col_aisho 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;
}

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

.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;
}

.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;
}

.dropdown,
.dropdown2 {
  margin: 0 0 5px 0;
  width: 162px;
}

.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;
}

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

#btn_search {
  width: 60px;
}

/*メイン フォーム（相性チェック）
---------------------------------*/

#col_aisho TABLE#table_frm_1 {
  margin: 0 30px;
  width: 420px;
  border: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}

#col_aisho TABLE#table_frm_2 {
  margin: 0 30px 120px;
  width: 420px;
  border: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}

#col_aisho TH.frm_left,
#col_aisho TD.frm_left {
  padding: 0 10px 0 0;
  width: 162px;
  text-align: center;
}

#col_aisho TH.frm_mid,
#col_aisho TD.frm_mid {
  padding: 0;
  width: 68px;
  text-align: center;
}

#col_aisho TH.frm_right,
#col_aisho TD.frm_right {
  padding: 0 0 0 10px;
  width: 162px;
  text-align: center;
}


#col_aisho TD.box_query {
  padding: 0;
  width: 420px;
  text-align: center;
}

#col_aisho IMG.blank_img {
  width: 69px;
  height: 20px;
}

/*メイン フォーム（相性チェック結果）
-------------------------------------*/

#col_aisho  TABLE#table_result_1 {
  margin: 0 30px;
  width: 420px;
  border: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}

#col_aisho TABLE#table_result_2 {
  margin: 0 30px 120px 30px;
  width: 420px;
  border: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}

#col_aisho TABLE#table_result_2 TD {
  padding: 10px;
  line-height: 1.5em;
  background: #FFF;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity:0.8;
}

#col_aisho TABLE#table_result_2 TD SPAN {
  color: #183A6C;
  font-weight: bold;
}

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

#col_aisho TH.result_right {
  background: url("../img/bg_result_name_right.png")  0 0 no-repeat;
}

#col_aisho TH.result_left SPAN,
#col_aisho TH.result_right SPAN {
  margin-left: 24px;
}

#col_aisho TH.result_left SPAN A,
#col_aisho TH.result_right SPAN A {
  color: #183A6C;
  font-weight: bold;
  text-decoration: none;
}

#col_aisho TH.result_left SPAN A:hover,
#col_aisho TH.result_right SPAN A:hover {
  text-decoration: underline;
}


#col_aisho TD.result_left,
#col_aisho TD.result_right {
  padding: 0;
  width: 190px;
  height: 132px;
  text-align: left;
  vertical-align: top;
  background: url("../img/bg_result_photo_left.png")  0 0 no-repeat;
}

#col_aisho TD.result_right {
  background: url("../img/bg_result_photo_right.png")  0 0 no-repeat;

}

#col_aisho TH.result_mid {
  padding: 0;
  width: 40px;
  height: 28px;
}

#col_aisho TD.result_mid {
  padding: 0;
  width: 40px;
  height: 132px;
  background: url("../img/bg_result_photo_mid.png")  0 0 no-repeat;
}

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

#col_aisho DIV.caption {
  margin: 10px 0 0;
}
