body {
  font-size : 13px;
  font-family : MS UI Gothic;
  line-height : 25px;
  cursor : default;
  scrollbar-face-color : white;
  scrollbar-highlight-color : white;
  scrollbar-track-color : #cccccc;
  scrollbar-shadow-color : white;
  scrollbar-3dlight-color : white;
  scrollbar-arrow-color : #cccccc;
  scrollbar-darkshadow-color : white;
  text-align : center;
  margin-top : 50px;
  margin-bottom : 50px;
}

a {
  color : #000000;
  text-decoration : underline;
}

a:hover {
  text-decoration : none;
}

br {
  letter-spacing : normal;
}

.txt {
  width : 450px;
  text-align : left;
}

.title {
  text-align : right;
  font-size : 13px;
  line-height : 20px;
  margin-top : 100px;
  letter-spacing : 5px;
  margin-bottom : 30px;
  padding-top : 10px;
  border-top : 1px solid #000000;
}

textarea {
  font-size : 13px;
  font-family : MS UI Gothic;
  border : 1px solid #cccccc;
}

.sub_title {
  text-align : right;
  font-size : 13px;
  line-height : 20px;
  margin-top : 30px;
  letter-spacing : 5px;
  margin-bottom : 30px;
  border-bottom : 1px solid #000000;
}