@charset "utf-8";
@import url("../../css/_normalize.css");
body {
  margin: 0px;
  padding: 0px;
  background-color: #dbf0ff;
  font-family: 'メイリオ',Meiryo,Arial,sans-serif;  
  color: #000;
}
p,h1,h2,h3,h4{
  margin:0px;
  padding:0px;
}
ol,ul,dl,li,dd,dt{
  margin:0;
  padding:0;  
  list-style:none;
}
/*------------------------------------------------------------------------------------------------
wrapper
------------------------------------------------------------------------------------------------*/
#wrapper {
  min-width: 1000px;
  min-height: 700px;
  background-image: url(../images/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#main_wrapper {
  width: 1000px;
  min-height: 700px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#main_wrapper h1 {
  position: absolute;
  top: 0;
  left: 307px;
  z-index: 1;
}
#main_wrapper .txt_area {
  background-image: url(../images/bg-txt.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 636px;
  height: 349px;
  top: 162px;
  left: 183px;
  position: absolute;
  z-index: 3;
  padding: 25px 0;
}
#main_wrapper .error_txt {
  text-align: center;
  margin: 0;
}
#main_wrapper .top_btn {
  text-align: center;
  margin: 14px 0 0 0; 
}

#main_wrapper .error_chara {
  position: absolute;
    top: 122px;
    left: 433px;
}


/*------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------*/
#main_wrapper .footer_area {
  width: 500px;	
  position: absolute;
  top: 530px;
  left: 247px;  
  z-index: 1;
}
#footer {
  width: 500px;	
  font-size: 11px;
  line-height: 20px;  	
  position: relative;
  padding-top: 30px;
}
#footer #moonrabi {
  position: absolute;
  left: -8px;
  width: 33px;
  top: 32px;
}
#footer #footer_link {
  padding-left: 38px;
}
#footer #footer_link a {
  padding: 0px 5px;
  line-height: 18px;
  text-decoration: none;
    color: #000;
}
#footer #footer_link a:hover {
  text-decoration: underline;
    color: #774a32;
}
#footer #copyright {
  padding-left: 43px;
}
