@charset "UTF-8";
/* CSS Document */

*
{
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
}

html,
body
{
  width: 100%;
  text-align: center;
}

body
{
  font: normal normal normal 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /font-size: 85%; /* for IE6 + IE7 */
}

div.thanks_message
{
  margin: 2em 0;
}

div.field_head
{
  display: inline;
}

p
{
  line-height: 1.2;
  margin-bottom: .5em;
}

div#baseframe
{
  position: relative;
  width: 800px;
  margin: 0 auto;
  text-align: left;
  overflow-x: hidden;
}

/* header */
div.title,
div.header img
{
  display: inline-block;
  text-align: left;
}

div.header div.title
{
  padding: 1em;
  font-weight: bold;
}

/* menu */
div.menu
{
  position: relative;
  height: 34px;
  margin: 2em 0 0;
  padding: 0 21px;
  background: #f00 url( ../../img/form/casual/menu.png ) no-repeat 0 0;
  _background-image: url( ../../img/form/casual/menu.gif );
}
 div.menu ul.menu
  {
    position: relative;
    left: 50%;
    float: left;
  }
  div.menu ul.menu li
  {
    position: relative;
    left: -50%;
    float: left;
  }
  div.menu ul.menu li a
  {
    display: block;
    height: 26px;
    margin: 2px 1px;
    margin-right: 0;
    padding: 0 1em;
    float: left;
    line-height: 26px;
  }
    
  /* navi */
  div.navi
  {
    position: relative;
    margin: 1em 21px 1.5em;
  }
  div.navi ul.navi
  {
    position: relative;
    left: 50%;
    float: left;
  }
  div.navi ul.navi li
  {
    position: relative;
    left: -50%;
    float: left;
    height: 24px;
    padding: 0 1.5em;
    line-height: 24px;
    border: 2px solid #000;
  }
  div.navi ul.navi li.sep,
  div.navi ul.navi li.sep_on
  {
    padding: 0 25px;
    border: 0;
    background: #ddd url( ../../img/form/casual/sep.png ) repeat-x 0 50%;
    _background-image: url( ../../img/form/casual/sep.gif );
  }

/* info */
div.info
{
  padding: 1em;
}

/* block */
div.block
{
  clear: both;
  margin: 0 0 1em;
  padding-top: 12px;
  background: #000 url( ../../img/form/casual/round-t.png ) no-repeat left top;
  /width: 800px;
  _background-image: url( ../../img/form/casual/round-t.gif );
}
div.block div.block_foot
{
  padding-top: 12px;
  background: #000 url( ../../img/form/casual/round-b.png ) no-repeat left bottom;
  _background-image: url( ../../img/form/casual/round-b.gif );
}
div.block div.block_sep
{
  margin: 0 2px;
  padding: 12px 0 0;
  background: #fff;
}

/* form */
form div.field
{
  margin: 0 2px;
  /overflow: hidden;
  _overflow: visible;
}
  form div.field div.label,
  form div.field div.value
  {
    display: table-cell;
    vertical-align: middle;
    /float: left;
  }
  
  /* label */
  form div.field div.label
  {
    width: 210px;
    padding: .5em 1em;
    /margin-bottom: -300px;
    /padding-bottom: 300px;
  }
  form div.field div.label div.field_head
  {
    font-weight: bold;
  }
  form div.field div.label span.comment
  {
    display: block;
    clear: both;
  }
  
  /* value */  
  form div.field div.value
  {
    padding: 0 1em;
  }

  /* form label */
  form div.field div.value label
  {
    margin-right: .25em;
  }
  form div.field div.value label input
  {
    margin-right: .15em;
  }

  /* dl layout */
  form div.field div.value dl
  {
    margin: .5em 0;
  }
  form div.field div.value dt,
  form div.field div.value dd
  {
    float: left;
    line-height: 1.2;
  }
  form div.field div.value dt
  {
    width: 8em;
    padding-right: 1em;
  }
  form div.field div.value dd
  {
    padding: 0;
    margin: 0;
  }

  /* buttons */
  form div.buttons
  {
    margin: 2em 0;
  }
  form div.buttons input
  {
    width: 230px;
    height: 80px;
    padding: .5em;
    cursor: pointer;
    border: 0;
    line-height: 30px;
    background: url( ../../img/form/casual/btn.png ) no-repeat 0 0;
    _background-image: url( ../../img/form/casual/btn.gif );
  }

/* message */
div.message
{
  margin: 1em 6em 2em;
  padding: 1em;
  border: 2px dotted #ccc;
}

/* footer */
div.footer
{
  text-align: center;
}


/* Positioning */
*.center
{
  text-align: center;
}
*.left
{
  text-align: left;
}
*.right
{
  text-align: right;
}

.clear:after,
div.field:after
{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
  *.clear,
  div.field
  {
    min-height: 1px;
  }
  * html *.clear,
  * html div.field
  {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
  }




/* Font: 10px/77%, 12px/93%, 15px/116%, 18px/139% */
div.title,
div.thanks_message
{
  font-size: 185%;
}


*.comment,
div.footer p
{
  font-size: 77%;
}

*.prefix,
*.postfix
{
  font-size: 85%;
}

div.field_head
{
  font-size: 116%;
}

form div.buttons input
{
  font-size: 18px;
  font-weight: bold;
}

/* require */
span.require
{
display: inline-block;
width: 28px;
height: 13px;
vertical-align: -1px;
background: url( ../../img/form/require.gif ) no-repeat 0 center;
}

*:first-child+html span.require
{
  vertical-align: middle;
  position: relative;
  top: -1px;
  left: 1px;
}