@charset "Shift_JIS";
* {
  margin: 0;
  padding: 0;
}

body{
  font-size: small;
  margin: 50px 50px 25px 50px;
  line-height: 170%;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Helvetica, sans-serif;
}

a img{border: none;}

.logo{
  margin-bottom: 50px;
}

h1{
  font-size: 1.4em;
  margin-bottom: 25px;
}

h2{
  font-size: 1em;
  margin-bottom: 5px;
}

#header{
  margin-left: 115px;
  position: relative;
  width: 685px;
}

.lang{
  position: absolute;
  top: 0;
  right: 0;
}

.article{
  margin:0 0 50px 115px ;
  width: 685px;
}

p{
  margin-bottom: 25px;
}

.article ul{
  list-style: none;
}

td{
  padding-bottom: 10px;
}

td.label{
  vertical-align: top;
  width: 150px;
}

td .error{
  color: #ff0000;
}

form .text{
  width: 535px;
  font-size: 1.2em;
  border: 1px solid #666;
}

form input.text{
  width: 350px;
  height: 24px;
}



.copyright{
  margin-left: 115px;
  font-size: 85%;
  font-family: helvetica;
  line-height: 140%;
}