a{
 text-decoration:none; 
 color:#999999; 
 background-color:#977889; 
 padding:1px 3px; }

a:hover { 
 text-decoration:none; 
 color:#313140; 
 background-color:#999999;}

a:active { 
 text-decoration:none; 
 color:#313140; 
 background-color:#977889; 
 padding:1px 3px; }

body {
 line-height:1.8;
 letter-spacing:1px; 
 font-size:100%;
 font-family: "Hiragino Mincho ProN", serif;
 color:#999999; 
 background-color:#313140; 
 }

.all {
 text-align:left;
 margin:0 auto;
 padding:5%; }

img{border:none;}

.text{
 width:80%;
 padding:5%; 
 margin:0 auto;
 }

input{ 
  padding:5px 6px;
  margin:1px 3px;
  color:#888084;
  border:solid 1px #888084;
  background-image:none;}

input[type="text"],input[type="number"],input[type="password"]{
  width:auto;
  height:auto;
  padding:3px 6px;
  margin:1px 3px;
  color:#888084;
  background-color:#ffffff;
  border:solid 1px #888084;
  background-image:none;
  -webkit-box-shadow:none;
  -webkit-appearance:none;
  font-family:Helvetica-Light; }

input[type="submit"]{
  width:auto;
  height:auto;
  padding:1.5px 6px;
  margin:1px 3px;
  color:#888084;
  background-color:#ffffff;
  border:solid 1px #888084;
  background-image:none;
  -webkit-box-shadow:none;
  -webkit-appearance:none;
  font-family:Helvetica-Light; }

input[type="checkbox"],input[type="radio"]{ 
  width:20px;
  height:20px;
  margin:1px 0.5ex 1px 1em;
  border:solid 1px #888084; 
  -webkit-appearance:button;
  appearance:button;
  vertical-align:-5px; }
input[type="checkbox"]:checked { 
  color:#ba2636; }

input[type="radio"]:checked { 
  color:#ba2636; }

textarea,select,option{
  color:#888084;
  background-image:none;
  -webkit-box-shadow:none;
  -webkit-appearance:none;
  background-color:#ffffff;
  border:solid 1px #888084;
  font-family:Helvetica-Light; } 