/**
 * basic.css
 * scss: ../scss/basic.scss
 */
body {
  background: white url(../images/bg_wood.gif) fixed repeat center top;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.1em; }

/* 
 * link style
 */
a {
  color: #16ae5e;
  text-decoration: none;
  outline: none 0 !important; }
  a:link {
    color: #16ae5e;
    text-decoration: none; }
  a:visited {
    color: #16ae5e;
    text-decoration: none; }
  a:hover {
    color: #f6ab00;
    text-decoration: underline; }
  a:active {
    color: #f6ab00;
    text-decoration: underline; }
  a:hover img.hover {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60); }

/*
 * wrapper
 */
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto 0; }
  .ds #wrapper {
    width: 600px; }

/*
 * 	header
 */
#header .logo {
  text-align: center; }

#header h1 {
  text-align: center; }

/*
 * contents
 */
.contents {
  position: relative;
  margin-bottom: 50px; }
  .contents .top {
    height: 20px;
    background: url(../images/bg_thin_top.png) no-repeat center top; }
    .ds .contents .top {
      background: url(../images/reader/bg_thin2_top.png) no-repeat center top; }
  .contents .btm {
    height: 20px;
    background: url(../images/bg_thin_btm.png) no-repeat center bottom; }
    .ds .contents .btm {
      background: url(../images/reader/bg_thin2_btm.png) no-repeat center bottom; }
  .contents .mid {
    position: relative;
    background: url(../images/bg_thin_mid.png) repeat-y center top; }
    .ds .contents .mid {
      background: url(../images/reader/bg_thin2_mid.png) repeat-y center top; }

#form {
  width: 500px;
  margin: 0 auto;
  padding: 5px; }
  #form fieldset {
    margin: 25px 0;
    padding: 0;
    border: 0 none; }
    #form fieldset legend {
      margin: 0;
      padding: 0;
      font-weight: bold; }
    #form fieldset p {
      margin: 0; }
    #form fieldset .files input {
      width: 490px; }
    #form fieldset .name input {
      width: 490px; }
    #form fieldset .text textarea {
      width: 490px;
      height: 200px; }
    #form fieldset .selectedicon {
      float: left;
      padding-top: 5px;
      padding-right: 10px;
      width: 155px;
      letter-spacing: -0.4em; }
      #form fieldset .selectedicon h3 {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin: 0;
        padding: 0;
        font-size: 13px;
        letter-spacing: normal;
        color: #666666;
        padding-right: 5px; }
      #form fieldset .selectedicon .icon {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin: 0;
        padding: 0;
        border: 1px solid #CCCCCC;
        padding: 5px;
        margin-bottom: 5px;
        width: 82px;
        height: 87px;
        text-align: center;
        line-height: 87px;
        letter-spacing: normal;
        color: #CCCCCC; }
  #form ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    letter-spacing: -0.4em; }
    #form ul.icons li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      margin: 0;
      padding: 0;
      width: 55px;
      padding: 2px 0;
      text-align: center;
      letter-spacing: normal; }
      #form ul.icons li img {
        vertical-align: top; }
      #form ul.icons li:hover {
        opacity: 0.6;
        -moz-opacity: 0.6;
        -ms-filter: "alpha(opacity=60)";
        filter: alpha(opacity=60);
        cursor: pointer; }
      #form ul.icons li.current {
        background-color: #FED900; }
        #form ul.icons li.current img {
          opacity: 0.5;
          -moz-opacity: 0.5;
          -ms-filter: "alpha(opacity=50)";
          filter: alpha(opacity=50); }
        #form ul.icons li.current:hover {
          opacity: 1;
          -moz-opacity: 1;
          -ms-filter: "alpha(opacity=100)";
          filter: alpha(opacity=100);
          cursor: default; }
  #form .buttons {
    margin: 0;
    padding: 0;
    list-style-type: none;
    letter-spacing: -0.4em; }
    #form .buttons li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      margin: 0;
      padding: 0;
      letter-spacing: normal; }
      #form .buttons li.back {
        padding-left: 20px; }
      #form .buttons li.sendbutton:hover {
        opacity: 0.6;
        -moz-opacity: 0.6;
        -ms-filter: "alpha(opacity=60)";
        filter: alpha(opacity=60); }
  #form .alert {
    font-weight: bold;
    color: #FF0000;
    font-size: 13px; }

#footer {
  position: relative;
  padding-bottom: 50px; }
  #footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    letter-spacing: -0.4em;
    margin-bottom: 10px; }
    #footer ul li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      margin: 0;
      padding: 0;
      padding: 0 30px 0 0;
      margin: 0; }
      .ds #footer ul li.top {
        padding-top: 10px; }
  #footer .top {
    height: 20px;
    background: url(../images/bg_thin_top.png) no-repeat center top; }
    .ds #footer .top {
      background: url(../images/reader/bg_thin2_top.png) no-repeat center top; }
  #footer .mid {
    background: url(../images/bg_thin_mid.png) repeat-y center top; }
    .ds #footer .mid {
      background: url(../images/reader/bg_thin2_mid.png) repeat-y center top; }
  #footer .btm {
    height: 20px;
    background: url(../images/bg_thin_btm.png) no-repeat center bottom; }
    .ds #footer .btm {
      background: url(../images/reader/bg_thin2_btm.png) no-repeat center bottom; }
  #footer .copyright {
    font-size: 10px;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: gray; }
  #footer .char {
    position: absolute;
    top: -50px;
    right: 50px; }

.cap {
  font-size: 12px;
  color: gray; }

.hidden {
  visibility: hidden; }
