@charset 'shift_jis';

/*
===== form ===========================================
*/


#form-button{
  width:300px;
  margin:5px;
  }


.submit:focus {
    border: 1px solid #974343;
    background-color: #ff8800;
}
.submit {
    position: relative;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 24px; /* border-box */
    padding: 0;
	margin: 0px;
	border: 1px solid #333333;
}
.reset {
    position: relative;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 24px; /* border-box */
    padding: 0;
	margin:0px;
	border: 1px solid #333333;
}
.reset:focus {
    border: 1px solid #974343;
    background-color: #ff8800;
}

textarea{
border:1px #999 solid;
  position: relative;top:0px;left:0px;}

input{
border:1px #999 solid;
  position: relative;top:0;left:0;
}

select{
border:1px #999 solid;
  position: relative;top:0;left:0;}

div#form{
  width:700px;
  height:auto;
  margin:10px;
  padding:0px;
  clear:both;
}

#form table{
border:1px solid #eee;
}
#form th{
width:150px;
margin:5px;
padding:3px;
text-align:center;
font-size:100%;
color:#333;
border:1px solid #eee;

}
#form td{
width:530px;
margin:5px;
padding:3px;
border:1px solid #eee;
font-size:100%;
}






