*{
  margin: 0;
  padding: 0;
}
img{
  border: 0;
}
body{
  background-image: url(../../img/bg_base_01.gif);
  background-repeat: repeat-y;
}
br{
  clear: both;
}

/* -------------- header -------------- */
div#head{
  position: relative;
  width: 758px;
  height: 80px;
  border-top: 4px solid #D50000;
}
div#head a#logout{
  position: absolute;
  right: 5px;
  top: 10px;
}
div#head a#back_menu{
  position: absolute;
  right: 95px;
  top: 10px;
}

/* -------------- contents -------------- */
div#contents{
  position: relative;
  width: 758px;
  text-align: center;
}
div#contents h1{
  margin: 10px;
  width: 738px;
  font-size: 22px;
}
div#contents h2{
  margin: 10px 10px 0 10px;
  width: 738px;
  background-image: url(../../img/h2.gif);
  background-repeat: no-repeat;
  text-indent: 25px;
  line-height: 20px;
  text-align: left;
  font-size: 15px;
  color: #900;
}
div#contents h3{
  margin: 20px 20px 10px 20px;
  width: 718px;
  font-size: 14px;
  color: #222;
  text-decoration: underline;
  text-align: left;
}
div#contents p{
  margin: 10px 30px;
  width: 698px;
  color: #444;
  font-size: 13px;
  text-align: left;
  line-height: 140%;
}
div#contents p.small{
  width: 598px;
  margin: 30px 80px;
  line-height: 180%;
}
div#contents p.center{
  text-align: center;
}
div#contents p.right{
  text-align: right;
}

div#contents p.error{
  border: 1px solid #d00;
  background-color: #fdd;
  color: #d00;
}

div#contents p.bold{
  font-weight: bold;
}

div#contents p.menu{
  background-image: url(../../img/menu_bg.gif);
  color: blue;
}

div#contents table{
  text-align: left;
  margin: 5px 10px 30px 10px;
  width: 738px;
  font-size: 13px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
div#contents table tr th{
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  width: 140px;
  text-align: left;
  padding: 3px;
  color: #555;
}
div#contents table tr td{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px;
  color: #333;
}
div#contents table tr td span input{
  border: 1px solid #bbb;
  background-color: #fff;
  color: #333;
}

div#contents table tr.error th{
  border-top: 1px solid #d00;
  border-left: 1px solid #d00;
  border-bottom: 1px solid #d00;
  background-color: #fcc;
}
div#contents table tr.error td{
  border-top: 1px solid #d00;
  border-right: 1px solid #d00;
  border-bottom: 1px solid #d00;
  background-color: #fdd;
  color: #d00;
  line-height: 150%;
}

div#contents table.next{
  border: 0px;
}

div#contents table.next tr td{
  border: 0px;
}

div#contents table.detail th{
  background-color: #CCCCFF;
}

div#contents label{
  display: block;
  width: 250px;
  margin-bottom: 5px;
}
div#contents p label{
  display: inline;
  width: auto;
  margin-bottom: 0;
}

div#contents p#p_sendmail label{
  display: block;
  width: 250px;
  margin-bottom: 5px;
  float: left;
}

div#contents label.error{
  border: 1px solid #d00;
  background-color: #fdd;
  color: #d00;
}

div#contents table tr td span.error{
  color: #d00;
}
div#contents table tr td span.error input{
  border: 1px solid #d00;
  background-color: #fdd;
  color: #d00;
}

span.red{
  color: #f55;
  font-weight: bold;
  font-size: 14px;
}



.box_s{
  width: 350px;
  margin: 0px auto;
}

.box_m{
  width: 500px;
  margin: 0px auto;
  text-align: center;
}

.box_menu{
  width: 290px;
  margin: 0px auto;
  text-align: left;
}

.box_menu_center{
  width: 290px;
  margin: 0px auto;
  text-align: center;
}


/* -------------- footer -------------- */
#footer {
  clear: both;
  margin-top: 0px;
  width: 764px;
  background: #fff url(../../img/footer.gif) no-repeat left bottom;
  padding-bottom: 11px;
  padding-top: 23px;
  height: 43px;
}
#footer div {
  padding-right: 15px;
  padding-top: 5px;
}
#footer table {
  width: 460px;
  float: left;
}
#footer table th {
  width: 110px;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
  text-align: right;
  vertical-align: top;
  letter-spacing: -1px;
  padding-right: 5px;
  padding-top: 9px;
}
#footer table td {
  font-size: 11px;
  line-height: 14px;
  color: #666666;
  padding-left: 10px;
  padding-top: 9px;
}
#footer div {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  text-align: right;
}

/* -------------- class -------------- */
.center-button{
  padding: 0 14px; /* 左右のパディングを追加 */
  text-align: center; /* テキストを中央揃え */
}
.center-button2x{
  padding: 0 28px; /* 左右のパディングを追加 */
  text-align: center; /* テキストを中央揃え */
}
.center-button-variable{
  text-align: center; /* テキストを中央揃え */
}