/**********BODY**********/

html, body {
  font-family:Arial, sans-serif;
  margin:0;
  padding:0;
  text-align: center;
  background-image:url(../images/background.png);
  background-attachment:fixed;
  }

*{
  margin: 0;
  padding: 0;
  }
  
  
#sword{
  position: relative; 
  left: 0; 
  top: 3px; 
  font-size: 11px; 
  }
  
#submit_button{
  position: relative; 
  left: 10px; 
  top: 3px; 
  }
  
/**********GUIDE**********/
  
#guidebox{
  position: relative;
  top: 10px;
  margin-bottom: 20px;
  display: box;
}


#guidebox2{
  position: relative;
  top: 10px;
  /*right: 50px;*/
  margin-bottom: 20px;
  display: box;
}

select {
  width:150px;
  font-size:11px;
}

#output{
  position:relative;
  color:#666666;
  font-weight:bolder;
  font-size:12px;
}


/**********LANGMENU*********/

.langmenu {
  position:relative;
  left:672px;
  bottom:21px;
  }

.jp {
  position:relative;
  left:12px;
  bottom:11px;
  }


/**********CONTAINER**********/

#container_home {
  position: relative;
  width: 1000px;
  text-align: left;
  margin: auto auto;
  background-image: url(../images/basic_back.png);
  }
  
#container{
  position: relative;
  width: 1000px;
  text-align: left;
  margin: auto auto;
  background-image: url(../images/sub_back.png);
}


/**********HEADER**********/

#header {
  width: 1000px;
  height: 105px;
  overflow: hidden;
  }


/**********TOPNAVI*********/

#topnavi{
  position: absolute;
  top: 7px;
  left: 630px;
  height:20px;
  color: #cccccc;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  cursor:pointer;
  }

#topnavi a{
  color: #cccccc;
  text-decoration: none;
  }


/**********SEARCHBOX**********/

#search {
  position: absolute;
  left:850px;
  top:1px;
  }
  

}
input {
  height:20px;
  font-size: 9px;
  }
  

/**********NAVI**********/

#navi {
  width: 1000px;
  height: 30px;
  overflow: hidden;
  background-image: url(../images/navi/navi_back.png);
  }
  

/**********footer**********/

#footer_left{
  position: relative;
  float: left;
  top: 30px;
  left: 15px;
  font-size: 10px;
  color: #ffffff;
  text-align: left;
}

#footer_right{
  position: relative;
  float: right;
  top: 30px;
  right: 15px;
  font-size: 10px;
  color: #ffffff;
  text-align: right;
}

#footer{
  position: relative;
  top: 20px;
  margin-top:20px;
  margin-bottom: 20px;
  width: 1000px;
  height: 50px;
  background-image: url(../images/footer.png);
  clear:both;
  }
  
  /***********LOGIN BOX**************/
  DIV.tx-newloginbox-pi1 TABLE TR TD INPUT {

        width: 100px;

}

